Rainer von Saleski wrote:
> According to the Delphi 7 Help file, the syntax for the MessageDlgPos
> function is
>
> function MessageDlgPos(const Msg: string; DlgType: TMsgDlgType; Buttons:
> TMsgDlgButtons; HelpCtx: Longint; X, Y: Integer): Word;
>
> function MessageDlgPos(const Msg: WideString; DlgType: TMsgDlgType;
> Buttons: TMsgDlgButtons; HelpCtx: Longint; X, Y: Integer; DefaultBtn:
> TMsgDlgBtn = mbNone; Bitmap: TBitmap = nil): Integer;

Please confirm that you're looking at the VCL functions and not the CLX
functions. The latter are in units with names that start with Q.

-- 
Rob


_______________________________________________
Delphi mailing list -> [email protected]
http://www.elists.org/mailman/listinfo/delphi

Reply via email to