Data.Bind.Components.TCustomLinkFillControlToProperty.ClearGeneratedExpressions

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure ClearGeneratedExpressions(Sender: TComponent); override;

C++

virtual void __fastcall ClearGeneratedExpressions(System::Classes::TComponent* Sender);

Description


Clears all the generated bindings expressions, at once, for the quick binding component this delegate wraps onto.

Data.Bind.Components.TCustomLinkFillControlToProperty.ClearGeneratedExpressions inherits from Data.Bind.Components.TBindComponentDelegate.ClearGeneratedExpressions. All content below this line refers to Data.Bind.Components.TBindComponentDelegate.ClearGeneratedExpressions.

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.

See Also