Data.Bind.Components.TCustomBindGridList.ExecuteAssignToSourceExpression

From RAD Studio API Documentation

Delphi

procedure ExecuteAssignToSourceExpression(AColumnExpressionItem:  TColumnFormatExpressionItem; const AControlExpression, ASourceExpression: string; ACallback: TProc<IValue>; AType: TBindCompExpressionType); reintroduce; virtual;

C++

HIDESBASE virtual void __fastcall ExecuteAssignToSourceExpression(TColumnFormatExpressionItem* AColumnExpressionItem, const System::UnicodeString AControlExpression, const System::UnicodeString ASourceExpression, System::DelphiInterface<System::Sysutils::TProc__1<System::Bindings::Evalprotocol::_di_IValue> > ACallback, TBindCompExpressionType AType);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TCustomBindGridList

Description

Executes the assignment of a control's scope and expression to a given source's scope and expression. {{#multireplace:Data.Bind.Components.TCustomBindGridList.ExecuteAssignToSourceExpression|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.Bind.Components.TCommonBindComponent.ExecuteAssignToSourceExpression|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.Bind.Components.TCommonBindComponent.ExecuteAssignToSourceExpression|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Executes the assignment of a control's scope and expression to a given source's scope and expression. This method is called by the expression editor to evaluate expressions at design time.

See Also