Properties for dbGridDS
View property list in alphabetical order.
| Name | Description | Defining Class |
|---|---|---|
| Prompt_Button_Mode | Determines if prompt_button_value will be displayed to the right of column labels | dbGridDS |
| Prompt_Button_Value | Specifies the character(s) to be appended to a column-header label to indicate that it supports prompting | dbGridDS |
Inherited Properties from DataList
| Name | Description | Defining Class |
|---|---|---|
| Column_Button | DataList | |
| Column_CapsLock_State | Determines if all text entered to this column from the keyboard will be converted to upper case | DataList |
| Column_Checkbox_State | Specifies whether a column of a dbGrid/dbList is presented as a checkbox Column_Checkbox_State specifies whether iCol of this dbGrid/dbList is presented as a checkbox. | DataList |
| Column_Entry_msg | Sent every time the item is entered by a user in response to the item_change or the entering message Each entry_item has a message which is sent every time the item is entered by a user. | DataList |
| Column_Exit_msg | Sent every time the item is exited by the user in response to the item_change or the exiting message Each entry_item has a message which is sent every time the item is exited by the user. | DataList |
| Column_Maximum_Position | Maintains the value that represents the highest value that the spin button will spin up to | DataList |
| Column_Minimum_Position | Maintains the value that represents the lowest value that the spin button will spin down to | DataList |
| Column_Option | Allows you to query or change the iOption option line for Column iCol The Column_option property allows you to query or change the iOption option line for Column iCol. | DataList |
| Column_Options | Allows you to copy column options or set them in a group The Column_options property is the combination of all of the column_options. | DataList |
| Column_Prompt_Object | Specifies the default receiving object for the popup message The Column_prompt_object property specifies the default receiving object for the popup message. | DataList |
| Column_Shadow_State | Determines if a column is disabled (shadowed) or enabled Shadowing a column affects both its appearance and its functionality. | DataList |
| Column_Validate_msg | Sent every time the item is validated in response to the item_change or the exiting message Each entry_item has a message which is sent every time the item is validated. | DataList |
| Column_Zoom_Object | Sets the destination object_id of the popup message to the specified object The Column_Zoom_Object property is used to set the destination object_id of the popup message to the specified object. | DataList |
| CustomScrollState | Determines changing scroll bar behaviors Any time that you customize the scroll bar messages you should set the CustomScrollState property. | DataList |
| DEO_Control_Object | Indicates whether the control is a Data Entry Object (DEO) Any Data Entry Object (DEO) has DEO_Control_Object set true, which means that it is a DEO control object, but not a container. | DataList |
| pbEmbeddedPrompts | Toggles embedding of prompt buttons in cells in list-based controls Toggles embedding of prompt buttons in cells in list-based controls, such as dbList and dbGrid. | DataList |
| pbHeaderTogglesDirection | Lets you use the header to change indexes and to change the index direction When pbHeaderTogglesDirection is true, clicking on a header will reverse the index, if making such a change is appropriate. | DataList |
| psEmbeddedButtonValue | DataList | |
| ScrollOnThumbTrackState | Determines if scrolling should occur when the thumb is dragged or when it is dragged and released | DataList |
| ThumbScrollState | Determines if the scrollbar should use the more standard windows scrollbar behavior The ThumbScrollState property determines if the scrollbar should use the more standard windows scrollbar behavior. | DataList |
Inherited Properties from DataList_
| Name | Description | Defining Class |
|---|---|---|
| Auto_Index_State | Determines how the popup lists will be ordered | DataList_ |
| Batch_State | Determines whether the data in the list is static or dynamic If Batch_State is True, the data from the entire table is read into memory when the list is first activated. | DataList_ |
| Current_Record | The number of the record of the current row Current_Record is the number of the record of the current row. | DataList_ |
| CurrentRecordStatus | DataList_ | |
| CurrentRowHasRecord | Determines if the current row of the object has a current record | DataList_ |
| CurrentRowId | Returns the RowId of the current record | DataList_ |
| Init_From_Top_State | Determines in what order images are displayed | DataList_ |
| Initial_Column | Determines where the cursor is located when the list is activated In multi-column lists, the Initial_column property determines where the cursor is located when the list is activated. | DataList_ |
| Initial_Row | Governs the location in the display of the record (if any) in the buffer The value of the Initial_row property governs the location in the display of the record (if any) in the buffer. | DataList_ |
| Main_File | Holds the file number of the main file of the list The Main_file property holds the file number of the main file of the list. | DataList_ |
| No_Relate_State | Determines if relates occur with lists that do not use DDOs | DataList_ |
| Ordering | Holds the index of the main table to be used to display the database records of the main file | DataList_ |
| pbReverseOrdering | Determines if the list should be displayed in reverse index order pbReverseOrdering determines if the list should be displayed in reverse index order. | DataList_ |
| pbUseServerOrdering | Determines whether the control will use its Server DDO's Ordering or its own | DataList_ |
| Prototype_Object | Returns the object-id of the internal object To create rows in the data-aware list the prototype of those rows is stored in an internal object. | DataList_ |
| Read_Only_State | Determines if saving or deletion of this object's main file may be done through this object | DataList_ |
| Record_Number | Indicates the record number for the record in the specified row Use Record_RowId instead of this obsolete property. | DataList_ |
| Record_RowId | Indicates the rowid of the database row in the specified datalist row Record_rowid indicates the RowId of the record in the specified datalist row. | DataList_ |
| RecordStatus | DataList_ | |
| RowHasRecord | DataList_ | |
| Static_State | Determines if the list will only be initialized once the first time this object is activated | DataList_ |
Inherited Properties from EntryList
| Name | Description | Defining Class |
|---|---|---|
| Current_Col | Returns the number of the column of the list that the cursor currently is located in Current_col returns the number of the column of the list that the cursor currently is located in. | EntryList |
| Maximum_Position | Determines the maximum position for a spin button Maximum_Position determines the maximum position for a spin button. | EntryList |
| Minimum_Position | Determines the minimum position for a spin button Minimum_Position determines the minimum position for a spin button. | EntryList |
| peResizeColumn | Determines the method used for resizing columns peResizeColumn determines the method used for resizing columns. | EntryList |
| piResizeColumn | Determines if column is to be resized when peResizeColumn is set to rcSelectedColumn | EntryList |
| Spin_Value | EntryList | |
| Status_Help | Sets the text of the help text that appears in the status bar Status_help property sets the text of the help text that appears in the status bar. | EntryList |
Inherited Properties from DfBaseEntryList
| Name | Description | Defining Class |
|---|---|---|
| AutoSize_Height_State | Determines if grid's automatic height adjustment will be made When this property is set to true, the grid's pixel height will be adjusted to exactly fit the number of rows in the display area. | DfBaseEntryList |
| Column_Combo_Entry_State | Determines if column allows entry into the cell or only allows selection of values from list | DfBaseEntryList |
| Column_Combo_ListRowCount | Determines maximum number of rows in the combo's dropdown list that are displayed. | DfBaseEntryList |
| Column_Combo_Sort_State | Determines if a column should display dropdown list in sorted order Determines if iColumn should display the combo form's dropdown list in sorted order. | DfBaseEntryList |
| Column_Combo_State | Specifies whether a column of a grid is presented as a combo form The Column_Combo_State property specifies whether iColumn of this grid is presented as a combo form. | DfBaseEntryList |
| CurrentCellColor | The background color of the current focus item Determines the background color of the current focus item. | DfBaseEntryList |
| CurrentCellTextColor | The text color of the current focus item Determines the text color of the current focus item. | DfBaseEntryList |
| CurrentRowColor | Sets the background color of the current row CurrentRowColor sets the background color of the current row. | DfBaseEntryList |
| CurrentRowTextColor | Sets the text color of the current row CurrentRowTextColor sets the text color of the current row. | DfBaseEntryList |
| Displayable_Rows | Returns the number of rows that are visible in the display of a Grid-class object | DfBaseEntryList |
| GridLine_Mode | Determines how grid lines will be displayed in the grid The Gridline_mode property determines how grid lines will be displayed in the grid. | DfBaseEntryList |
| Header_Justification_Mode | Determines how text will be justified in list and grid headers Allows you to define how text will be justified in list and grid headers. | DfBaseEntryList |
| Header_Label | Define text for headers Header_Label allows a developer to define text for column headers in a grid or list. | DfBaseEntryList |
| Header_Visible_State | Determines if the grid header will be visible Header_visible_state determines if the grid header will be visible. | DfBaseEntryList |
| Highlight_Row_State | When this property is true, the current row will be displayed in this object's CurrentRowColor. | DfBaseEntryList |
| Horz_Scroll_Bar_Visible_State | Specifies whether a horizontal scroll bar should be displayed when horizontal scrolling is allowed | DfBaseEntryList |
| IsColumnVisible | Determine if a particular column is visible IsColumnVisible can be called to determine if a particular column is visible. | DfBaseEntryList |
| ItemColor | Sets the color of an individual item ItemColor sets the color of an individual item. | DfBaseEntryList |
| ItemTextColor | Sets the text color of an individual item ItemTextColor sets the text color of an individual item. | DfBaseEntryList |
| pbComboNavigation | Determines how up and down arrow keys are handled by any combo form in a grid Determines how up and down arrow keys are handled by any combo form in a grid. | DfBaseEntryList |
| pbUseDisabledColor | Determines if a disabled cell should color text using peDisabledColor Normally a grid uses the same background color for enabled and disabled cells. | DfBaseEntryList |
| peDisabledColor | Determines the background color of a disabled cell The peDisabledColor determines the background color of a disabled cell. | DfBaseEntryList |
| peDisabledTextColor | Determines the text color of a disabled cell The peDisabledTextColor property allows you to select a custom color for disabled cell text. | DfBaseEntryList |
| peGridLineColor | Determines the color of lines separating grid cells The property peGridLineColor can be used to the color of lines separating grid cells (between rows and columns). | DfBaseEntryList |
| Resize_Column_State | Specifies whether grid columns can be resized by dragging the header divider. | DfBaseEntryList |
Inherited Properties from DfBaseForm
| Name | Description | Defining Class |
|---|---|---|
| Form_Button | Allows you to define and place a button within your form This is a low level interface. | DfBaseForm |
| Form_Button_Bitmap | Allows you to define the bitmap for a button within your form This is a low level interface. | DfBaseForm |
| Form_Button_Value | Determines the contents of a form prompt-button This is a low level interface. | DfBaseForm |
| Form_Button_Window_Handle | Returns the Windows object handle of the prompt button Form_button_window_handle returns the Windows object handle of the prompt button. | DfBaseForm |
| Form_Justification_Mode | Determines how data will be displayed Form_Justification_Mode determines how data will be displayed. | DfBaseForm |
| Form_Margin | Defines the maximum number of characters that can be typed into a data-entry field Form_Margin defines the maximum number of characters that can be typed into a data-entry field. | DfBaseForm |
| Form_Mask | Provides the token characters for the mask for an entry item The Form_Mask property provides the token characters for the mask for the item passed. | DfBaseForm |
| Masked_Value | Returns a Form or grid value with masking character Masked_Value returns a form or grid value with masked formatting characters. | DfBaseForm |
| Password_State | Determines if each character of a form's value is masked by an asterisk "*", rather than the characters that are typed | DfBaseForm |
Inherited Properties from DfBaseList
| Name | Description | Defining Class |
|---|---|---|
| Auto_Top_Item_State | Determines if the current_item is set to the top_item when the object takes the focus | DfBaseList |
| Aux_Value | Is only used by the system if an object is referenced on the on_item command line | DfBaseList |
| Button_Aspect | A low-level form message that controls the appearance of a form Button_Aspect is a low-level form message that controls the appearance of a form. | DfBaseList |
| Changed_State | Set when users change information in the items of the menu The changed_state of an object is set when users change information in the items of the menu. | DfBaseList |
| Checkbox_Item_State | Allows any item to become a checkbox-type item Any item may become a checkbox-type item when its checkbox_item_state is set to true. | DfBaseList |
| Current_Item | The object that the end user is currently pointing to The current_item of an object is the object that the end user is currently pointing to. | DfBaseList |
| Display_Size | Returns the number of windows in the menu The Display_size property returns the number of windows in the menu. | DfBaseList |
| Entry_State | Determines if data can be entered into the control Entry_State determines if data can be entered into the control. | DfBaseList |
| FontSize | Obsolete Returns/sets the font size of the current font Obsolete Use FontPointHeight. | DfBaseList |
| Form_Bitmap | Places a bitmap named sBitmapName into iItem Form_bitmap places a bitmap named sBitmapName into iItem. | DfBaseList |
| Form_Border | Sets the border style of a form region Form_Border will set the border style of a form region. | DfBaseList |
| Form_Column | Controls the horizontal placement (column position) of the form display within the object | DfBaseList |
| Form_Datatype | Defines a Form or Grid cell's data type and masking characteristics Form_DataType determines an item's data type and mask type. | DfBaseList |
| Form_Extended_Style | Sets the extended-window style of form region Form_extended_style sets the extended-window style of form region. | DfBaseList |
| Form_FontFormHeight | Obsolete Obsolete Use FontPointHeight. | DfBaseList |
| Form_FontHeight | Obsolete Sets the height of the font in the form display Obsolete Use FontPointHeight. | DfBaseList |
| Form_FontItalics | Obsolete Determines if the current form's font will be italicized without resizing the control Obsolete Use FontPointHeight. | DfBaseList |
| Form_FontPointHeight | Sets the form's FontPointHeight without resizing the control Represents the height of an object's FontPointHeight in points. | DfBaseList |
| Form_FontUnderline | Obsolete Determines if the form's font will be underlined without resizing the control Obsolete Use FontPointHeight. | DfBaseList |
| Form_FontWeight | Obsolete Sets the Striking weight of form's font without resizing the control Obsolete Use FontPointHeight. | DfBaseList |
| Form_GuiColumn | Controls the horizontal placement (column position) of the form display within the object in pixels | DfBaseList |
| Form_GuiHeight | Sets the height of the font in the form display in pixels The Form_guiHeight property sets the height of the font in the form display in pixels. | DfBaseList |
| Form_GuiRow | Controls the vertical placement, in pixel units, of the form display within the object The Form_GuiRow property controls the vertical placement, in pixel units, of the form display within the object. | DfBaseList |
| Form_GuiWidth | Sets the width of the form item in pixels The Form_GuiWidth property sets the width of the form item in pixels. | DfBaseList |
| Form_Height | Sets the height of the font in the form display in logical units The Form_Height property sets the height of the font in the form display in logical units (most likely dialog units). | DfBaseList |
| Form_Option | DfBaseList | |
| Form_Options | Sets or gets all of the form_options for a form region Form_options sets or gets all of the form_options for a form region. | DfBaseList |
| Form_Row | Controls the vertical placement, in logical units, of the form display within the object | DfBaseList |
| Form_Style | Sets the window style for the form region Form_style sets the window style for the form region. | DfBaseList |
| Form_Typeface | Obsolete Sets the form's Typeface without resizing the control Obsolete Use FontPointHeight. | DfBaseList |
| Form_Width | Sets the width of the form item in logical units (usually dialog units) The Form_width property sets the width of the form item in logical units (usually dialog units). | DfBaseList |
| Form_Window_Handle | Returns the Windows window handle for the form region Form_Window_Handle returns the Windows window handle for the form region. | DfBaseList |
| Item_Changed_State | Data entry to, or selection of, an item causes its Item_Changed_State property to become True Data entry to, or selection of, an item causes its Item_Changed_State property to become True. | DfBaseList |
| Item_Count | Returns the total number of items in the object. | DfBaseList |
| Item_Matching | Searches a menu of items for a matching string value The Item_Matching message searches a menu of items for a matching string value. | DfBaseList |
| Line_Size | Returns number of columns of a grid or number windows per line of a menu | DfBaseList |
| Message | Identifies the message that is sent when users press the Enter key on the item The Message property identifies the message that is sent when users press the Enter key (kEnter) on the item. | DfBaseList |
| Prototype_Object | DfBaseList | |
| Search_Mode | Determines how users may move the selection cursor to a choice by use of (alphanumeric) keys matching the content of the choice | DfBaseList |
| Select_Count | Maintains the total number of selected items in the menu The select_count property maintains the total number of selected items in the menu. | DfBaseList |
| Select_Mode | Determines how item-level selections are processed Select_Mode is used to determine how item-level selections are processed. | DfBaseList |
| Select_State | Each item may be selected by setting the select_state of the item Each item may be selected by setting the select_state of the item. | DfBaseList |
| Shadow_State | Determines if item is enabled (not shadowed) Shadowing an item affects both its appearance and its functionality. | DfBaseList |
| Top_Item | The item that is first in the display window The top_item of a menu class object is the item that is first in the display window. | DfBaseList |
| Value | Gets and sets the data value (content) for an object or item Each item and Entry_Item has a value. | DfBaseList |
| Wrap_State | Controls the action of the cursor control keys and search_mode ranges during item navigation | DfBaseList |
Inherited Properties from DfBaseControl
| Name | Description | Defining Class |
|---|---|---|
| Border_Style | Specifies the border style of this object The Border_Style property specifies the border style of this object. | DfBaseControl |
Inherited Properties from DfBaseUIWindow
| Name | Description | Defining Class |
|---|---|---|
| Mouse_Capture | Causes all DataFlex mouse events to be sent to the object that captures the mouse | DfBaseUIWindow |
| Windows_Override_State | Allows DataFlex to stop the default windows behavior for mouse and keyboard messages | DfBaseUIWindow |
Inherited Properties from DfBaseWindow
| Name | Description | Defining Class |
|---|---|---|
| Absolute_GuiOrigin | Returns the screen coordinates of the top left corner of a DataFlex object | DfBaseWindow |
| Bitmap | Displays a bitmap in an object The Bitmap message will display a bitmap in an object. | DfBaseWindow |
| Bitmap_Height | Returns the height of the image contained in the file named by bitmap The Bitmap_height property returns the height of the image contained in the file named by bitmap. | DfBaseWindow |
| Bitmap_Style | Specifies the position, size, or shape in which the bitmap image for this object is to be displayed | DfBaseWindow |
| Bitmap_Width | Returns the width of the image contained in the file named by bitmap The Bitmap_width property returns the width of the image contained in the file named by bitmap. | DfBaseWindow |
| Client_Size | DfBaseWindow | |
| Color | The background color of the object Determines the background color of the object. | DfBaseWindow |
| Container_Handle | Returns the Windows window handle of the DataFlex object's container The Container_Handle function returns the Windows window handle of the DataFlex object's container. | DfBaseWindow |
| Extended_Window_Style | Sets the extended window style for the Windows object Extended_Window_Style sets the extended window style for the Windows object. | DfBaseWindow |
| FontItalics | Determines if current font is to be italicized If set to true, the Fontitalics property will italicize the current font. | DfBaseWindow |
| FontPointHeight | Represents the height of an object in points. | DfBaseWindow |
| FontSize | Obsolete Returns/sets the font size of the current font Obsolete Use FontPointHeight. | DfBaseWindow |
| FontUnderline | Determines if font will be printed with underscores at the base of the character If Fontunderline is set true, font will be printed with underscores at the base of the character. | DfBaseWindow |
| FontWeight | Striking weight of control's font Fontweight is the striking weight of font (0-65536). | DfBaseWindow |
| GuiLocation | Determines the position of the object expressed in physical pixels relative to the upper left-hand corner of the parent object's client-area | DfBaseWindow |
| GuiSize | Determines the size (height and width) of the object expressed in physical pixels | DfBaseWindow |
| pbSizeToClientArea | Determines if the object's size is based on the outer window bounding area or the client size area | DfBaseWindow |
| peAnchors | Describes how you want the control to react whenever its container changes size | DfBaseWindow |
| Physical_FontSize | Obsolete Specifies the fontsize in pixels Obsolete Use FontPointHeight. | DfBaseWindow |
| piMaxSize | Determines the limit of the maximum size that a Component can be | DfBaseWindow |
| piMinSize | Determines the limit of the minimum size that a Component can be | DfBaseWindow |
| Text_Extent | Returns the pixel with of the passed TextValue based on the typeface and style of the current object | DfBaseWindow |
| TextColor | The text color of the object Determines the text color of the object. | DfBaseWindow |
| Transparent_State | DfBaseWindow | |
| Typeface | The typeface of the selected font As of DataFlex 17.0, we recommend using Windows system fonts by setting pbUseWindowsFont to True. | DfBaseWindow |
| Value | Gets and sets the data value for an object/item Contains the value stored in the object. | DfBaseWindow |
| Window_Handle | Returns the Windows window handle of the DataFlex object The Window_handle property returns the Windows window handle of the DataFlex object. | DfBaseWindow |
| Window_Style | Sets the window style for the Windows object Window_Style sets the window style for the Windows object. | DfBaseWindow |
Inherited Properties from cUIObject
| Name | Description | Defining Class |
|---|---|---|
| Active_State | Indicates whether or not the object is activated Active_State indicates whether or not the object is activated (in the focus tree). | cUIObject |
| 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) | cUIObject |
| Block_Mouse_State | Determines whether or not the use of the mouse is restricted | cUIObject |
| Client_Area_State | Determines if object is a user interface container for children A special mode of user interface objects will become a container for children. | cUIObject |
| ContainsFocus | Determines if the container contains the focus The ContainsFocus property returns true if the object or one of its descendents contains the focus. | cUIObject |
| Current_Scope | Returns the object_id of the currently active scoping object The Current_scope property returns the object_id of the currently active scoping object. | cUIObject |
| 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 | cUIObject |
| Entry_msg | Hook sent whenever the object is about to receive the focus The message (procedure or function) defined by the Entry_msg property is sent whenever the object is about to receive the focus. | cUIObject |
| Error_Text | Gets the text from FLEXERRS.DAT that corresponds to the passed error number Error_Text gets the text from FLEXERRS.DAT that corresponds to iErrorNumber. | cUIObject |
| Error_Text_Available | Determines if Error Text is available for this error number Error_Text_Available determines if an error text exists for iErrorNumber. | cUIObject |
| Exit_msg | Hook sent whenever the object is about to lose the focus The message (procedure or function) defined by the Exit_msg property is sent whenever the object is about to lose the focus. | cUIObject |
| Find_Scope | Returns the scoping object of the current object The Find_scope property returns the scoping object of the current object. | cUIObject |
| Focus | Returns the ID of the object that currently has the focus The Focus property returns the ID of the object that currently has the focus. | cUIObject |
| Focus_Mode | Determines the conditions under which the object will take the focus Focus_Mode determines the conditions under which the object will take the focus. | cUIObject |
| Key_Path | Determines the delegation path for on_key key assignments The property Key_path determines where an object should look for key definitions(on_key Xxxx) after it has searched the current object. | cUIObject |
| Last_Child | Returns the Object_Id of the last focus child Last_Child returns the Object_Id of the last focus child. | cUIObject |
| Location | Determines the position of the upper left pixel of the object's window | cUIObject |
| Module_Name | Obsolete Assists in the process of locating context-sensitive help information Obsolete This property only applies to character mode DataFlex. | cUIObject |
| Next_Focus | Returns the object that is positioned in the focus tree as the next object at the same level as this object | cUIObject |
| Next_Level | Returns the object that is positioned in the focus tree as the first object in the next level | cUIObject |
| Next_Scope | Returns the object that is the next_scope object of the current scope The Next_scope property returns the object that is the next_scope object of the current scope. | cUIObject |
| Popup_State | Determines whether the object should respond to the standard Activate message, or via the Popup message | cUIObject |
| Prior_Focus | Returns the object that is positioned in the focus tree as the prior object at the same level as this object | cUIObject |
| Prior_Level | Returns the object that is the root of this object's level in the focus tree The Prior_level property returns the object that is the root of this object's level in the focus tree. | cUIObject |
| Prior_Scope | Returns the object that is the prior_scope object of the current scope The Prior_scope property returns the object that is the prior_scope object of the current scope. | cUIObject |
| Ring_State | Determines whether or not the objects added into the next level of this object are to act as a ring | cUIObject |
| RingParent | Returns the object handle of the object that is its ring parent | cUIObject |
| Scope_Focus | A property of scope objects in the focus tree The scope_focus is a property of scope objects in the focus tree. | cUIObject |
| Scope_State | Determines whether the objects at the next level of this object and beyond, are to be scoped by this object | cUIObject |
| Search_Case | Determines whether searches performed are case-sensitive or not | cUIObject |
| Size | Determines the size of a window in dialog units Size determines the size of object in dialog units. | cUIObject |
| Skip_State | Determines whether or not the switch and switch_back messages skip over this object during focus movement | cUIObject |
| Visible_State | Determines whether object is visible The Visible_State property is set true by default. | cUIObject |
Inherited Properties from cObject
| Name | Description | Defining Class |
|---|---|---|
| Child_Count | Returns the number of child objects the object contains Child_Count returns the number of child objects the object contains. | cObject |
| Delegation_Mode | Determines if and how unknown messages are delegated The delegation_mode of an object determines the method by which unknown messages are handled. | cObject |
| Name | Returns the full name of the object including parentage Name returns the full name (including parentage) of the object. | cObject |
| Object_Id | Returns the object handle of the object, can be used to determine if an object exists The Object_Id property returns the object handle identifier of the object. | cObject |
| Object_Label | Returns the short name of an object Object_Label returns the short name of the object using the Name property. | cObject |
| Parent | Returns the parent of an object The Parent property returns parent object handle of an object. | cObject |
| peNeighborhood | Determines how an object and its descendents participate in object neighborhood referencing | cObject |