Open main menu

RAD Studio API Documentation β

Data.Bind.Components.EBindCompError

System.SysUtils.ExceptionSystem.TObjectEBindCompError

Delphi

EBindCompError = class(Exception);

C++

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

Properties

Type Visibility Source Unit Parent
class public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components Data.Bind.Components

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