Small company logo:
   History
 
Advertising banner:
 
 Fixed List
Home • Help • Customization Tools • FCAS • Field Types • Fixed List
 
Has the attributes of their subfield type as set in FirstClass Designer.
If the subfield type is text, you can use the text attribute of any subfield.
Fixed list attributes are accessed as if the fixed list is an array, so lstFixed(0)="Hello" would set the first attribute of the fixed 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
Password
Boolean
Protected
Boolean
RJust
Boolean
Selectable
Boolean
Text
String
Transparent
Boolean
Underline
Boolean
Wrap
Boolean

Field methods shared with FirstClass Designer:
AddItem
Change
Click
DblClick
GotFocus
LostFocus
RemoveItem
SetFocus