API:Data.Bind.ObjectScope.TTypedCustomFormatObject

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Data.Bind.ObjectScope.TCustomFormatObjectSystem.TObjectTTypedCustomFormatObject

Delphi

TTypedCustomFormatObject<T> = class(TCustomFormatObject)

C++

template<typename T> class PASCALIMPLEMENTATION TTypedCustomFormatObject__1 : public TCustomFormatObject

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope Data.Bind.ObjectScope

Beschreibung

Wird intern als Basisklasse für typisierte benutzerdefinierte Formatobjekte verwendet.

Data.Bind.ObjectScope.TTypedCustomFormatObject erbt von Data.Bind.ObjectScope.TCustomFormatObject. Der folgende Inhalt bezieht sich auf Data.Bind.ObjectScope.TCustomFormatObject.

Wird intern als Basisklasse für typisierte benutzerdefinierte Formatobjekte verwendet.

TCustomFormatObject definiert zwei virtuelle abstrakte Methoden, die die Setter- und Getter-Methoden für einen typisierten Wert (V gemäß der Implementierung in TTypedCustomFormatObject) sind.

Siehe auch