Attribute | Data Type | Description | Access | 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 the component was last changed | R | CompSource |
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) | Specifies the name of creator of component | R | CompSource |
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 |
DefaultString | varchar(256) | Stores the string that defines the default value for the global variable | RW | Defined |
DefaultValue | smallint | Specifies the default value of the global variable, determining how OpenROAD sets the global variable’s initial value when the global variable is created | RW | Defined |
EntityID | integer | Contains the internal entity ID for the object | R | CompSource |
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 | Specifies whether the global variable is an Array type. If so, its data type must be a class | 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 |
IsStale | smallint | Is TRUE if a component needs to be recompiled | RW | CompSource |
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 user frame, ghost frame, 4GL procedure, user class, include script, or frame template | RW1 | CompSource |
TaggedValues | array of TaggedValue | Defines an array of tagged values | RW | CompSource |
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 |