home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / vxcliser.zip / VXREXX.3 / SYSTEM / APPLICAT.MTO next >
Text File  |  1994-12-23  |  2KB  |  39 lines

  1. Methods;Check if a certain method is supported;SupportsMethod;Supports
  2. Methods;Check if a certain property is supported;SupportsProperty;Supports
  3. Methods;Get a stored variable;GetVar;GetVar
  4. Methods;Get the contents of the clipboard;GetClipboard_value;NoParms
  5. Methods;Get the current thread identifier;GetThreadID_threadid;NoParms
  6. Methods;Get the process identifier;GetProcessID_pid;NoParms
  7. Methods;Halt a thread;HaltThread;HaltThr
  8. Methods;List available classes;ListClasses;ListMeth
  9. Methods;List methods;ListMethods;ListMeth
  10. Methods;List printers;ListPrinters;ListMeth
  11. Methods;List properties;ListProperties;ListProp
  12. Methods;List threads;ListThreads;ListMeth
  13. Methods;List variables;ListVars;ListMeth
  14. Methods;Load an object library;LoadClassFile;LoadClas
  15. Methods;Post a key string;PostKeyString;SPKeys
  16. Methods;Post an event;PostEvent;PostEvnt
  17. Methods;Post an event string;Post;Post
  18. Methods;Post an event string to a specific event queue;PostQueue;PostQ
  19. Methods;Send a key string;SendKeyString;SPKeys
  20. Methods;Set the contents of the clipboard;PutClipboard;PutClip
  21. Methods;Start a new thread;StartThread;StartThr
  22. Methods;Store a variable;PutVar;PutVar
  23. Get property;ClassName;ClassName;GetVal
  24. Get property;ClipSiblings;ClipSiblings;GetVal
  25. Get property;CommandLine;CommandLine;GetVal
  26. Get property;FirstChild;FirstChild;GetVal
  27. Get property;Name;Name;GetVal
  28. Get property;Parent;Parent;GetVal
  29. Get property;Program;Program;GetVal
  30. Get property;Self;Self;GetVal
  31. Get property;Sibling;Sibling;GetVal
  32. Get property;SiblingOrder;SiblingOrder;GetVal
  33. Get property;UserData;UserData;GetVal
  34. Get property;WorkingDirectory;WorkingDirectory;GetVal
  35. Set property;ClipSiblings;ClipSiblings;TFProps
  36. Set property;Name;Name;StrProps
  37. Set property;SiblingOrder;SiblingOrder;NumProps
  38. Set property;UserData;UserData;StrProps
  39.