Vcl.Grids.TMovedEvent

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

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

Description

Le type procédural utilisé pour les événements OnColumnMoved et OnRowMoved.

Déclarez des méthodes de type TMovedEvent pour leur affecter les événements OnColumnMoved ou OnRowMoved.

Voir aussi