Contents - Methods - Properties
Description
Base inplace editor for TAdvStringGrid
Contents - TAdvInplaceEdit - Properties
~TAdvInplaceEdit
DestructorTInplaceEditC++ declaration
inline __fastcall virtual ~TAdvInplaceEdit(void)
C++ declaration
Grids::TInplaceEdit(AOwner)Grids::TInplaceEdit(ParentWindow)
Contents - TAdvInplaceEdit - Methods
LengthLimit
Delphi declarationVAlign
property LengthLimit: smallint;
C++ declaration
__property short LengthLimit={ nodefault }
Description
Sets the max. editable length of the inplace editor.
Delphi declarationWordWrap
property VAlign: Boolean;
C++ declaration
__property bool VAlign={ nodefault }
Description
Sets the vertical alignment of the inplace editor.
Delphi declaration
property WordWrap: Boolean;
C++ declaration
__property bool WordWrap={ nodefault }
Description
Sets if the inplace editor should perform wordwrap or not.