System.Classes.TReader.OnAncestorNotFound
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.