TcxCustomEdit.CreateInnerEdit Method
Creates an inner editor within an edit control.
Declaration
function CreateInnerEdit: IcxCustomInnerEdit; virtual;
Returns
Type |
---|
IcxCustomInnerEdit |
Remarks
The CreateInnerEdit method creates an inner editor wherein a user edits values. The inner editor does not have its own borders, thus is placed within a container which draws the borders.
To create an inner editor, the CreateInnerEdit method retrieves information on the inner editor ‘s class via the GetInnerEditClass function.
See Also