Class TThumbSizeSettingModel

Unit

Declaration

type TThumbSizeSettingModel = class(TXOMModel)

Description

Hierarchy

  • TXOMModel
  • TThumbSizeSettingModel

Overview

Methods

Public procedure AfterConstruction; override;
Public procedure BeforeDestruction; override;

Properties

Published property Settings: TThumbSizeSettings read FSettings write FSettings;
Published property ScaleFactor: Integer read FScaleFactor write FScaleFactor;
Published property ToolbarIconSize: Integer read FToolbarIconSize write FToolbarIconSize;
Published property ToolbarVisible: Boolean read FToolbarVisible write FToolbarVisible;
Published property StatusbarVisible: Boolean read FStatusbarVisible write FStatusbarVisible;
Published property ShellMultiMode: Boolean read FShellMultiMode write FShellMultiMode;
Published property CleanThumbs: Boolean read FCleanThumbs write FCleanThumbs;
Published property InfoThumbs: Boolean read FInfoThumbs write FInfoThumbs;
Published property VersionThumbSize: Integer read FVersionThumbSize write FVersionThumbSize;
Published property ScriptPanelScripts: TxomStringList read FScriptPanelScripts write FScriptPanelScripts;

Description

Methods

Public procedure AfterConstruction; override;
 
Public procedure BeforeDestruction; override;
 

Properties

Published property Settings: TThumbSizeSettings read FSettings write FSettings;
 
Published property ScaleFactor: Integer read FScaleFactor write FScaleFactor;
 
Published property ToolbarIconSize: Integer read FToolbarIconSize write FToolbarIconSize;
 
Published property ToolbarVisible: Boolean read FToolbarVisible write FToolbarVisible;
 
Published property StatusbarVisible: Boolean read FStatusbarVisible write FStatusbarVisible;
 
Published property ShellMultiMode: Boolean read FShellMultiMode write FShellMultiMode;
 
Published property CleanThumbs: Boolean read FCleanThumbs write FCleanThumbs;
 
Published property InfoThumbs: Boolean read FInfoThumbs write FInfoThumbs;
 
Published property VersionThumbSize: Integer read FVersionThumbSize write FVersionThumbSize;
 
Published property ScriptPanelScripts: TxomStringList read FScriptPanelScripts write FScriptPanelScripts;
 

Generated by PasDoc 0.15.0.