Data.Bind.Components.TCustomBindList.EvaluateSourceExpression
Delphi
procedure EvaluateSourceExpression(const AExpression: string; ACallback: TProc<IValue>; AType: TBindCompExpressionType); override;
C++
virtual void __fastcall EvaluateSourceExpression(const System::UnicodeString AExpression, System::DelphiInterface<System::Sysutils::TProc__1<System::Bindings::Evalprotocol::_di_IValue> > ACallback, TBindCompExpressionType AType)/* overload */;
inline void __fastcall EvaluateSourceExpression(System::Bindings::Evalprotocol::_di_IScope ASourceScope, const System::UnicodeString AEnumExpression, System::DelphiInterface<System::Sysutils::TProc__1<System::Bindings::Evalprotocol::_di_IValue> > ACallback){ TCommonBindComponent::EvaluateSourceExpression(ASourceScope, AEnumExpression, ACallback); }
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
procedure function |
public | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | TCustomBindList |
Beschreibung
Wertet den Quellausdruck aus. {{#multireplace:Data.Bind.Components.TCustomBindList.EvaluateSourceExpression|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:Data.Bind.Components.TCommonBindComponent.EvaluateSourceExpression|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:Data.Bind.Components.TCommonBindComponent.EvaluateSourceExpression|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Wertet den Quellausdruck aus.