Links
EControl Syntax Editor SDK
THintProps Class

Represents container of the TCustomSyntaxMemo's hints properties.

THintProps = class(TPersistent);

ecSyntMemo

HintProps object represents properties of built-in hints. There are four cases when built in hints are used:

  1. Hint for vertical scroll bar to show top line while scrolling.
  2. Hint for collapsed icon on the gutter to show folded text.
  3. Hint for tokens to show hint for any token in text (using OnGetTokenHint event).
  4. Hint for gutter object to show hint from TCustomGutterObject.Hint when mouse is over it's icon.

Class THintProps can not be used separately from TCustomSyntaxMemo. It is intended to group some properties and methods.

Topic 
Description 
The methods of the THintProps class are listed here. 
The properties of the THintProps class are listed here. 
 
Constructor 
 
Property 
THintProps Methods 
Description 
Creates and initializes a THintProps instance. 
Sets lines range to be shown in hint. 
THintProps Properties 
Description 
Specifies number of collapsed lines displayed in hint window over expanding button. 
Specifies color of the hint window. 
Specifies time in ms to display hint window after moment of mouse stopping. 
Font 
Specifies font of the hint window. 
Specifies whether hints may be formatted. 
Specifies image list which is used for hint formatting. 
Specifies whether first collapsed line has to be in collapsed range hint. 
Specifies which built-in syntax memo hints are enabled. 
Specifies styles list which is used for hint formatting. 
Specifies showing time of hint window for the folded text. 
Specifies showing time of hint window for the gutter object's hints. 
Specifies showing time of hint window for the token's hints. 
Copyright (c) 2004-2011. All rights reserved.
What do you think about this topic? Send feedback!