API:Data.Bind.ObjectScope.TTypedCustomFormatObject

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.ObjectScope.TCustomFormatObjectSystem.TObjectTTypedCustomFormatObject

Delphi

TTypedCustomFormatObject<T> = class(TCustomFormatObject)

C++

template<typename T> class PASCALIMPLEMENTATION TTypedCustomFormatObject__1 : public TCustomFormatObject

Properties

Type Visibility Source Unit Parent
class public
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope Data.Bind.ObjectScope

Description

Is internally used as base class for typed custom format objects.

Data.Bind.ObjectScope.TTypedCustomFormatObject inherits from Data.Bind.ObjectScope.TCustomFormatObject. All content below this line refers to Data.Bind.ObjectScope.TCustomFormatObject.

Is internally used as base class for typed custom format objects.

TCustomFormatObject defines two virtual abstract methods that are setter and getter for a typed value (V, as implemented in TTypedCustomFormatObject).

See Also