Vcl.ComCtrls.ETreeViewError

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

System.SysUtils.ExceptionSystem.TObjectETreeViewError

Delphi

ETreeViewError = class(Exception);

C++

class PASCALIMPLEMENTATION ETreeViewError : public System::Sysutils::Exception

プロパティ

種類 可視性 ソース ユニット
class public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

説明

ETreeViewError は,ツリービューのエラーに対して生成される例外クラスです。

ETreeViewError は,TCustomTreeView オブジェクトまたは TTreeNode オブジェクトでエラーが発生した場合に生成されます。

関連項目