TdxServerModeCustomDataSource.Fields Property
Provides access to the data source’s field list.
Declaration
property Fields: TFields read;
Property Value
Type |
---|
TFields |
Remarks
Making the data source active automatically populates the Fields list with all the fields contained in the target source of data (a table or a query‘s result set). At design time, you can populate and customize the field list via the IDE’s Fields Editor accessible via the data source component’s context menu.
Call the PopulateFields method to obtain the names of fields available in the data source.
See Also