TcxCustomEdit.CreateInnerEdit Method
In This Article
Creates an inner editor within an edit control.
#Declaration
Delphi
function CreateInnerEdit: IcxCustomInnerEdit; virtual;
#Returns
Type |
---|
Icx |
#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