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]

WDDEServer:Init() Method
Construct a DDE Server object
------------------------------------------------------------------------------

Syntax
WDDEServer{ <oParent>, [ <cService> ] , [ <lCreate> ] ,
            [ <lNeedRegClass> ] }   -->   SELF

Arguments
<oParent> is the parent (owner) of the DDE object.

<cService> optionally specifies the name of the server, as it
identifies itself to clients.

<lCreate> specifies whether the object's Create() method is
to be invoked immediately.  Usually you want the default (.T.).

<lNeedRegClass> can be .F. to prevent a window class being
automatically detected/registered.  Usually you want the
default (.T.).

Returns
SELF.

Description
This method initialises a DDE Server object.

Example
// From SOURCE\OO\CLASSES\DDESERVE.PRG:
oDDE := WDDEServer{self, "MyDDEServer"}


See Also: WDDEServer:Axit() WDDEServer:OnDDEExecute() WDDEServer:Stop()

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