TdxCustomGalleryGroups 集合中的一个组.
Unit dxGallery
Syntax
TdxCustomGalleryGroup = class(TcxComponentCollectionItem)
Description
一个 gallery (图片库或者叫画廊)就是一个组:——包含显示的标题和子项集合的可视元素。这些组由 TdxGalleryControlGroup 派生的 TdxCustomGalleryGroup对象表示。
这个类包含了以下主要成员:Member Description ItemCount 返回属于当前 TdxCustomGalleryGroup的项的数量。 Items 组的项 ShowCaption 是否显示组的头部(标题) Visible 当前组是否可视
Derived from TcxComponentCollectionItem
|