![]() |
Previous Top Next |
FormHelp component.
|
procedure ShowHelp(Help: String);
|
The ShowHelp method displays the popup window with text specified by Help string parameter from current mouse position. Text string can contain either plain or rich text.
|
procedure TForm1.Whatsthis1Click(Sender: TObject);
|
begin
|
acFormHelp1.ShowHelp('Hello world!');
|
end;
|
ShowHelpFromControl and ShowHelpFromPoint methods;
|
Rich formatting of context-sensitive help.
|