Syntax
interface XDDELink : com::sun::star::uno::XInterface ;
Description
represents a DDE link.
@deprecated@see com::sun::star::sheet::DDELink
Method Summary
|
getApplication |
returns the application from which data are requested
(the DDE server application).
|
|
getTopic |
returns the DDE topic from which data are requested.
|
|
getItem |
returns the DDE item from which data are requested.
|
|
Known Services Which Export this Interface
|
com::sun::star::sheet::DDELink -
Method Details
|
|
Syntax
- string getApplication
();
Description
returns the application from which data are requested
(the DDE server application).
Syntax
- string getTopic
();
Description
returns the DDE topic from which data are requested.
Syntax
- string getItem
();
Description
returns the DDE item from which data are requested.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.