Table of Contents

TatClass.DefineStringProp Method

Declares a string property. See DefineProp for more details.

Syntax

Unit: atScript

procedure TatClass.DefineStringProp(AName: string; AGetter: TMachineProc; ASetter: TMachineProc; AIsClassProp: Boolean = False);

Parameters

<-> Parameter Type Description
AName string
AGetter TMachineProc
ASetter TMachineProc
AIsClassProp Boolean Optional: Default value is False

See also