Attribute | Data Type | Description | Inherited From |
---|---|---|---|
BgColor | integer | Specifies the background color of a field's bounding box (RW) | Defined |
BottomInnerMargin | integer | Defines field margin in pixels between the bottom field border and data area (RW) | Defined |
ClassName | varchar(32) | Gives the name of an object's actual type (as opposed to its declared type) (R) | Object |
ClientData | Object | Provides a way to associate data with an object (RW) | Object |
ClientText | varchar(2000) | Stores text values; allows information to be assigned to a field at runtime (RW) | Defined |
ControlField | smallint | Determines if a field manipulates the user interface instead of the underlying data (RW) | Defined |
DataType | varchar(65) | Specifies the data type of the field's variable (RW1) | Defined |
DefaultString | varchar(256) | Stores the default value that OpenROAD uses when the DefaultValue attribute is set to DV_STRING (RW1) | Defined |
DefaultValue | smallint | Specifies the default value of the variable associated with the field (RW1) | Defined |
FgColor | integer | Controls the color of the field's foreground (RW) | Defined |
FullName | varchar(256) | Contains the expanded name of variable (R) | Defined |
HasDataChanged | smallint | Indicates if any interactive changes were made to the data associated with the field (RW) | Defined |
InstanceIdentifier | integer8 | Contains a value that uniquely identifies an instance of an allocated object (R) | Object |
InstanceReferences | integer | Contains the current number of references to the object (R) | Object |
IsNullable | smallint | Is TRUE if the variable is nullable (RW1) | Defined |
LeftInnerMargin | integer | Defines field margin in pixels between the left field border and data area (RW) | Defined |
Name | varchar(32) | Contains the name of the field object (RW1) | Defined |
ParentExec | FrameExec | Specifies the FrameExec that contains the event scripts (On MouseEnter, On Click, and so on) for the field (RW) | Defined |
RightInnerMargin | integer | Defines field margin in pixels between the right field border and data area (RW) | Defined |
Script | StringObject | Contains the 4GL script associated with the field (RW) | Defined |
TaggedValues | array of TaggedValue | Defines the tagged values for this field (R) | Defined |
TopInnerMargin | integer | Defines field margin in pixels between the top field border and data area (RW) | Defined |