TcxDBFilterControl.GetPropertiesClassFromFieldType(TFieldType) Method
In This Article
Returns a class which represents the settings of the editor associated with the AFieldType type of the dataset field.
#Declaration
Delphi
function GetPropertiesClassFromFieldType(AFieldType: TFieldType): TcxCustomEditPropertiesClass; virtual;
#Parameters
Name | Type |
---|---|
AField |
TField |
#Returns
Type |
---|
Tcx |
#Remarks
Use the GetPropertiesClassFromFieldType method to get the class responsible for the editor’s settings associated with the AFieldType type of the dataset field.
See Also