TcxCustomDBLookupEditProperties.DataController Property
In This Article
Provides access to the data controller managing the bound control’s connection to a data store.
#Declaration
Delphi
property DataController: TcxDBDataController read;
#Property Value
Type |
---|
Tcx |
#Remarks
A data controller is the object which manages the bound control’s connection to a data store. It implements the retrieval and posting of data and performs data manipulation operations such as grouping and filtering.
See Also