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

TcxCustomEdit.AdjustInnerEditPosition Method

Adjusts the position of the inner editor.

Declaration

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