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 Determines whether first record should be found automatically after a clear. | cSelectionSource |
| Child_Count | Returns the number of child objects the object contains 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 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 |
| pbAllData | Determines whether selection items will be loaded to the client all at once If set to True, 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 If set to True, 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 If set to True, the suggestion filtering is a full-text filter. | cSelectionSource |
| pbPaged | Determines whether the selection source supports paged data loading If set to True, the selection source supports paged data loading. | cSelectionSource |
| pbSuggestions | Determines whether the selection source supports loading a filtered list of suggestions If set to True, 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 piaDataFields contains the field numbers registered as entry items for the selection source. | cSelectionSource |
| piaDataFiles | Table numbers used as selection source entry items piaDataFiles contains the table numbers registered as entry items for the selection source. | 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 |