Data.Bind.Components.TBindCompDesignExpressionCollection

提供: RAD Studio API Documentation
2015年6月9日 (火) 09:41時点におけるYukikoi (トーク | 投稿記録)による版 (1版: LOC-19132)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
record
struct
public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components Data.Bind.Components


説明

バインディング式のコレクションが格納されているレコードです。

関連項目