Class TCatalogAttachment
Unit
idCatalog
Declaration
type TCatalogAttachment = class(TBaseCatalogObject)
Description
TCatalogAttachment
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure AfterConstruction; override; |
|
|
 |
procedure BeforeDestruction; override; |
|
|
 |
procedure Assign(ASource: TObject); override; |
|
|
 |
procedure FillFromDataSet (ADataSet: TDBXOMDataSet); override; |
|
|
Properties
 |
property ImageGUID: String read FImageGUID write FImageGUID; |
|
|
 |
property LinkRef: WideString read FLinkRef write FLinkRef; |
|
|
 |
property MimeType: WideString read FMimeType write FMimeType; |
|
|
 |
property Description: WideString read FDescription write FDescription; |
|
|
Generated by PasDoc 0.15.0.
|