Class THTMLTemplate

Unit

Declaration

type THTMLTemplate = class(TIDIObject)

Description

THTMLTemplate

Hierarchy

Overview

Methods

Public procedure AfterConstruction; override;
Public procedure BeforeDestruction; override;
Public function PatternCount: Integer;
Public function XYValue (X, Y: Integer): Boolean;
Public function ValidatePassword: Boolean;
Public procedure Clear;

Properties

Public property InprintResource: TxomResource read GetInprintResource;
Public property ThumbBackResource: TxomResource read GetThumbBackResource;
Public property FolderResource: TxomResource read GetFolderResource;
Public property Tag: String read GetTag;
Published property TemplateName : WideString read FTemplateName write FTemplateName;
Published property TemplateHeader: String read FTemplateHeader write FTemplateHeader;
Published property TemplateBody : String read FTemplateBody write FTemplateBody;
Published property TemplateFooter: String read FTemplateFooter write FTemplateFooter;
Published property TemplateBackColor: TColor read FTemplateBackColor write FTemplateBackColor;
Published property TemplateCols : Integer read FTemplateCols write SetTemplateCols;
Published property TemplateRows : Integer read FTemplateRows write SetTemplateRows;
Published property ImageHeader: String read FImageHeader write FImageHeader;
Published property ImageBody : String read FImageBody write FImageBody;
Published property ImageFooter: String read FImageFooter write FImageFooter;
Published property ImagePostScript: String read FImagePostScript write FImagePostScript;
Published property GalleryHeader: String read FGalleryHeader write FGalleryHeader;
Published property GalleryBody : String read FGalleryBody write FGalleryBody;
Published property GalleryFooter: String read FGalleryFooter write FGalleryFooter;
Published property AlbumHeader: String read FAlbumHeader write FAlbumHeader;
Published property AlbumBody : String read FAlbumBody write FAlbumBody;
Published property AlbumFooter: String read FAlbumFooter write FAlbumFooter;
Published property CSS: String read FCSS write FCSS;
Published property ThumbSize : Integer read FThumbSize write FThumbSize;
Published property ImageSize : Integer read FImageSize write FImageSize;
Published property Format : TvxImageFormat read FFormat write FFormat;
Published property Interpolated : Boolean read FInterpolated write FInterpolated;
Published property Filter : TvxInterpolationFilter read FFilter write FFilter;
Published property ResizeSettings: TResizeSettings read GetResizeSettings write FResizeSettings;
Published property Resources : TxomResources read FResources write FResources;
Published property Inprint : WideString read FInprint write FInprint;
Published property InprintLocation: TOffsetLocation read FInprintLocation write FInprintLocation;
Published property InprintOffsetX: Integer read FInprintOffsetX write FInprintOffsetX;
Published property InprintOffsetY: Integer read FInprintOffsetY write FInprintOffsetY;
Published property InprintWatermark: Boolean read FInprintWatermark write FInprintWatermark;
Published property ThumbBack : WideString read FThumbBack write FThumbBack;
Published property FolderRes : WideString read FFolderRes write FFolderRes;
Published property HTMLExtension: WideString read FHTMLExtension write FHTMLExtension;
Published property HTMLBaseName: WideString read FHTMLBaseName write FHTMLBaseName;
Published property FrameDesign: TFrameDesign read FFrameDesign write FFrameDesign;
Published property ThumbFrameDesign: TFrameDesign read FThumbFrameDesign write FThumbFrameDesign;
Published property ImageCaption: TImageCaption read FImageCaption write FImageCaption;
Published property ImageCaptions: TImageCaptions read FImageCaptions write FImageCaptions;
Published property SquareThumbs: Boolean read FSquareThumbs write FSquareThumbs;
Published property Thumb : TPicture read FThumb write FThumb;
Published property UsePattern : Boolean read FUsePattern write SetUsePattern;
Published property Pattern : TPicture read FPattern write FPattern;
Published property EditPassword: WideString read FEditPassword write FEditPassword;
Published property ColorScheme1: TColor read FColorScheme1 write FColorScheme1;
Published property ColorScheme2: TColor read FColorScheme2 write FColorScheme2;
Published property ColorScheme3: TColor read FColorScheme3 write FColorScheme3;
Published property ColorScheme4: TColor read FColorScheme4 write FColorScheme4;
Published property ColorScheme5: TColor read FColorScheme5 write FColorScheme5;
Published property PreBatchEffects: TEffectObjects read FPreBatchEffects write FPreBatchEffects;
Published property BatchEffects: TEffectObjects read FBatchEffects write FBatchEffects;
Published property PreScript : TStringList read FPreScript write FPreScript;
Published property PostScript: TStringList read FPostScript write FPostScript;

Description

Methods

Public procedure AfterConstruction; override;
 
Public procedure BeforeDestruction; override;
 
