Data.Bind.Components.TBindCompDesignerCollectionType
Delphi
TBindCompDesignerCollectionType = (colExpressions, colCollections);
C++
enum DECLSPEC_DENUM TBindCompDesignerCollectionType : unsigned char { colExpressions, colCollections };
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 collection types for use with the bindings expressions designer component.
Item | Description |
---|---|
colExpressions
|
A collection of bindings expressions |
colCollections
|
A generic collection |