Vcl.Grids.TGridMovement

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TGridMovement = gsRowMoving..gsColMoving;

C++

typedef TGridState TGridMovement;

Properties

Type Visibility Source Unit Parent
enum
typedef
public
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids Vcl.Grids

Description

TGridMovement indicates the user actions that change the position of a grid item.

TGridMovement holds information about how the user changes the grid's layout by moving the rows or columns. The following table lists the possible values for a variable of type TGridMovement.



Value Meaning

gsRowMoving

The user is dragging a row to a new position.

gsColMoving

The user is dragging a column to a new position.



See Also