Data.Bind.Components.TBindComponentDelegate.GenerateExpressions

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: TBindComponentDelegate

Delphi

procedure GenerateExpressions(Sender: TComponent); virtual; abstract;

C++

virtual void __fastcall GenerateExpressions(System::Classes::TComponent* Sender) = 0 ;

Description

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.

See Also