Attribute | Data Type | Description | Inherited From |
---|---|---|---|
AlterBy | varchar(32) | Contains the name of the last person to alter the component (R) | CompSource |
AlterCount | integer | Contains the number of times the component has been altered since it was created (R) | CompSource |
AlterDate | date | Contains the date and time component was last changed (R) | CompSource |
AssistantProc | varchar(32) | Is the name of an assistant procedure (RW) | CompSource |
BgBitmap | BitmapObject | Specifies the background pattern for a frame (RW) | Defined |
BgColor | integer | Specifies the background color for a form (RW) | Defined |
BgPattern | integer | Specifies the background pattern for a form (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 |
Compile_Errors | StringObject | Contains the listing of errors from the last time the frame, procedure, or user class was compiled (R) | CompSource |
CreateDate | date | Contains the creation date and time for the component (R) | CompSource |
Creator | varchar(32) | Contains the name of the creator of the component (R) | CompSource |
CurMode | integer | Specifies the starting mode for frame (RW) | Defined |
DataType | varchar(65) | Contains a string representing the data type associated with the return value of the component (use only for frame and procedure components) (RW1) | CompSource |
EntityID | integer | Contains the internal entity ID for the object (R) | CompSource |
HasScrollBars | smallint | Is TRUE if the frame's window has scroll bars (RW) | Defined |
HasStatusBar | smallint | Specifies whether the currently running frame has a status bar at the bottom of its window (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 |
IsAutoSized | smallint | If TRUE, sizes frame's window to size of fields on form (RW) | Defined |
IsBordered | smallint | Determines whether the frame has a border (RW) | Defined |
IsClosable | smallint | Determines whether the frame has a Close button in the title bar (RW1) | Defined |
IsGridOn | integer | Specifies whether the form grid is active or not when the frame is executed (RW) | Defined |
IsMaximizable | smallint | Determines the state of the Maximize button in the title bar (RW) | Defined |
IsMaximized | smallint | Specifies the initial state that a frame should be instantiated in at runtime: maximized or not (RW) | Defined |
IsMinimizable | smallint | Determines the state of the Minimize button in the title bar (RW) | Defined |
IsNullable | smallint | Is TRUE if the return variable for the component can be set to null (applicable only to frame and procedure components) (RW1) | CompSource |
IsPopup | smallint | Is TRUE if the frame will float on top of and iconify with its parent frame; defaults to FALSE (RW) | Defined |
IsResizeable | smallint | If TRUE, allows end user to resize the window (RW) | Defined |
IsStale | smallint | Is TRUE if a component needs to be recompiled (RW) | CompSource |
IsTitled | smallint | Determines whether the frame has a title bar (RW1) | Defined |
IsToolWindow | smallint | Determines whether the title bar has the tool window style (RW) | Defined |
IsTopmost | smallint | Determines whether the frame has the topmost property (RW) | Defined |
MainBarBottom | array of MainBar | Contains the set of MainBar items that are attached to the bottom of the frame's form (RW) | Defined |
MainBarLeft | array of MainBar | Contains the set of MainBar items that are attached to the left side of the frame's form (RW) | Defined |
MainBarRight | array of MainBar | Contains the set of MainBar items that are attached to the right side of the frame's form (RW) | Defined |
MainBarTop | array of MainBar | Contains the set of MainBar items that are attached to the top of the frame's form (RW) | Defined |
Name | varchar(32) | Specifies the name of the component (RW1) | CompSource |
ObjectShortRemarks | varchar(60) | Contains the short remarks for base component (R) | CompSource |
ParentApplication | AppSource | Specifies the application to which the component belongs (RW) | CompSource |
Queries | array of QueryObject | Is an array of query objects associated with the currently running component(RW) | CompSource |
Script | StringObject | Contains the source code for the frame, procedure, or user class (RW) | CompSource |
StartMenu | MenuBar | Contains the starting menu associated with frame (RW1) | Defined |
StatusText | varchar(2000) | Specifies the text string displayed in the status bar of the window of the currently running frame when the mouse pointer is over the window's background form (RW) | Defined |
TaggedValues | array of TaggedValue | Defines an array of tagged values (RW) | CompSource |
TopForm | FrameForm | Contains the form associated with the frame (RW1) | Defined |
VersionNumber | integer | Contains the version number of the component (R) | CompSource |
VersShortRemarks | varchar(60) | Contains the short remarks for this version of component (R) | CompSource |
WindowHeight | integer | Specifies the initial height of a frame's window (RW) | Defined |
WindowIcon | BitmapObject | Contains the frame icon (RW) | Defined |
WindowPlacement | smallint | Specifies the default position for the frame's window when the frame is first called or opened (RW) | Defined |
WindowTitle | varchar(100) | Specifies the title for the frame's window (RW) | Defined |
WindowWidth | integer | Specifies the initial width of the window when opened (RW) | Defined |
WindowXLeft | integer | Specifies the default starting position of the frame's window (RW) | Defined |
WindowYTop | integer | Specifies the default starting position of the window for a frame (RW) | Defined |