Fmx.Bind.DBLinks.TCustomBindDBEditLink.GenerateExpressions
Delphi
procedure GenerateExpressions(Sender: TComponent); override;
C++
virtual void __fastcall GenerateExpressions(System::Classes::TComponent* Sender);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Fmx.Bind.DBLinks.pas Fmx.Bind.DBLinks.hpp |
Fmx.Bind.DBLinks | TCustomBindDBEditLink |
Description
Automatically generates the bindings expressions for the quick binding component this delegate wraps onto.
Fmx.Bind.DBLinks.TCustomBindDBEditLink.GenerateExpressions inherits from Data.Bind.Components.TBindComponentDelegate.GenerateExpressions. All content below this line refers to Data.Bind.Components.TBindComponentDelegate.GenerateExpressions.
Automatically generates the bindings expressions for the quick binding component this delegate wraps onto. For more information regarding the quick binding components, please refer to the New LiveBinding topic, the Quick Binding Components Reference section.