Data.Bind.Components.TCustomBindPosition.PosClearExpressions

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: TCustomBindPosition

Delphi

property PosClearExpressions: TExpressions read FPosClearExpressions write SetPosClearExpressions;

C++

__property TExpressions* PosClearExpressions = {read=FPosClearExpressions, write=SetPosClearExpressions};

Description

Provides a way to clear and preset the position-related control binding expressions, all at once.

See Also