Data.Bind.Components.TCustomBindListLink.ParseExpressions
Delphi
property ParseExpressions: TExpressions read FParseExpressions write SetParseExpressions;
C++
__property TExpressions* ParseExpressions = {read=FParseExpressions, write=SetParseExpressions};
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
property | public | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | TCustomBindListLink |
Beschreibung
Gibt die Kollektion von Bindungsausdrücken an, die ausgewertet werden, um die Liste der Steuerkomponente zu füllen.