System.Classes.TReferenceNameEvent
Delphi
TReferenceNameEvent = procedure (Reader: TReader; var Name: string) of object;
C++
typedef void __fastcall (__closure *TReferenceNameEvent)(TReader* Reader, System::UnicodeString &Name);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
type typedef |
public | System.Classes.pas 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.