Data.Bind.Components.TCustomBindPosition.PosClearExpressions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PosClearExpressions: TExpressions read FPosClearExpressions write SetPosClearExpressions;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TCustomBindPosition

Description

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

See Also