Data.Bind.Components.TBindCompDesignerBindsType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TBindCompDesignerBindsType = (biBindsComponent, biBindsComponentProperty, biBindsOther);

C++

enum DECLSPEC_DENUM TBindCompDesignerBindsType : unsigned char { biBindsComponent, biBindsComponentProperty, biBindsOther };

Properties

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

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.

See Also