Data.Bind.Components.TBindGridOnCallbackEvaluateFormat

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TBindGridOnCallbackEvaluateFormat = reference to procedure(Col, Row: Integer; AEditorScope: IScope);

C++

__interface TBindGridOnCallbackEvaluateFormat  : public System::IInterface

Propriétés

Type Visibilité  Source Unité  Parent
anonMethod
class
public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components Data.Bind.Components


Description

Référence à une procédure (une méthode anonyme) utilisée par les implémentations de la méthode SetOnCallbackEvaluateFormat.

Paramètre Description
Col Le numéro de la colonne
Row Le numéro de la ligne
AEditorScope Portée de l'éditeur de liaison

Voir aussi