API:Data.Bind.Components.TBindCompDesignExpressionCollection

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

  TBindCompDesignExpressionCollection = record
  private
    FName: string;
    FCollection: TCollection;
    FParentCollectionItem: TCollectionItem;
    FCollectionType: TBindCompDesignerCollectionType;
  public
    constructor Create(const AName: string; ACollection: TCollection;
      AParentCollectionItem: TCollectionItem = nil;
      ACollectionType: TBindCompDesignerCollectionType = colExpressions);
    property Name: string read FName;
    property Collection: TCollection read FCollection;
    property ParentCollectionItem: TCollectionItem read FParentCollectionItem;
    property CollectionType: TBindCompDesignerCollectionType read FCollectionType;
  end;

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() {}
};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components Data.Bind.Components

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.