API:System.Bindings.Expression.TBindingExpression.Compile

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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 System::NativeInt Objects_High)/* overload */;
void __fastcall Compile(const TBindingAssociation *Assocs, const System::NativeInt 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 System::NativeInt AScopes_High)/* overload */;
void __fastcall Compile(System::Classes::TComponent* const *Objects, const System::NativeInt Objects_High, const TBindingAssociation *Assocs, const System::NativeInt Assocs_High, const System::Bindings::Evalprotocol::_di_IScope *Scopes, const System::NativeInt Scopes_High)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
System.Bindings.Expression.pas
System.Bindings.Expression.hpp
System.Bindings.Expression TBindingExpression

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.