API:Data.Bind.Components.TBindExpression.SourceExpression

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property SourceExpression: string read FSourceExpression write SetSourceExpression default 0;

C++

__property SourceExpression = {default=0};

プロパティ

種類 可視性 ソース ユニット
property published
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TBindExpression

説明

ソース コンポーネントからデータを取得する、ソース バインディング式を示します。

Data.Bind.Components.TBindExpression.SourceExpression は Data.Bind.Components.TCustomBindExpression.SourceExpression を継承しています。以下の内容はすべて Data.Bind.Components.TCustomBindExpression.SourceExpression を参照しています。

ソース コンポーネントからデータを取得する、ソース バインディング式を示します。

関連項目