Data.Bind.Components.GetBindCompDesigner

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

Delphi

function GetBindCompDesigner(AClass: TContainedBindCompClass): IBindCompDesigner;

C++

extern DELPHI_PACKAGE _di_IBindCompDesigner __fastcall GetBindCompDesigner(TContainedBindCompClass AClass);

プロパティ

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

説明

設計時に、バインディング コンポーネントのためのデザイナを取得するために、内部的に使用されます。

GetBindCompDesigner は、設計時に、バインディング コンポーネントのためのデザイナを取得するために、内部的に使用されます。 デザイナは、式エディタによって、バインディング コンポーネントに関連づけられるバインディング式を管理するために使用されます。

関連項目