Data.Bind.Components.EBindCompError

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

System.SysUtils.ExceptionSystem.TObjectEBindCompError

Delphi

EBindCompError = class(Exception);

C++

class PASCALIMPLEMENTATION EBindCompError : public System::Sysutils::Exception

プロパティ

種類 可視性 ソース ユニット
class public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components Data.Bind.Components

説明

バインディング コンポーネントの使用中に発生する可能性があるすべてのエラーの例外クラスです。


EBindCompError は、TBindLink などのバインディング コンポーネントや TPrototypeBindSource などのバインディング データ ソース コンポーネントの使用中にエラーが生じると発生する例外の型です。

関連項目