Class TrHTMLHint

Unit

Declaration

type TrHTMLHint = class(TComponent)

Description

non visual component which define HTML Hint window properties, placed on Main form activate new HTML hint window

Hierarchy

  • TComponent
  • TrHTMLHint

Overview

Methods

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;

Properties

Published property HintFont: TFont read FHintFont write SetHintFont stored HintFontStored;
Published property ParentFont: boolean read FParentFont write SetParentFont default true;
Published property MinWidth: Integer read FMinWidth write FMinWidth default 0;
Published property MaxWidth: Integer read FMaxWidth write FMaxWidth default 0;
Published property MinHeight: Integer read FMinHeight write FMinHeight default 0;
Published property MaxHeight: Integer read FMaxHeight write FMaxHeight default 0;
Published property BorderLeft: byte read FBorderLeft write FBorderLeft default 2;
Published property BorderRight: byte read FBorderRight write FBorderRight default 2;
Published property BorderTop: byte read FBorderTop write FBorderTop default 2;
Published property BorderBottom: byte read FBorderBottom write FBorderBottom default 2;
Published property TabGridWidth: byte read FTabGridWidth write FTabGridWidth default 90;
Published property Images: TImageList read FImages write FImages;
Published property LeftBarWidth: byte read FLeftBarWidth write FLeftBarWidth default 16;
Published property LeftBarColor: TColor read FLeftBarColor write FLeftBarColor default clSilver;
Published property LeftBarImageIndex: Integer read FLeftBarImageIndex write FLeftBarImageIndex default - 1;
Published property RightBarWidth: byte read FRightBarWidth write FRightBarWidth default 0;
Published property RightBarColor: TColor read FRightBarColor write FRightBarColor default clSilver;
Published property RightBarImageIndex: Integer read FRightBarImageIndex write FRightBarImageIndex default - 1;
Published property HintImage: TPicture read FHintImage write SetHintImage;
Published property HintSkipEnter: Boolean read FHintSkipEnter write FHintSkipEnter default false;
Published property HintPlainText: Boolean read FHintPlainText write FHintPlainText default false;
Published property OnPaint: TNotifyEvent read FOnPaint write FOnPaint;
Published property UseStyleFontColor: Boolean read FUseStyleFontColor write FUseStyleFontColor default true;
Published property UseAsGlobalHint: Boolean read FUseAsGlobalHint write SetUseAsGlobalHint default false;

Description

Methods

Public constructor Create(AOwner: TComponent); override;
 
Public destructor Destroy; override;
 

Properties

Published property HintFont: TFont read FHintFont write SetHintFont stored HintFontStored;
 
Published property ParentFont: boolean read FParentFont write SetParentFont default true;
 
Published property MinWidth: Integer read FMinWidth write FMinWidth default 0;
 
Published property MaxWidth: Integer read FMaxWidth write FMaxWidth default 0;
 
Published property MinHeight: Integer read FMinHeight write FMinHeight default 0;
 
Published property MaxHeight: Integer read FMaxHeight write FMaxHeight default 0;
 
Published property BorderLeft: byte read FBorderLeft write FBorderLeft default 2;
 
Published property BorderRight: byte read FBorderRight write FBorderRight default 2;
 
Published property BorderTop: byte read FBorderTop write FBorderTop default 2;
 
Published property BorderBottom: byte read FBorderBottom write FBorderBottom default 2;
 
Published property TabGridWidth: byte read FTabGridWidth write FTabGridWidth default 90;
 
Published property Images: TImageList read FImages write FImages;
 
Published property LeftBarWidth: byte read FLeftBarWidth write FLeftBarWidth default 16;
 
Published property LeftBarColor: TColor read FLeftBarColor write FLeftBarColor default clSilver;
 
Published property LeftBarImageIndex: Integer read FLeftBarImageIndex write FLeftBarImageIndex default - 1;
 
Published property RightBarWidth: byte read FRightBarWidth write FRightBarWidth default 0;
 
Published property RightBarColor: TColor read FRightBarColor write FRightBarColor default clSilver;
 
Published property RightBarImageIndex: Integer read FRightBarImageIndex write FRightBarImageIndex default - 1;
 
Published property HintImage: TPicture read FHintImage write SetHintImage;
 
Published property HintSkipEnter: Boolean read FHintSkipEnter write FHintSkipEnter default false;
 
Published property HintPlainText: Boolean read FHintPlainText write FHintPlainText default false;
 
Published property OnPaint: TNotifyEvent read FOnPaint write FOnPaint;
 
Published property UseStyleFontColor: Boolean read FUseStyleFontColor write FUseStyleFontColor default true;
 
Published property UseAsGlobalHint: Boolean read FUseAsGlobalHint write SetUseAsGlobalHint default false;
 

Generated by PasDoc 0.15.0.