Data.Bind.ObjectScope.TValueAccessor

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TValueAccessor = class

C++

class PASCALIMPLEMENTATION TValueAccessor : public System::TObject

Description

Is the base class for reading and writing a value using RTTI.

TValueAccessor is the parent for the TValueReader and TValueWriter classes.

See Also