Table of Contents

TatCustomScripter.DefineRecord Method

Register a record structure to be used in Scripter like a class (see TatClasses.AddRecord) and define constructor/destructor methods.

Syntax

Unit: atScript

function TatCustomScripter.DefineRecord(ATypeInfo: PTypeInfo; ARecordName: string): TatClass;

Parameters

<-> Parameter Type Description
ATypeInfo PTypeInfo
ARecordName string

See also