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 used to implement custom formatting of a generated value.

See Also