Data.Bind.ObjectScope.TTypedCustomFormatObject

From RAD Studio API Documentation

TTypedCustomFormatObjectData.Bind.ObjectScope.TCustomFormatObjectSystem.TObject

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

See Also