System.Classes.TReader.OnAncestorNotFound

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnAncestorNotFound: TAncestorNotFoundEvent read FOnAncestorNotFound write FOnAncestorNotFound;

C++

__property TAncestorNotFoundEvent OnAncestorNotFound = {read=FOnAncestorNotFound, write=FOnAncestorNotFound};

Properties

Type Visibility Source Unit Parent
event public
System.Classes.pas
System.Classes.hpp
System.Classes TReader

Description

Occurs when the object from which a streamed object is derived cannot be found.

OnAncestorNotFound is for internal use.

OnAncestorNotFound is an event handler of type System.Classes.TAncestorNotFoundEvent.

See Also