Data.Bind.Components.TBindComponentDelegate.ClearGeneratedExpressions
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: TBindComponentDelegate |
Delphi
procedure ClearGeneratedExpressions(Sender: TComponent); virtual; abstract;
C++
virtual void __fastcall ClearGeneratedExpressions(System::Classes::TComponent* Sender) = 0 ;
Description
Clears all the generated bindings expressions, at once, 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.