Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide to Clip-4-Win version 3.0 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

WDDEClient:Poke() Method
Send data to the server
------------------------------------------------------------------------------

Syntax
<oDDE>:Poke( [ <cItem> ] , <cData>, [ <nFormat> ] , [ <lRelease> ] )
          -->   x

Arguments
<cItem> is an optional string specifying the name of the item.
(Default: all or default, depending on the server.)

<cData> is the data to send.

<nFormat> is an optional integer specifying the format of data
wanted.  Use one of the CF_* values defined in WINDOWS.CH,
which are explained in the GetClipbData() function.
(Default: CF_TEXT.)

<lRelease> is .T. (the default) if the server is to release
the data.

Returns
The return value is not used.

Description

Example


See Also: WDDEClient:OnAccept() WDDEClient:Request() WDDEClient:OnReject()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson