API:System.Bindings.Expression.TBindingExpression.Compile

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

Delphi

procedure Compile; overload; virtual; abstract;
procedure Compile(const Objects: array of TComponent); overload;
procedure Compile(const Assocs: array of TBindingAssociation); overload;
procedure Compile(const AScope: IScope); overload;
procedure Compile(const AScopes: array of IScope); overload;
procedure Compile(const Objects: array of TComponent; const Assocs: array of TBindingAssociation; const Scopes: array of IScope); overload;

C++

virtual void __fastcall Compile() = 0 /* overload */;
void __fastcall Compile(System::Classes::TComponent* const *Objects, const int Objects_High)/* overload */;
void __fastcall Compile(const TBindingAssociation *Assocs, const int Assocs_High)/* overload */;
void __fastcall Compile(const System::Bindings::Evalprotocol::_di_IScope AScope)/* overload */;
void __fastcall Compile(const System::Bindings::Evalprotocol::_di_IScope *AScopes, const int AScopes_High)/* overload */;
void __fastcall Compile(System::Classes::TComponent* const *Objects, const int Objects_High, const TBindingAssociation *Assocs, const int Assocs_High, const System::Bindings::Evalprotocol::_di_IScope *Scopes, const int Scopes_High)/* overload */;

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
System.Bindings.Expression.pas
System.Bindings.Expression.hpp
System.Bindings.Expression TBindingExpression

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。