Data.Bind.Components.TBindCompDesignerCollectionType

From RAD Studio API Documentation
Jump to: navigation, search

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

See Also