Data.Bind.ObjectScope.TValueAccessor

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTValueAccessor

Delphi

TValueAccessor = class

C++

class PASCALIMPLEMENTATION TValueAccessor : 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 the base class for reading and writing a value using RTTI.

TValueAccessor is the parent for the TValueReader and TValueWriter classes.

See Also