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

fpgPostMessage

Posts a message to the event queue

Declaration

Source position: line 0

procedure fpgPostMessage(

  Sender: TObject;

  Dest: TObject;

  MsgCode: Integer;

  var aparams: TfpgMessageParams

); overload;

procedure fpgPostMessage(

  Sender: TObject;

  Dest: TObject;

  MsgCode: Integer

); overload;

Description

fpgPostMessage posts a message to the event queue, but doesn't wait for it to compelete. It returns immediately.

See also

fpg_main.fpgSendMessage

  

Sends a message to the event queue


Documentation generated on: 2012-01-26