Icon TReader

Unit: WebCore

Inherits From TObject

Available In: Client and Server Applications

The TReader class is a class used by TPersistent-descendant classes to load their published properties from JSON strings, and is used for loading forms and control interfaces. It can be used as a general-purpose JSON reader in your applications.

When a TReader instance is created, the constructor allows you to specify the date-time format to use when reading date-time properties.

Image