Data.Bind.ObjectScope.TValueAccessor

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

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