Class TCatalogItemSet
Unit
idCatalog
Declaration
type TCatalogItemSet = class(TBaseCatalogObject)
Description
TCatalogItemSet
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure AfterConstruction; override; |
|
|
 |
procedure BeforeDestruction; override; |
|
|
 |
procedure SortSet; virtual; |
|
|
 |
function TotalFileSize: Int64; virtual; |
|
|
 |
function ItemsFileSize: Int64; virtual; |
|
|
 |
function CountMarked: Integer; virtual; |
|
|
 |
function HasMarked: Boolean; virtual; |
|
|
Properties
 |
property Enabled: Boolean read FEnabled write FEnabled; |
|
|
 |
property Caption: WideString read FCaption write FCaption; |
|
|
Generated by PasDoc 0.15.0.
|