Skip to main content

TcxCustomEdit.GetPropertiesClass Method

Returns a reference to the actual editor settings class.

Declaration

class function GetPropertiesClass: TcxCustomEditPropertiesClass; virtual;

Returns

Type Description
TcxCustomEditPropertiesClass

The reference to the TcxCustomEditProperties class descendant that stores editor settings.

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