Data.Bind.ObjectScope.TCustomFormatObject

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTCustomFormatObject

Delphi

TCustomFormatObject = class

C++

class PASCALIMPLEMENTATION TCustomFormatObject : public System::TObject

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.

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

See Also