TTMSFNCJSONToClassProperty Class
Represents a JSON property while Delphi class source is generated.
API unit family: TMSFNCPersistence
Syntax
TTMSFNCJSONToClassProperty = class
Properties
| Name | Description |
|---|---|
| Name | Gets or sets the JSON property name. |
Methods
| Name | Description |
|---|---|
| DelphiName | Returns the Delphi-safe name for the JSON property. |
| DelphiType | Returns the Delphi type name that matches the JSON property type. |
| IsObject | Returns whether the property maps to an object or generated list type. |