Skip to main content
A newer version of this page is available. .

TcxCustomEdit.GetInnerEditClass Method

Returns the class of an inner editor.

Declaration

function GetInnerEditClass: TControlClass; virtual;

Returns

Type
TControlClass

Remarks

The GetInnerEditClass method returns the class of an inner editor. The CreateInnerEdit method uses information on the class returned by GetInnerEditClass to create an instance of the inner editor.

See Also