API:Data.Bind.ObjectScope.TTypedCustomFormatObject

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

Data.Bind.ObjectScope.TCustomFormatObjectSystem.TObjectTTypedCustomFormatObject

Delphi

TTypedCustomFormatObject<T> = class(TCustomFormatObject)

C++

template<typename T> class PASCALIMPLEMENTATION TTypedCustomFormatObject__1 : public TCustomFormatObject

プロパティ

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

説明

型付きのカスタム書式設定オブジェクトの基底クラスとして内部的に使われます。

Data.Bind.ObjectScope.TTypedCustomFormatObject は Data.Bind.ObjectScope.TCustomFormatObject を継承しています。以下の内容はすべて Data.Bind.ObjectScope.TCustomFormatObject を参照しています。


型付きのカスタム書式設定オブジェクトの基底クラスとして内部的に使われます。


TCustomFormatObject では、型付きの値(TTypedCustomFormatObject で実装されている V)の設定および取得アクセサ メソッドである 2 つの仮想抽象メソッドを定義しています。

関連項目