Table of Contents

TTMSMCPJSONToClassItem.GetClassName Method

Returns the generated Delphi class name for the JSON object.

API unit family: TMS.MCP.Persistence Declaring type: TTMSMCPJSONToClassItem

Syntax

function GetClassName(ACallBack: TTMSMCPJSONToClassExportEvent; AOptions: TTMSMCPJSONToClassOptions): string;

Parameters

Name Description
ACallBack Optional callback that can adjust the source JSON property name and type.
AOptions Generation options used to format the class name.

Returns

The generated Delphi class name string.