[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'msegui' (#msegui)

tguiapplication.showhint

Declaration

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

);

procedure tguiapplication.showhint(

  const sender: twidget;

  const hint: msestring;

  const apos: pointty;

  const ashowtime: Integer = defaulthintshowtime;

  const aflags: hintflagsty = defaulthintflags

);

procedure tguiapplication.showhint(

  const sender: twidget;

  const info: hintinfoty

);

procedure tguiapplication.showhint(

  const sender: twidget;

  const hint: msestring

);

procedure tguiapplication.showhint(

  const sender: twidget;

  const hintwidget: twidget;

  const ashowtime: Integer = defaulthintshowtime;

  const aflags: hintflagsty = defaulthintflags

);


Documentation generated on: 2021-05-13