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