Data.Bind.Components.TBindCompException

[–] Properties | |
---|---|
Type: class typedef
| |
Visibility: public | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: Data.Bind.Components |
Delphi
TBindCompException = EBindCompError; // Alias for backward compatability
C++
typedef EBindCompError TBindCompException;
Description
Is an alias for the EBindCompError exception.