Has the same attributes as its subfield type as set in FirstClass Designer. If the subfield type is Text, you can use the Text attribute of any subfield.
Expanding list attributes are accessed as an array. For example, lstExpanding(0)="Hello" would set the first attribute of the expanding list to a literal string.
You can use the Reset method to clear all field content for the field, and the Index attribute to identify which element in the list has the focus. List elements can also have a Key attribute that is unique to each item in the list.
Field attributes shared with FirstClass Designer:
Attribute |
Data type |
Bold |
Boolean |
Border |
Boolean |
Bottom |
Boolean |
Center |
Boolean |
Color |
Boolean |
Editable |
Boolean |
Extend |
Boolean |
FullJust |
Boolean |
Grey |
Boolean |
ListCount |
Integer |
Name |
Boolean |
NoOpenSpace |
Boolean |
Outline |
Boolean |
Password |
Boolean |
Protected |
Boolean |
RJust |
Boolean |
Shadow |
Boolean |
Text |
String |
Transparent |
Boolean |
Underline |
Boolean |
Wrap |
Boolean |
Field methods shared with FirstClass Designer:
AddItem
Change
Click
DblClick
GotFocus
LostFocus
RemoveItem
SetFocus
|