home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / vxdemo.zip / SYSTEM.$$$ / STREAM.VRW (.txt) < prev    next >
VX-REXX Windows/Object Info  |  1993-09-01  |  5KB  |  177 lines

  1. VRX   OS/2 v1.01
  2. VRWindow
  3. sizeable
  4. Modal
  5. LayoutStyle
  6. CALL Window1_Close
  7. Stream
  8. <default>
  9. <default>
  10. Bottom
  11. <default>
  12. Window1
  13. VRPushButton
  14. <default>
  15. <default>
  16. TabGroup
  17. CALL PB_1_Click
  18. <default>
  19. <default>
  20. Accept values.
  21. VRPushButton
  22. <default>
  23. Cancel
  24. <default>
  25. TabGroup
  26. CALL PB_2_Click
  27. <default>
  28. <default>
  29. Cancel operation.
  30. VRPushButton
  31. <default>
  32. <default>
  33. TabGroup
  34. CALL PB_3_Click
  35. <default>
  36. <default>
  37. Help for the Stream function.
  38. VRDescriptiveText
  39. Justification
  40. VertJustification
  41. Stream name:
  42. <default>
  43. <default>
  44. <default>
  45. VREntryField
  46. Masked
  47. Justification
  48. <default>
  49. TabGroup
  50. <default>
  51. <default>
  52. name_ef
  53. Specifies the stream to which the function refers --- the form of this name is implementation-dependent.
  54. The stream to which the function refers
  55. VRGroupBox
  56. Optional parameters
  57. <default>
  58. <default>
  59. <default>
  60. VRRadioButton
  61. Command
  62. <default>
  63. TabGroup
  64. CALL cmd_rb_Click
  65. <default>
  66. <default>
  67. cmd_rb
  68. Perform an operation on the stream
  69. VRRadioButton
  70. Description
  71. <default>
  72. TabGroup
  73. CALL desc_rb_Click
  74. <default>
  75. <default>
  76. desc_rb
  77. Return a description of the stream
  78. VRRadioButton
  79. State
  80. <default>
  81. TabGroup
  82. CALL state_rb_Click
  83. <default>
  84. <default>
  85. state_rb
  86. Return the state of the stream
  87. VRDescriptiveText
  88. Justification
  89. VertJustification
  90. Stream Command:
  91. <default>
  92. <default>
  93. <default>
  94. cmd_dt
  95. VRDropDownComboBox
  96. ;Open;Open Read;Open Write;Close;Seek;Query Exists;Query Size;Query Datetime
  97. Change
  98. CALL cmd_ef_Change
  99. <default>
  100. <default>
  101. <default>
  102. TabGroup
  103. cmd_ef
  104. Stream command list
  105. VRGroupBox
  106. Details for Seek command
  107. <default>
  108. <default>
  109. <default>
  110. seek_gb
  111. VRDescriptiveText
  112. Justification
  113. VertJustification
  114. Offset:
  115. <default>
  116. <default>
  117. <default>
  118. offset_dt
  119. VREntryField
  120. Masked
  121. Justification
  122. <default>
  123. TabGroup
  124. <default>
  125. <default>
  126. offset_ef
  127. The offset
  128. VRCheckBox
  129. Numeric
  130. <default>
  131. TabGroup
  132. <default>
  133. <default>
  134. offset_cb
  135. Uncheck this if Offset is a variable
  136. VRRadioButton
  137. Backward from the current position
  138. <default>
  139. TabGroup
  140. <default>
  141. <default>
  142. bak_rb
  143. Backward from the current position
  144. VRRadioButton
  145. Forward from the current position
  146. <default>
  147. TabGroup
  148. <default>
  149. <default>
  150. for_rb
  151. Forward from the current position
  152. VRRadioButton
  153. From the end of the stream
  154. <default>
  155. TabGroup
  156. <default>
  157. <default>
  158. end_rb
  159. From the end of the stream
  160. VRRadioButton
  161. From the beginning of the stream
  162. <default>
  163. TabGroup
  164. <default>
  165. <default>
  166. beg_rb
  167. Start from the beginning of the stream
  168. VRCheckBox
  169. Quoted string.
  170. <default>
  171. TabGroup
  172. <default>
  173. <default>
  174. quo_cb
  175. Uncheck this if Stream Name is a variable
  176. Window1
  177.