Properties for cSelectionSource
View property list in hierarchical order.
| Name | Description | Defining Class |
|---|---|---|
| Auto_Fill_State | Determines whether first record should be found automatically after a clear | cSelectionSource |
| Child_Count | Returns the number of child objects the object contains | cObject |
| Data_Field | Identifies the database table column from which data is to be stored, retrieved, and cleared | cSelectionSource |
| Data_File | Identifies the database table that contains the column from which data is to be stored, retrieved, and cleared | cSelectionSource |
| Delegation_Mode | Determines if and how unknown messages are delegated | cObject |
| Name | Returns the full name of the object including parentage | cObject |
| Object_Id | Returns the object handle of the object, can be used to determine if an object exists | cObject |
| Object_Label | Returns the short name of an object | cObject |
| Parent | Returns the parent of an object | cObject |
| pbAllData | Determines whether selection items will be loaded to the client all at once | cSelectionSource |
| pbAutoCreate | Determines whether the class will try to create new records when new items are entered (data-aware sources) | cSelectionSource |
| pbCaseSensitive | Determines whether the suggestion filtering is considered to be case sensitive | cSelectionSource |
| pbFullText | Determines whether suggestion filtering is a full-text filter or matches only the first characters of the item value | cSelectionSource |
| pbPaged | Determines whether the selection source supports paged data loading | cSelectionSource |
| pbSuggestions | Determines whether the selection source supports loading a filtered list of suggestions | cSelectionSource |
| pbUseValidationTable | Determines whether a validation table is used as the source for selection items | cSelectionSource |
| peNeighborhood | Determines how an object and its descendents participate in object neighborhood referencing | cObject |
| piaDataFields | Field numbers used as selection source entry items | cSelectionSource |
| piaDataFiles | Table numbers used as selection source entry items | cSelectionSource |
| piFindIndex | Configures the index used to find items for a data-aware selection | cSelectionSource |
| Server | Returns the object id of the database agent of this object | cSelectionSource |