TcxCustomEdit.AdjustInnerEditPosition Method
In This Article
Adjusts the position of the inner editor.
#Declaration
Delphi
procedure AdjustInnerEditPosition; virtual;
#Remarks
The AdjustInnerEditPosition method adjusts the position of the inner editor within a container. The TcxCustomEdit class descendants can override this method to correct the bounds and position of the inner editor.
See Also