TAdvStringGridTAdvInplaceEdit

Contents - Methods - Properties


Description
Base inplace editor for TAdvStringGrid

TAdvInplaceEdit - Methods

Contents - TAdvInplaceEdit - Properties

~TAdvInplaceEdit
Destructor

C++ declaration
inline __fastcall virtual ~TAdvInplaceEdit(void)

TInplaceEdit
C++ declaration
Grids::TInplaceEdit(AOwner)

Grids::TInplaceEdit(ParentWindow)


TAdvInplaceEdit - Properties

Contents - TAdvInplaceEdit - Methods

LengthLimit
Delphi declaration
property LengthLimit: smallint;
C++ declaration
__property short LengthLimit={ nodefault }

Description
Sets the max. editable length of the inplace editor.
VAlign
Delphi declaration
property VAlign: Boolean;
C++ declaration
__property bool VAlign={ nodefault }

Description
Sets the vertical alignment of the inplace editor.
WordWrap
Delphi declaration
property WordWrap: Boolean;
C++ declaration
__property bool WordWrap={ nodefault }

Description
Sets if the inplace editor should perform wordwrap or not.