TAdvStringGridTSizeWhileTyping

Contents - Methods - Properties

Delphi declaration
SizeWhileTyping:TSizeWhileTyping

Description
Controls automatic inplace editor sizing capabilities

TSizeWhileTyping - Methods

Contents - TSizeWhileTyping - Properties

~TSizeWhileTyping
Destructor

C++ declaration
__fastcall virtual ~TSizeWhileTyping(void)

TSizeWhileTyping
Constructor

C++ declaration
__fastcall TSizeWhileTyping(void)


TSizeWhileTyping - Properties

Contents - TSizeWhileTyping - Methods

Height
Delphi declaration
property Height: Boolean default False;
C++ declaration
__property bool Height={ default=0 }

Description
Change height of cell when text becomes too high for cell while editing (wordwrap mode)
Width
Delphi declaration
property Width: Boolean default False;
C++ declaration
__property bool Width={ default=0 }

Description
Change width of cell when text becomes too wide for cell while editing