API:Data.Bind.ObjectScope.TTypedCustomFormatObject

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.ObjectScope.TCustomFormatObjectSystem.TObjectTTypedCustomFormatObject
[–] Properties
Type: class
Visibility: public
Source:
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Unit: Data.Bind.ObjectScope
Parent: Data.Bind.ObjectScope

Delphi

TTypedCustomFormatObject<T> = class(TCustomFormatObject)

C++

template<typename T> class PASCALIMPLEMENTATION TTypedCustomFormatObject__1 : public TCustomFormatObject

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