Show: Delphi C++
Display Preferences

System.Classes.TReferenceNameEvent

From XE2 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

Personal tools
Previous Versions
Translations