[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Field name with the descriptive value displayed in the listbox.
Source position: dbctrls.pp line 513
published property TDBLookupListBox.ListField : string |
ListField is a String property which contains the name of the field in the lookup dataset displayed in the listbox for the control. ListField normally contains a more descriptive textual value associated the KeyField.
Use ListFieldIndex to specify the list field by its ordinal position in the lookup dataset. Use KeyField to specify the name of the field with the value stored in the DataField for the linked dataset. Use ListSource to specify the datasource component with the lookup dataset for the control.
|
Provides access to the linked dataset for the control. |
|
|
Name for the field in the linked dataset used in the control. |
|
|
Datasource with the lookup dataset for the control. |
|
|
Ordinal position of the field in the lookup dataset with the descriptive value displayed in the control. |
|
|
Field name in the lookup dataset with the value for the control. |
Version 4.0 | Generated 2025-05-03 | Home |