Class TrHTMLHint
Unit
rHintWindow
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
Overview
Methods
|
constructor Create(AOwner: TComponent); override; |
|
destructor Destroy; override; |
Properties
|
property HintFont: TFont read FHintFont write SetHintFont stored HintFontStored; |
|
property ParentFont: boolean read FParentFont write SetParentFont default true; |
|
property MinWidth: Integer read FMinWidth write FMinWidth default 0; |
|
property MaxWidth: Integer read FMaxWidth write FMaxWidth default 0; |
|
property MinHeight: Integer read FMinHeight write FMinHeight default 0; |
|
property MaxHeight: Integer read FMaxHeight write FMaxHeight default 0; |
|
property BorderLeft: byte read FBorderLeft write FBorderLeft default 2; |
|
property BorderRight: byte read FBorderRight write FBorderRight default 2; |
|
property BorderTop: byte read FBorderTop write FBorderTop default 2; |
|
property BorderBottom: byte read FBorderBottom write FBorderBottom default 2; |
|
property TabGridWidth: byte read FTabGridWidth write FTabGridWidth default 90; |
|
property Images: TImageList read FImages write FImages; |
|
property LeftBarWidth: byte read FLeftBarWidth write FLeftBarWidth default 16; |
|
property LeftBarColor: TColor read FLeftBarColor write FLeftBarColor default clSilver; |
|
property LeftBarImageIndex: Integer read FLeftBarImageIndex write FLeftBarImageIndex default - 1; |
|
property RightBarWidth: byte read FRightBarWidth write FRightBarWidth default 0; |
|
property RightBarColor: TColor read FRightBarColor write FRightBarColor default clSilver; |
|
property RightBarImageIndex: Integer read FRightBarImageIndex write FRightBarImageIndex default - 1; |
|
property HintImage: TPicture read FHintImage write SetHintImage; |
|
property HintSkipEnter: Boolean read FHintSkipEnter write FHintSkipEnter default false; |
|
property HintPlainText: Boolean read FHintPlainText write FHintPlainText default false; |
|
property OnPaint: TNotifyEvent read FOnPaint write FOnPaint; |
|
property UseStyleFontColor: Boolean read FUseStyleFontColor write FUseStyleFontColor default true; |
|
property UseAsGlobalHint: Boolean read FUseAsGlobalHint write SetUseAsGlobalHint default false; |
Description
Methods
|
constructor Create(AOwner: TComponent); override; |
|
|
destructor Destroy; override; |
|
Properties
|
property HintFont: TFont read FHintFont write SetHintFont stored HintFontStored; |
|
|
property ParentFont: boolean read FParentFont write SetParentFont default true; |
|
|
property MinWidth: Integer read FMinWidth write FMinWidth default 0; |
|
|
property MaxWidth: Integer read FMaxWidth write FMaxWidth default 0; |
|
|
property MinHeight: Integer read FMinHeight write FMinHeight default 0; |
|
|
property MaxHeight: Integer read FMaxHeight write FMaxHeight default 0; |
|
|
property BorderLeft: byte read FBorderLeft write FBorderLeft default 2; |
|
|
property BorderRight: byte read FBorderRight write FBorderRight default 2; |
|
|
property BorderTop: byte read FBorderTop write FBorderTop default 2; |
|
|
property BorderBottom: byte read FBorderBottom write FBorderBottom default 2; |
|
|
property TabGridWidth: byte read FTabGridWidth write FTabGridWidth default 90; |
|
|
property Images: TImageList read FImages write FImages; |
|
|
property LeftBarWidth: byte read FLeftBarWidth write FLeftBarWidth default 16; |
|
|
property LeftBarColor: TColor read FLeftBarColor write FLeftBarColor default clSilver; |
|
|
property LeftBarImageIndex: Integer read FLeftBarImageIndex write FLeftBarImageIndex default - 1; |
|
|
property RightBarWidth: byte read FRightBarWidth write FRightBarWidth default 0; |
|
|
property RightBarColor: TColor read FRightBarColor write FRightBarColor default clSilver; |
|
|
property RightBarImageIndex: Integer read FRightBarImageIndex write FRightBarImageIndex default - 1; |
|
|
property HintImage: TPicture read FHintImage write SetHintImage; |
|
|
property HintSkipEnter: Boolean read FHintSkipEnter write FHintSkipEnter default false; |
|
|
property HintPlainText: Boolean read FHintPlainText write FHintPlainText default false; |
|
|
property OnPaint: TNotifyEvent read FOnPaint write FOnPaint; |
|
|
property UseStyleFontColor: Boolean read FUseStyleFontColor write FUseStyleFontColor default true; |
|
|
property UseAsGlobalHint: Boolean read FUseAsGlobalHint write SetUseAsGlobalHint default false; |
|
Generated by PasDoc 0.15.0.
|