3. System Classes : ButtonField Class : FrameSource Class
 
Share this page                  
FrameSource Class
FrameSource Attributes
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
integer
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
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(100)
OpenROAD 6.2: 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
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
 
FrameSource Methods
Method
Return
Value
Description
Inherited From
Duplicate()
FrameSource
Makes a duplicate of the object, placing a reference to the new object in a reference variable
Object
ExportComp
(filename=
varchar(256))
integer
Exports a single procedure or frame to an export file
CompSource
GetAttribute
(attributename = byref(variable)
{,attributename = byref(variable)})
integer
Gets the values of any number of attributes for the object
Object
IsA
(class =
classname)
integer
Returns TRUE if the object is of the same class as, or one of the subclasses of, the class specified by classname
Object
SetAttribute
(
attributename = value
{,attributename = value})
integer
Sets any number of attributes for the object
Object