Table of Contents

TatVirtualMachine.CurrentPropertyName Method

Returns the name of the Delphi property being accessed by the virtual machine. This function is useful when you have a single wrapper for multiple Delphi properties, this way you can tell which specific property is being accessed.

Syntax

Unit: atScript

function TatVirtualMachine.CurrentPropertyName: string;

See also