Data.Bind.Components.TBindCompDesignerBindsType
[–] Properties | |
---|---|
Type: enum | |
Visibility: public | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: Data.Bind.Components |
Delphi
TBindCompDesignerBindsType = (biBindsComponent, biBindsComponentProperty, biBindsOther);
C++
enum DECLSPEC_DENUM TBindCompDesignerBindsType : unsigned char { biBindsComponent, biBindsComponentProperty, biBindsOther };
Description
Enumeration of what a bindings expression can bind.
Item | Description |
---|---|
biBindsComponent
|
The bindings expression binds components. |
biBindsComponentProperty
|
The bindings expression binds component properties. |
biBindsOther
|
The bindings expression binds other objects. |