blob: 3478eab17a878f60002cc2d2da6df04db2494ff9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// part of KOLMHToolTip -- interface_part.
// Moved to separate inc-file still Delphi20XX does not allow compile
// in DEBUG mode.
const
Dummy = 0;
function NewHint(A: PControl): PMHHint;
function NewManager: PMHToolTipManager;
function NewMHToolTip(AParent: PControl): PMHToolTip;
var
Manager: PMHToolTipManager;
|