[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: msegui.pas line 2979
public procedure tguiapplication.showhint( |
const sender: twidget; |
const hint: msestring; |
const aposrect: rectty; |
const aplacement: captionposty = cp_bottomleft; |
const ashowtime: Integer = defaulthintshowtime; |
const aflags: hintflagsty = defaulthintflags |
); |
const sender: twidget; |
const hint: msestring; |
const apos: pointty; |
const ashowtime: Integer = defaulthintshowtime; |
const aflags: hintflagsty = defaulthintflags |
); |
const sender: twidget; |
const info: hintinfoty |
); |
const sender: twidget; |
const hint: msestring |
); |
const sender: twidget; |
const hintwidget: twidget; |
const ashowtime: Integer = defaulthintshowtime; |
const aflags: hintflagsty = defaulthintflags |
); |