Public function PatternCount: Integer;
 
Public function XYValue (X, Y: Integer): Boolean;
 
Public function ValidatePassword: Boolean;
 
Public procedure Clear;
 

Properties

Public property InprintResource: TxomResource read GetInprintResource;
 
Public property ThumbBackResource: TxomResource read GetThumbBackResource;
 
Public property FolderResource: TxomResource read GetFolderResource;
 
Public property Tag: String read GetTag;
 
Published property TemplateName : WideString read FTemplateName write FTemplateName;

Rename?

Published property TemplateHeader: String read FTemplateHeader write FTemplateHeader;
 
Published property TemplateBody : String read FTemplateBody write FTemplateBody;
 
Published property TemplateFooter: String read FTemplateFooter write FTemplateFooter;
 
Published property TemplateBackColor: TColor read FTemplateBackColor write FTemplateBackColor;
 
Published property TemplateCols : Integer read FTemplateCols write SetTemplateCols;
 
Published property TemplateRows : Integer read FTemplateRows write SetTemplateRows;
 
Published property ImageHeader: String read FImageHeader write FImageHeader;
 
Published property ImageBody : String read FImageBody write FImageBody;
 
Published property ImageFooter: String read FImageFooter write FImageFooter;
 
Published property ImagePostScript: String read FImagePostScript write FImagePostScript;
 
Published property GalleryHeader: String read FGalleryHeader write FGalleryHeader;
 
Published property GalleryBody : String read FGalleryBody write FGalleryBody;
 
Published property GalleryFooter: String read FGalleryFooter write FGalleryFooter;
 
Published property AlbumHeader: String read FAlbumHeader write FAlbumHeader;
 
Published property AlbumBody : String read FAlbumBody write FAlbumBody;
 
Published property AlbumFooter: String read FAlbumFooter write FAlbumFooter;
 
Published property CSS: String read FCSS write FCSS;
 
Published property ThumbSize : Integer read FThumbSize write FThumbSize;
 
Published property ImageSize : Integer read FImageSize write FImageSize;

this is included for backward compatibility and is replaced by the resizesettings

Published property Format : TvxImageFormat read FFormat write FFormat;
 
Published property Interpolated : Boolean read FInterpolated write FInterpolated;
 
Published property Filter : TvxInterpolationFilter read FFilter write FFilter;
 
Published property ResizeSettings: TResizeSettings read GetResizeSettings write FResizeSettings;

——

Published property Resources : TxomResources read FResources write FResources;
 
Published property Inprint : WideString read FInprint write FInprint;
 
Published property InprintLocation: TOffsetLocation read FInprintLocation write FInprintLocation;
 
Published property InprintOffsetX: Integer read FInprintOffsetX write FInprintOffsetX;
 
Published property InprintOffsetY: Integer read FInprintOffsetY write FInprintOffsetY;
 
Published property InprintWatermark: Boolean read FInprintWatermark write FInprintWatermark;
 
Published property ThumbBack : WideString read FThumbBack write FThumbBack;
 
Published property FolderRes : WideString read FFolderRes write FFolderRes;
 
Published property HTMLExtension: WideString read FHTMLExtension write FHTMLExtension;
 
Published property HTMLBaseName: WideString read FHTMLBaseName write FHTMLBaseName;
 
Published property FrameDesign: TFrameDesign read FFrameDesign write FFrameDesign;
 
Published property ThumbFrameDesign: TFrameDesign read FThumbFrameDesign write FThumbFrameDesign;
 
Published property ImageCaption: TImageCaption read FImageCaption write FImageCaption;
 
Published property ImageCaptions: TImageCaptions read FImageCaptions write FImageCaptions;
 
Published property SquareThumbs: Boolean read FSquareThumbs write FSquareThumbs;
 
Published property Thumb : TPicture read FThumb write FThumb;
 
Published property UsePattern : Boolean read FUsePattern write SetUsePattern;
 
Published property Pattern : TPicture read FPattern write FPattern;
 
Published property EditPassword: WideString read FEditPassword write FEditPassword;
 
Published property ColorScheme1: TColor read FColorScheme1 write FColorScheme1;
 
Published property ColorScheme2: TColor read FColorScheme2 write FColorScheme2;
 
Published property ColorScheme3: TColor read FColorScheme3 write FColorScheme3;
 
Published property ColorScheme4: TColor read FColorScheme4 write FColorScheme4;
 
Published property ColorScheme5: TColor read FColorScheme5 write FColorScheme5;
 
Published property PreBatchEffects: TEffectObjects read FPreBatchEffects write FPreBatchEffects;
 
Published property BatchEffects: TEffectObjects read FBatchEffects write FBatchEffects;
 
Published property PreScript : TStringList read FPreScript write FPreScript;
 
Published property PostScript: TStringList read FPostScript write FPostScript;
 

Generated by PasDoc 0.15.0.