Vcl.Grids.TMovedEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TMovedEvent = procedure (Sender: TObject; FromIndex, ToIndex: Longint) of object;

C++

typedef void __fastcall (__closure *TMovedEvent)(System::TObject* Sender, System::LongInt FromIndex, System::LongInt ToIndex);

Properties

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

Description

Procedural type used for the OnColumnMoved and OnRowMoved events.

Declare methods of type TMovedEvent to assign them to the OnColumnMoved or OnRowMoved events.

See Also