Back to Devexpress

TcxCustomEdit.GetPropertiesClass Method

vcl-cxedit-dot-tcxcustomedit-bea04324.md

latest1.4 KB
Original Source

TcxCustomEdit.GetPropertiesClass Method

Returns a reference to the actual editor settings class.

Declaration

delphi
class function GetPropertiesClass: TcxCustomEditPropertiesClass; virtual;

Returns

TypeDescription
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

TcxCustomEdit.RepositoryItem Property

TcxCustomEdit Class

TcxCustomEdit Members

cxEdit Unit