Data.Bind.Components.TBindGridOnCallbackEvaluateFormat

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

__interface TBindGridOnCallbackEvaluateFormat  : public System::IInterface

プロパティ

種類 可視性 ソース ユニット
anonMethod
class
public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components Data.Bind.Components


説明

SetOnCallbackEvaluateFormat メソッド実装によって使用されるプロシージャ(匿名メソッド)への参照。

パラメータ 説明
Col 列番号
Row 行番号
AEditorScope バインディング エディタ スコープ

関連項目