Data.Bind.Components.TBindCompException

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectTBindCompException

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