Data.Bind.Components.EBindCompError

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEBindCompError
[–] Properties
Type: class
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: Data.Bind.Components

Delphi

EBindCompError = class(Exception);

C++

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

Description

Exception class for all errors that might appear when using binding components.

EBindCompError is the exception type raised when errors occur when using binding components such as TBindLink and binding data source components such a TPrototypeBindSource.

See Also