System.Bindings.ExpressionDefaults.TBindingExpressionDefault.Compile

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure Compile; overload; override;

C++

virtual void __fastcall Compile()/* overload */;
inline void __fastcall  Compile(System::Classes::TComponent* const *Objects, const System::NativeInt Objects_High){ System::Bindings::Expression::TBindingExpression::Compile(Objects, Objects_High); }
inline void __fastcall  Compile(const System::Bindings::Expression::TBindingAssociation *Assocs, const System::NativeInt Assocs_High){ System::Bindings::Expression::TBindingExpression::Compile(Assocs, Assocs_High); }
inline void __fastcall  Compile(const System::Bindings::Evalprotocol::_di_IScope AScope){ System::Bindings::Expression::TBindingExpression::Compile(AScope); }
inline void __fastcall  Compile(const System::Bindings::Evalprotocol::_di_IScope *AScopes, const System::NativeInt AScopes_High){ System::Bindings::Expression::TBindingExpression::Compile(AScopes, AScopes_High); }
inline void __fastcall  Compile(System::Classes::TComponent* const *Objects, const System::NativeInt Objects_High, const System::Bindings::Expression::TBindingAssociation *Assocs, const System::NativeInt Assocs_High, const System::Bindings::Evalprotocol::_di_IScope *Scopes, const System::NativeInt Scopes_High){ System::Bindings::Expression::TBindingExpression::Compile(Objects, Objects_High, Assocs, Assocs_High, Scopes, Scopes_High); }

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
public
System.Bindings.ExpressionDefaults.pas
System.Bindings.ExpressionDefaults.hpp
System.Bindings.ExpressionDefaults TBindingExpressionDefault

Beschreibung

Compiliert und speichert einen Ausdruck.

Die Methode Compile compiliert und speichert einen Bindungsausdruck.

Siehe auch