API:System.Bindings.Expression.TBindingExpression.Compile

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Bindings.Expression.pas
System.Bindings.Expression.hpp
System.Bindings.Expression TBindingExpression

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!