Data.Bind.ObjectScope.TCustomFormatObject

[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp
| |
Unit: Data.Bind.ObjectScope | |
Parent: Data.Bind.ObjectScope |
Delphi
TCustomFormatObject = class
C++
class PASCALIMPLEMENTATION TCustomFormatObject : public System::TObject
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).