Data.Bind.Components.TBindCompDesignerCollectionType
| [–] Properties | |
|---|---|
| Type: enum | |
| Visibility: public | |
| Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
| Unit: Data.Bind.Components | |
| Parent: Data.Bind.Components | |
Delphi
TBindCompDesignerCollectionType = (colExpressions, colCollections);
C++
enum DECLSPEC_DENUM TBindCompDesignerCollectionType : unsigned char { colExpressions, colCollections };
Description
Enumeration of collection types for use with the bindings expressions designer component.
| Item | Description |
|---|---|
colExpressions
|
A collection of bindings expressions |
colCollections
|
A generic collection |