Attribute | Data Type | Description | Access | Inherited From |
---|---|---|---|---|
AssistantProc | varchar(32) | Defines the name of the assistant procedure that is run when a user frame is created from the frame template or the template is reapplied to the frame using the ApplyTemplate utility | RW | Defined |
BgBitmap | BitmapObject | Specifies the background pattern for a frame | RW | FrameSource |
BgColor | integer | Specifies the background color for a form | RW | FrameSource |
BgPattern | integer | Specifies the background pattern for a form | RW | FrameSource |
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 |
CurMode | integer | Specifies the starting mode for frame | RW | FrameSource |
HasScrollBars | smallint | Is TRUE if the frame’s window has scroll bars | RW | FrameSource |
HasStatusBar | smallint | Specifies whether the currently running frame has a status bar at the bottom of its window | RW | FrameSource |
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 |
IsArray | smallint | Defines whether the procedure or frame returns an array. If set to TRUE, the DataType must be a class name. | RW | Proc4GLSource |
IsAutoSized | smallint | If TRUE, sizes frame’s window to size of fields on form | RW | FrameSource |
IsBordered | smallint | Determines whether the frame has a border | RW | FrameSource |
IsClosable | smallint | Determines whether the frame has a Close button in the title bar | RW1 | FrameSource |
IsGridOn | integer | Specifies whether the form grid is active or not when the frame is executed | RW | FrameSource |
IsMaximizable | smallint | Determines the state of the Maximize button in the title bar | RW | FrameSource |
IsMaximized | smallint | Specifies the initial state that a frame should be instantiated in at runtime: maximized or not | RW | FrameSource |
IsMinimizable | smallint | Determines the state of the Minimize button in the title bar | RW | FrameSource |
IsPopup | smallint | Is TRUE if the frame will float on top of and iconify with its parent frame; defaults to FALSE | RW | FrameSource |
IsResizeable | smallint | If TRUE, allows end user to resize the window | RW | FrameSource |
IsTitled | smallint | Determines whether the frame has a title bar | RW1 | FrameSource |
IsToolWindow | smallint | Determines whether the title bar has the tool window style | RW | FrameSource |
IsTopmost | smallint | Determines whether the frame has the topmost property | RW | FrameSource |
MainBarBottom | array of MainBar | Contains the set of MainBar items that are attached to the bottom of the frame's form | RW | FrameSource |
MainBarLeft | array of MainBar | Contains the set of MainBar items that are attached to the left side of the frame's form | RW | FrameSource |
MainBarRight | array of MainBar | Contains the set of MainBar items that are attached to the right side of the frame's form | RW | FrameSource |
MainBarTop | array of MainBar | Contains the set of MainBar items that are attached to the top of the frame's form | RW | FrameSource |
Script | StringObject | Contains the source code for the user frame, ghost frame, 4GL procedure, user class, include script, or frame template | RW1 | CompSource |
StartMenu | MenuBar | Contains the starting menu associated with frame | RW1 | FrameSource |
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 | FrameSource |
TopForm | FrameForm | Contains the form associated with the frame | RW1 | FrameSource |
WindowHeight | integer | Specifies the initial height of a frame's window | RW | FrameSource |
WindowIcon | BitmapObject | Contains the frame icon | RW | FrameSource |
WindowPlacement | smallint | Specifies the default position for the frame's window when the frame is first called or opened | RW | FrameSource |
WindowTitle | varchar(100) | Specifies the title for the frame's window | RW | FrameSource |
WindowWidth | integer | Specifies the initial width of the window when opened | RW | FrameSource |
WindowXLeft | integer | Specifies the default starting position of the frame's window | RW | FrameSource |
WindowYTop | integer | Specifies the default starting position of the window for a frame | RW | FrameSource |