Data.Bind.Components.TBaseBindScopeComponent.Expressions
[–] Properties | |
---|---|
Type: property | |
Visibility: protected | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: TBaseBindScopeComponent |
Delphi
property Expressions: TList<TBasicBindComponent> read FExpressions;
C++
__property System::Generics::Collections::TList__1<TBasicBindComponent*>* Expressions = {read=FExpressions};
Description
Specifies a list of binding components that are using this source component.