Name | Description |
---|---|
ControlValue | Used as a hook to link a property in the ActiveX control with the Value Property |
Enabled_State | Determines if an object is enabled or disabled |
Explicit_Shadow_State | Indicates if an object is contextually shadowed by an ancestor |
Help_Id | Used to specify an object's context ID |
Help_Keyword | Used to specify an object's context keyword |
Item_Shadow_State | Determines if an object's item is enabled or disabled |
Label | Sets the text for a label or heading for an entry control object |
Label_Col_Offset | The horizontal distance from the object to its label |
Label_Color | The background color of the object's label |
Label_FontItalics | Determines whether the object's label text is italicized |
Label_FontPointHeight | Represents the height of a label object in points. |
Label_FontSize | The font size of the object's label |
Label_FontUnderline | Determines whether the object's label text is underlined |
Label_FontWeight | The font weight of the object's label |
Label_Justification_Mode | The justification mode for the text within this object's label |
Label_Object | Returns the object handle to the object's label |
Label_Offset | Returns both the Label_Row_Offset and the Label_Col_Offset |
Label_Row_Offset | The vertical distance from the top edge of the object and its label |
Label_TextColor | The text color of the object's label |
Label_TypeFace | The type face of the object's label |
Object_Shadow_State | Replaced by enabled_state, whose boolean logic is the inverse of this property's |
pbBindValue | Controls whether an ActiveX's bindable property is bound to the Value property |
psHtmlHelpTopic | Html help page name (e.g. reporting.htm) and optional bookmark. Can be used to locate the proper contextual help page. |
Status_Help | Determines the status text that will be displayed when this object takes the focus |
Use_Parent_Status_Help | Determines if parent's status help is used when object status help is empty |
Value | Sets or returns content of control or item |
Inherited Properties from DfInPlaceComObject | |
peAutoCreate | Manipulates COM Object instantiation |
psLicenseKey | Contains the license key when ActiveX controls use a run-time license |
psProgID | Holds the CLSID (class ID) of the COM class represented |
pvComObject | Returns an IDispatch pointer to the external COM object |
Inherited Properties from DfComUIObject | |
Absolute_GuiOrigin | Returns the screen coordinates of the top left corner of a DataFlex object |
Border_Style | Specifies the border style of this object |
Client_Size | [Obsolete] |
Color | The background color of the object |
Container_Handle | Returns the Windows window handle of the DataFlex object's container |
Mouse_Capture | Causes all DataFlex mouse events to be sent to the object that captures the mouse |
peAnchors | Describes how you want the control to react whenever its container changes size |
piMaxSize | Determines the limit of the maximum size that a Component can be |
piMinSize | Determines the limit of the minimum size that a Component can be |
TextColor | The text color of the object |
Window_Handle | Returns the Windows window handle of the DataFlex object |
Windows_Override_State | Allows DataFlex to stop the default windows behavior for mouse and keyboard messages |
Inherited Properties from cUIObject | |
Active_State | Indicates whether or not the object is activated |
Attach_Parent_State | Determines whether an object that is activated will be added to the next level of the current focus (false) or the next level of its parent (true) |
Block_Mouse_State | Determines whether or not the use of the mouse is restricted |
Client_Area_State | Determines if object is a user interface container for children |
ContainsFocus | Determines if the container contains the focus |
Current_Scope | Returns the object_id of the currently active scoping object |
Dynamic_Update_State | Determines whether or not the image of an object that can be seen will be updated when a change to the object occurs |
Entry_msg | Hook sent whenever the object is about to receive the focus |
Error_Text | Gets the text from FLEXERRS.DAT that corresponds to the passed error number |
Error_Text_Available | Determines if Error Text is available for this error number |
Exit_msg | Hook sent whenever the object is about to lose the focus |
Find_Scope | Returns the scoping object of the current object |
Focus | Returns the ID of the object that currently has the focus |
Focus_Mode | Determines the conditions under which the object will take the focus |
Key_Path | Determines the delegation path for on_key key assignments |
Last_Child | Returns the Object_Id of the last focus child |
Location | Determines the position of the upper left pixel of the object's window |
Module_Name | Obsolete Assists in the process of locating context-sensitive help information |
Next_Focus | Returns the object that is positioned in the focus tree as the next object at the same level as this object |
Next_Level | Returns the object that is positioned in the focus tree as the first object in the next level |
Next_Scope | Returns the object that is the next_scope object of the current scope |
Popup_State | Determines whether the object should respond to the standard Activate message, or via the Popup message |
Prior_Focus | Returns the object that is positioned in the focus tree as the prior object at the same level as this object |
Prior_Level | Returns the object that is the root of this object's level in the focus tree |
Prior_Scope | Returns the object that is the prior_scope object of the current scope |
Ring_State | Determines whether or not the objects added into the next level of this object are to act as a ring |
RingParent | Returns the object handle of the object that is its ring parent |
Scope_Focus | A property of scope objects in the focus tree |
Scope_State | Determines whether the objects at the next level of this object and beyond, are to be scoped by this object |
Search_Case | Determines whether searches performed are case-sensitive or not |
Size | Determines the size of a window in dialog units |
Skip_State | Determines whether or not the switch and switch_back messages skip over this object during focus movement |
Visible_State | Determines whether object is visible |
Inherited Properties from cObject | |
Child_Count | Returns the number of child objects the object contains |
Delegation_Mode | Determines if and how unknown messages are delegated |
Name | Returns the full name of the object including parentage |
Object_Id | Returns the object handle of the object, can be used to determine if an object exists |
Object_Label | Returns the short name of an object |
Parent | Returns the parent of an object |
peNeighborhood | Determines how an object and its descendents participate in object neighborhood referencing |