System.Classes.TReferenceNameEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TReferenceNameEvent)(TReader* Reader, System::UnicodeString &Name);

Properties

Type Visibility Source Unit Parent
typedef public System.Classes.hpp System.Classes System.Classes

Description

TReferenceNameEvent is a procedure called by the TReader class OnReferenceName event.

Reader is the reader that is trying to locate an object instance.

Name is the name of the object instance the reader is trying to locate.

TReferenceNameEvent is for internal use only.

See Also