System.Classes.TReader.OnAncestorNotFound
Delphi
property OnAncestorNotFound: TAncestorNotFoundEvent read FOnAncestorNotFound write FOnAncestorNotFound;
C++
__property TAncestorNotFoundEvent OnAncestorNotFound = {read=FOnAncestorNotFound, write=FOnAncestorNotFound};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
event | public | System.Classes.pas System.Classes.hpp |
System.Classes | TReader |
説明
ストリーミングされたオブジェクトから派生したオブジェクトが見つからない場合に発生します。
OnAncestorNotFound は、内部使用のためのものです。
OnAncestorNotFound は、System.Classes.TAncestorNotFoundEvent 型のイベント ハンドラです。