Data.Bind.Components.TBindCompException

From RAD Studio API Documentation

TBindCompExceptionSystem.SysUtils.ExceptionSystem.TObject

Delphi

TBindCompException = EBindCompError;  // Alias for backward compatability

C++

typedef EBindCompError TBindCompException;

Properties

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

Description

Is an alias for the EBindCompError exception.

See Also