Data.Bind.Components.TBindCompDesignExpressionCollection

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
record
struct
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: Data.Bind.Components

Delphi

TBindCompDesignExpressionCollection = record

C++

struct DECLSPEC_DRECORD TBindCompDesignExpressionCollection
{
private:
    System::UnicodeString FName;
    System::Classes::TCollection* FCollection;
    System::Classes::TCollectionItem* FParentCollectionItem;
    TBindCompDesignerCollectionType FCollectionType;
public:
    __fastcall TBindCompDesignExpressionCollection(const System::UnicodeString AName, System::Classes::TCollection* ACollection, System::Classes::TCollectionItem* AParentCollectionItem, TBindCompDesignerCollectionType ACollectionType);
    __property System::UnicodeString Name = {read=FName};
    __property System::Classes::TCollection* Collection = {read=FCollection};
    __property System::Classes::TCollectionItem* ParentCollectionItem = {read=FParentCollectionItem};
    __property TBindCompDesignerCollectionType CollectionType = {read=FCollectionType};
    TBindCompDesignExpressionCollection() {}
};

Description

Record that contains a collection of bindings expressions.

See Also