[areaframes]

The [areaframes] section of the initialization file contains logical widget definitions for frames in Form components.

Each entry in this section has the following syntax:

LogicalFrameName{.ComponentName}=uframe(Properties)

Example:

[areaframes]
framestyle1=uframe(bordertype=flat;forecolor=red;borderradius=20px)
  • LogicalFrameName—the name of the frame configuration.
  • ComponentName—name of a component in which the named frame is defined.
  • Properties—semi-colon separated string of property-value pairs. The maximum length is 1024 characters.

Description

Area frame logical widgets are user-defined. The properties defined for each logical widget are applied to any area frame whose Widget Type property matches the LogicalFrameName.

For more information, see Area Frames and Lines.