Attribute | Data Type | Description | Access | Inherited From |
---|---|---|---|---|
BgBitmap | BitmapObject | Pattern of the cell's background when BgPattern is FP_BITMAP | RW | Defined |
BgColor | integer | Controls the background color of the cell's bounding box | RW | Defined |
BgPattern | integer | Sets the pattern for background of cell | 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 |
Cursor | CursorBitmap | Causes the mouse cursor to change to the cursor associated with the CursorBitmap when the pointer is over the CellAttribute object | RW | Defined |
FgBitmap | BitmapObject | Pattern of cell foreground when BgPattern is FP_BITMAP | RW | Defined |
FgColor | integer | Sets the color of the cell's foreground | RW | Defined |
FgPattern | integer | Sets the foreground pattern for bar fields only | RW | Defined |
FormatString | varchar(256) | Contains the format string for an entry field used as a table field cell | RW | Defined |
HasDataChanged | smallint | Is TRUE if the end user has made any interactive changes to data in the cell | 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 |
IsBold | smallint | Sets the typeface to bold | RW | Defined |
IsItalic | smallint | Sets the typeface to italics | RW | Defined |
IsPlain | smallint | Is TRUE if bold, underlining, and italics are off for the typeface | RW | Defined |
IsReverse | smallint | Is TRUE if the cell is set to inverse display | RW | Defined |
IsUnderlined | integer | Sets the typeface to underlined | RW | Defined |
OutlineColor | integer | Controls the color of the bounding box for cell | RW | Defined |
TypeFace | integer | Specifies the typeface for the text of the choices (and for the title of an option field) | RW | Defined |
TypeFaceName | varchar(31) | Specifies the typeface name of any font installed on your system | RW | Defined |
TypeSize | smallint | Specifies the point size of the typeface | RW | Defined |