Developer

INxInplaceEdit

Interface required to be implemented for InplaceEditor components used in NextSuite v6 controls.

Unit: NxEdit6.pas (Sources)

Most of editors inside Next Editors 6 components palette are implementing this interface. Third-party developer may implement this interface too and create InplaceEditor from any visual component.

Example:

TNxMemo6 = class(TCustomMemo, INxInplaceEdit)

See also