Links
EControl Syntax Editor SDK
TCustomSyntaxMemo.HintProps Property

Represents hint properties container.

property HintProps: THintProps;

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.

Copyright (c) 2004-2011. All rights reserved.
What do you think about this topic? Send feedback!