Delphi declaration
MouseActions:TMouseActions;
C++ declaration
TMouseActions MouseActions;
Description
Holds all settings of enhanced mouse handling in the grid
AllColumnSize
Delphi declarationAllRowSize
AllColumnSize:boolean;
C++ declaration
bool AllColumnSize;
Description
Sizes all columns proportionally when a column size changes
Delphi declarationAllSelect
AllRowSize:boolean;
C++ declaration
bool AllRowSize;
Description
Sizes all rows proportionally when the a row size changes
Allows mouse to select all cells when clicking top left fixed cellCaretPositioningDelphi declaration
AllSelect:boolean;
C++ declaration
bool AllSelect;
Description
Allows mouse to select all cells when clicking top left fixed cell.
Immediately puts caret at right position in the text when editingColSelectDelphi declaration
CaretPositioning:boolean;
C++ declaration
bool aretPositioning;
Description
When true, immediately puts caret at right position in the text when editing. (32bit apps only)
Allows mouse to select column when clicking top fixed cellDirectComboDropDelphi declaration
ColSelect:boolean;
C++ declaration
bool ColSelect;
Description
When true, allows mouse to select column when clicking top fixed cell.
Immediately show the inplace combobox dropped down on clickDirectEditDelphi declaration
DirectComboDrop:boolean;
C++ declaration
bool DirectComboDrop;
Description
When true, the combobox immediately drops down when the cell is clicked.
Immediately show editor when clicking a cellDisjunctRowSelectionDelphi declaration
DirectEdit:boolean;
C++ declaration
bool DirectEdit;
Description
When true, immediately shows editor when clicking a cell.
Enables or disables disjunct row selection.RowSelectDelphi declaration
DisjunctRowSelection:boolean;
C++ declaration
bool DisjunctRowSelection;
Description
Enables or disables disjunct row selection.
Allows mouse to select row when clicking left fixed cellSizeFixedColDelphi declaration
RowSelect:boolean;
C++ declaration
bool RowSelect;
Description
When true, allows mouse to select row when clicking left fixed cell.
Delphi declaration
property SizeFixedCol: Boolean;
C++ declaration
__property bool SizeFixedCol={ default=0 }
Description
When true the first fixed column can be sized at run-time over the full height of the grid.