Class TCatalogAttachment

Unit

Declaration

type TCatalogAttachment = class(TBaseCatalogObject)

Description

TCatalogAttachment

Hierarchy

Overview

Methods

Public procedure AfterConstruction; override;
Public procedure BeforeDestruction; override;
Public procedure Assign(ASource: TObject); override;
Public procedure FillFromDataSet (ADataSet: TDBXOMDataSet); override;

Properties

Public property Data: TDataMemoryStream read FData write FData;
Published property ImageGUID: String read FImageGUID write FImageGUID;
Published property LinkSource: TAttachmentLinkSource read FLinkSource write FLinkSource;
Published property LinkRef: WideString read FLinkRef write FLinkRef;
Published property MimeType: WideString read FMimeType write FMimeType;
Published property Marker: TAttachmentMarker read FMarker write FMarker;
Published property Description: WideString read FDescription write FDescription;

Description

Methods

Public procedure AfterConstruction; override;
 
Public procedure BeforeDestruction; override;
 
Public procedure Assign(ASource: TObject); override;
 
Public procedure FillFromDataSet (ADataSet: TDBXOMDataSet); override;
 

Properties

Public property Data: TDataMemoryStream read FData write FData;
 
Published property ImageGUID: String read FImageGUID write FImageGUID;
 
Published property LinkSource: TAttachmentLinkSource read FLinkSource write FLinkSource;
 
Published property LinkRef: WideString read FLinkRef write FLinkRef;
 
Published property MimeType: WideString read FMimeType write FMimeType;
 
Published property Marker: TAttachmentMarker read FMarker write FMarker;
 
Published property Description: WideString read FDescription write FDescription;
 

Generated by PasDoc 0.15.0.