TcxDBFilterControl.GetPropertiesClassFromFieldType(TFieldType) Method
Returns a class which represents the settings of the editor associated with the AFieldType type of the dataset field.
Declaration
function GetPropertiesClassFromFieldType(AFieldType: TFieldType): TcxCustomEditPropertiesClass; virtual;
Parameters
| Name | Type |
|---|---|
| AFieldType | TFieldType |
Returns
| Type |
|---|
| TcxCustomEditPropertiesClass |
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