Data.Bind.Components.TFormatCallback

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

Delphi

TFormatCallback = reference to procedure(const ASourceScope, AControlScope: IScope);

C++

__interface TFormatCallback  : public System::IInterface

プロパティ

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


説明

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

パラメータ 説明
ASourceScope バインディングの関連を保有している、ソース バインディング スコープ。
AControlScope バインディングの関連を保有している、コントロール バインディング スコープ。

関連項目