INDODELPHI

Blog’s Tutorial Delphi – Reference from Onez Delphi Explorer

MULTILINES HINT

// ******************************************************************
// MULTILINES HINT
// Category        : Hint/ToolTip
// Author          : Greatis Software
// Author Email    :
// Author Web      : www.greatissoftware.com
// Tips Website    : Greatis Software
// Tips Website URL: http://www.greatis.com/delphi/tips.html
// ******************************************************************

{
Creating multiline hint is not so difficult. Set ShowHint of Button1 to True and
try this:
}

procedure TForm1.FormCreate(Sender: TObject);
begin
Button1.Hint:=’Greatis’+#13+’Delphi Pages’;
end;

November 6, 2007 - Posted by maulaku | Application - Hint / Tool Tips | | No Comments Yet

No comments yet.

Leave a comment