Data.Bind.Components.TCustomBindExpression

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

Data.Bind.Components.TBaseBindExpressionData.Bind.Components.TActivatedContainedBindComponentData.Bind.Components.TCommonBindComponentTCustomBindExpression

Delphi

TCustomBindExpression = class(TBaseBindExpression)

C++

class PASCALIMPLEMENTATION TCustomBindExpression : public TBaseBindExpression

プロパティ

種類 可視性 ソース ユニット
class public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components Data.Bind.Components

説明

バインディング式を実装します。


TCustomBindExpression は、すべてのバインディング式の基底クラスであり、式の作成、評価、書式の評価、およびコンパイルの機能を実装しています。

関連項目