System.Classes.TReader.OnAncestorNotFound

提供: RAD Studio API Documentation
移動先: 案内検索

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 型のイベント ハンドラです。

関連項目