|
-
June 27th, 2012, 02:43 PM
#1
Synchronize and Queue with Parameters
is it possible to use Synchronize and Queue with Parameters in C++ Builder XE2 ?
this works :
Code:
Queue(ShowModalMessage);
but i want to use it like this :
Code:
Queue(ShowModalMessage("message"));
because my message is different every time
the only thing i found on the internet is here : http://www.uweraabe.de/Blog/2011/01/...th-parameters/
but its in Delphi
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|