[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Contains grid-specific state flags active for the control.
Source position: grids.pas line 1263
protected property TCustomGrid.GridFlags : TGridFlags |
GridFlags is a TGridFlags property which contains values that indicate the state or status for the grid control or its editor. It is a set type and may contain zero (0) or more values from the TGridFlagsOption enumeration.
Values are included in or excluded from the set as needed during execution of methods in the grid control. See TGridFlagsOption for more information about the values in the enumeration and their meanings.
|
Set type used to store TGridFlagsOption enumeration values. |
|
|
Represents state flags used in a grid control. |
Version 4.0 | Generated 2025-05-03 | Home |