Table of Contents

TatCustomScripter.DeclareEventHandler Method

Inserts an event handler declaration in the script source for the procedure named AProcName. Returns the line number where code should be written, not the line of the declaration itself.

Syntax

Unit: atScript

function TatCustomScripter.DeclareEventHandler(AProcName: string): Integer;

Parameters

<-> Parameter Type Description
AProcName string

See also