TcxCustomEdit.GetPropertiesClass Method
In This Article
Returns a reference to the actual editor settings class.
#Declaration
Delphi
class function GetPropertiesClass: TcxCustomEditPropertiesClass; virtual;
#Returns
Type | Description |
---|---|
Tcx |
The reference to the Tcx |
#Remarks
Call the GetPropertiesClass
function to identify the type of editor settings accessible through ActiveProperties and Properties properties. Alternatively, you can call the ActiveProperties.ClassType or Properties.ClassType function.
All TcxCustomEdit class descendants override the GetPropertiesClass
function to return references to setting classes specific to corresponding editors.
See Also