home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1996 May / PCDMAY.ISO / software / clarion / cw15 / libsrc15.z / PROPERTY.CLW < prev    next >
Encoding:
Text File  |  1995-08-28  |  12.6 KB  |  236 lines

  1. !----------------------------------------------------------
  2. ! Built-in property constants for CW
  3. !----------------------------------------------------------*/
  4.  
  5.  
  6. PROP:text           EQUATE(7C00H)  ! single value (parameter to control itself)
  7. PROP:type           EQUATE(7C01H)  ! single value (CREATE:xxxx)
  8. PROP:at             EQUATE(7C02H)  ! array valued (4 values)
  9. PROP:xpos           EQUATE(7C02H)  ! single value, equivalent to PROP:at[1]
  10. PROP:ypos           EQUATE(7C03H)  ! single value, equivalent to PROP:at[2]
  11. PROP:width          EQUATE(7C04H)  ! single value, equivalent to PROP:at[3]
  12. PROP:height         EQUATE(7C05H)  ! single value, equivalent to PROP:at[4]
  13.  
  14. PROP:center         EQUATE(7C06H)  ! 0 = off, else on
  15. PROP:centeroffset   EQUATE(7C07H)  ! single value, equivalent to PROP:center[2]
  16. PROP:left           EQUATE(7C08H)  ! 0 = off, else on
  17. PROP:leftoffset     EQUATE(7C09H)  ! single value, equivalent to PROP:left[2]
  18. PROP:decimal        EQUATE(7C0AH)  ! 0 = off, else on
  19. PROP:decimaloffset  EQUATE(7C0BH)  ! single value, equivalent to PROP:decimal[2]
  20. PROP:right          EQUATE(7C0CH)  ! 0 = off, else on
  21. PROP:rightoffset    EQUATE(7C0DH)  ! single value, equivalent to PROP:right[2]
  22.  
  23. PROP:class          EQUATE(7C0EH)  ! array valued (2 values)
  24. PROP:vbxfile        EQUATE(7C0EH)  ! single value, equivalent to PROP:class[1]
  25. PROP:vbxname        EQUATE(7C0FH)  ! single value, equivalent to PROP:class[2]
  26.  
  27. PROP:font           EQUATE(7C10H)  ! array valued (4 values)
  28. PROP:fontname       EQUATE(7C10H)  ! single value, equivalent to PROP:font[1]
  29. PROP:fontsize       EQUATE(7C11H)  ! single value, equivalent to PROP:font[2]
  30. PROP:fontcolor      EQUATE(7C12H)  ! single value, equivalent to PROP:font[3]
  31. PROP:fontstyle      EQUATE(7C13H)  ! single value, equivalent to PROP:font[4]
  32.  
  33. PROP:range          EQUATE(7C14H)  ! array valued (2 values)
  34. PROP:rangelow       EQUATE(7C14H)  ! single value, equivalent to PROP:range[1]
  35. PROP:rangehigh      EQUATE(7C15H)  ! single value, equivalent to PROP:range[2]
  36.  
  37. PROP:vcr            EQUATE(7C16H)  ! 0 = off, else on
  38. PROP:vcrfeq         EQUATE(7C17H)  ! blank, feq, or picture, = PROP:vcr[2]
  39.  
  40. PROP:double         EQUATE(7C19H)  ! 0 = off, else on
  41. PROP:resize         EQUATE(7C1AH)  ! 0 = off, else on
  42. PROP:noframe        EQUATE(7C1BH)  ! 0 = off, else on
  43.  
  44. PROP:mm             EQUATE(7C1CH)  ! 0 = off, else on
  45. PROP:thous          EQUATE(7C1DH)  ! 0 = off, else on
  46. PROP:points         EQUATE(7C1EH)  ! 0 = off, else on  (reports only)
  47. PROP:pixels         EQUATE(7C1EH)  ! 0 = off, else on  (windows only)
  48.  
  49. PROP:sum            EQUATE(7C40H)  ! 0 = off, else on
  50. PROP:ave            EQUATE(7C41H)  ! 0 = off, else on
  51. PROP:cnt            EQUATE(7C42H)  ! 0 = off, else on
  52. PROP:max            EQUATE(7C43H)  ! 0 = off, else on
  53. PROP:min            EQUATE(7C44H)  ! 0 = off, else on
  54. PROP:pageno         EQUATE(7C45H)  ! 0 = off, else on
  55. PROP:page           EQUATE(7C50H)  ! 0 = off, else on
  56.  
  57.  
  58. PROP:absolute       EQUATE(7C51H)  ! 0 = off, else on
  59. PROP:alone          EQUATE(7C52H)  ! 0 = off, else on
  60. PROP:preview        EQUATE(7C53H)  ! single queue or queuefield (write-only)
  61. PROP:flushpreview   EQUATE(7C54H)  ! 0 = off, else on (always 0 at open)
  62. PROP:first          EQUATE(7C55H)  ! 0 = off, else on
  63. PROP:last           EQUATE(7C56H)  ! 0 = off, else on
  64. PROP:ins            EQUATE(7C57H)  ! 0 = off, else on
  65. PROP:ovr            EQUATE(7C58H)  ! 0 = off, else on
  66. PROP:boxed          EQUATE(7C59H)  ! 0 = off, else on
  67. PROP:cap            EQUATE(7C5AH)  ! 0 = off, else on
  68. PROP:color          EQUATE(7C5BH)  ! single value, COLORnone if none
  69. PROP:column         EQUATE(7C5CH)  ! 0 = off, else column number
  70. PROP:cursor         EQUATE(7C5DH)  ! single value, empty string if not specifed
  71. PROP:default        EQUATE(7C5EH)  ! 0 = off, else on
  72. PROP:disable        EQUATE(7C5FH)  ! 0 = off, else on
  73. PROP:drop           EQUATE(7C60H)  ! single value, 0 if none (can't change to or from 0)
  74. PROP:fill           EQUATE(7C61H)  ! single value, COLORnone if none
  75. PROP:from           EQUATE(7C62H)  ! single queue, queuefield or string (write-only)
  76. PROP:full           EQUATE(7C63H)  ! 0 = off, else on
  77. PROP:gray           EQUATE(7C64H)  ! 0 = off, else on
  78. PROP:hide           EQUATE(7C65H)  ! 0 = off, else on
  79. PROP:hlp            EQUATE(7C66H)  ! single value
  80. PROP:hscroll        EQUATE(7C67H)  ! 0 = off, else on
  81. PROP:icon           EQUATE(7C68H)  ! single value, empty string if not specified
  82. PROP:iconize        EQUATE(7C69H)  ! 0 = off, else on
  83. PROP:imm            EQUATE(7C6AH)  ! 0 = off, else on
  84. PROP:key            EQUATE(7C6BH)  ! single value
  85. PROP:landscape      EQUATE(7C6CH)  ! 0 = off, else on
  86. PROP:mark           EQUATE(7C6DH)  ! single queue, queuefield or array (write-only)
  87. PROP:mask           EQUATE(7C6EH)  ! 0 = off, else on
  88. PROP:maximize       EQUATE(7C6FH)  ! 0 = off, else on
  89. PROP:mdi            EQUATE(7C70H)  ! 0 = off, else on (read only)
  90. PROP:meta           EQUATE(7C71H)  ! 0 = off, else on
  91. PROP:modal          EQUATE(7C72H)  ! 0 = off, else on (read only)
  92. PROP:msg            EQUATE(7C73H)  ! single value
  93. PROP:nobar          EQUATE(7C74H)  ! 0 = off, else on
  94. PROP:nomerge        EQUATE(7C75H)  ! 0 = off, else on
  95. PROP:pageafter      EQUATE(7C77H)  ! 0 = off, else on
  96. PROP:pageafternum   EQUATE(7C77H)  ! single value, 0 if absent == pageafter[2]
  97. PROP:pagebefore     EQUATE(7C78H)  ! 0 = off, else on
  98. PROP:pagebeforenum  EQUATE(7C79H)  ! single value, 0 if absent == pagebefore[2]
  99. PROP:password       EQUATE(7C7AH)  ! 0 = off, else on
  100. PROP:readonly       EQUATE(7C7BH)  ! 0 = off, else on
  101. PROP:req            EQUATE(7C7CH)  ! 0 = off, else on
  102. PROP:reset          EQUATE(7C7DH)  ! single value (nesting depth, or 0)
  103. PROP:round          EQUATE(7C7EH)  ! 0 = off, else on
  104. PROP:scroll         EQUATE(7C7FH)  ! 0 = off, else on
  105. PROP:separate       EQUATE(7C80H)  ! 0 = off, else on
  106. PROP:skip           EQUATE(7C81H)  ! 0 = off, else on
  107. PROP:std            EQUATE(7C82H)  ! single value
  108. PROP:step           EQUATE(7C83H)  ! single value
  109. PROP:system         EQUATE(7C84H)  ! 0 = off, else on
  110. PROP:format         EQUATE(7C85H)  ! single value
  111. PROP:timer          EQUATE(7C86H)  ! single value, 0 if none
  112. PROP:check          EQUATE(7C87H)  ! 0 = off, else on
  113. PROP:trn            EQUATE(7C88H)  ! 0 = off, else on
  114. PROP:upr            EQUATE(7C89H)  ! 0 = off, else on
  115. PROP:use            EQUATE(7C8AH)  ! single variable value, write only
  116. PROP:vscroll        EQUATE(7C8BH)  ! 0 = off, else on
  117. PROP:withnext       EQUATE(7C8CH)  ! single value, 0 if absent
  118. PROP:withprior      EQUATE(7C8DH)  ! single value, 0 if absent
  119. PROP:items          EQUATE(7C8EH)  ! single value (read only, runtime only)
  120. PROP:selected       EQUATE(7C8FH)  ! single value (runtime only)
  121. PROP:selstart       EQUATE(7C8FH)  ! single value (runtime only)
  122. PROP:selend         EQUATE(7C90H)  ! single value (runtime only)
  123. PROP:auto           EQUATE(7C91H)  ! 0 = off, else on
  124. PROP:toolbox        EQUATE(7C92H)  ! 0 = off, else on
  125. PROP:palette        EQUATE(7C93H)  ! single value
  126. PROP:imagebits      EQUATE(7C94H)  ! string variable (runtime only)
  127. PROP:thread         EQUATE(7C95H)  ! read only, runtime only
  128. PROP:handle         EQUATE(7C96H)  ! read only, runtime only
  129. PROP:active         EQUATE(7C97H)  ! runtime only
  130. PROP:vbxevent       EQUATE(7C98H)  ! read only, runtime only
  131. PROP:follows        EQUATE(7C99H)  ! write only, runtime only
  132. PROP:acceptall      EQUATE(7C9AH)  ! 0 = off, else on (runtime only, also set by SELECT() and cleared by SELECT(n))
  133. PROP:touched        EQUATE(7C9BH)  ! 0 = off, else on (runtime only)
  134. PROP:vscrollpos     EQUATE(7C9EH)  ! Scroll thumb position (0-100)
  135. PROP:clipbits       EQUATE(7C9FH)  ! != 0 Clip image control to clipboard
  136. PROP:tooltip        EQUATE(7CA0H)  ! Tool tip text
  137.  
  138. PROP:progress       EQUATE(7CA6H)  ! progress bar position (runtime only)
  139. PROP:visible        EQUATE(7CA7H)  ! is control visible (read-only, runtime-only)
  140. PROP:enabled        EQUATE(7CA8H)  ! is control enabled (read-only, runtime-only)
  141. PROP:wizard         EQUATE(7CA9H)  ! wizard style sheets
  142. PROP:choicefeq      EQUATE(7CAAH)  ! current field equate value of a choice in sheet, option
  143. PROP:clienthandle   EQUATE(7CABH)  ! client window handle (read-only, runtime only)
  144. PROP:linecount      EQUATE(7CACH)  ! lines of text in a TEXT control (read-only, runtime only)
  145. PROP:minwidth       EQUATE(7CADH)  ! window's minimum width (runtime only)
  146. PROP:minheight      EQUATE(7CAEH)  ! window's minimum height (runtime only)
  147. PROP:maxwidth       EQUATE(7CAFH)  ! window's maximum width (runtime only)
  148. PROP:maxheight      EQUATE(7CB0H)  ! window's maximum height (runtime only)
  149. PROP:notips         EQUATE(7CB1H)  ! Disable tooltips on system/window/control (runtime only)
  150. PROP:tipdelay       EQUATE(7CB2H)  ! Delay before tips appear (16-bit runtime only, system only)
  151. PROP:tipdisplay     EQUATE(7CB3H)  ! Time for which tips are displayed (16-bit runtime only, system only)
  152. PROP:wndproc        EQUATE(7CB4H)  ! Window procedure set/get (for PROP:handle)
  153. PROP:clientwndproc  EQUATE(7CB5H)  ! Window procedure set/get (for PROP:clienthandle)
  154. PROP:imageblob      EQUATE(7CB6H)  ! BLOB handle (runtime only)
  155. PROP:spread         EQUATE(7CB7H)  ! SPREAD attribute
  156. PROP:filter         EQUATE(7CB8H)  ! Set the filter of a VIEW
  157. PROP:size           EQUATE(7CB9H)  ! For a BLOB
  158. PROP:screentext     EQUATE(7CBAH)  ! May differ from PROP:text for eg ENTRY
  159. PROP:hscrollpos     EQUATE(7CBBH)  ! Horizontal scroll position
  160. PROP:lazydisplay    EQUATE(7CBCH)  ! Don't force update immediately
  161. PROP:defermove      EQUATE(7CBDH)  ! Delay window positioning
  162. PROP:appinstance    EQUATE(7CBEH)  ! HINSTANCE of exe file (read only)
  163. PROP:falsevalue     EQUATE(7CBFH)  ! value for a check to assign to use.
  164. PROP:truevalue      EQUATE(7CC0H)  ! value for check radio to assign to use.
  165. PROP:value          EQUATE(7CC0H)  ! value for a radio or tab to assign to use.
  166. PROP:DDEtimeout     EQUATE(7CC1H)  ! DDE timeout, in sec/100 (system property)
  167. PROP:tabrows        EQUATE(7CC2H)  ! Num rows in a tab (read only)
  168. PROP:numtabs        EQUATE(7CC3H)  ! Num tabs owned by a sheet (read only)
  169.  
  170. PROP:status         EQUATE(7D00H)  ! array valued
  171. PROP:statustext     EQUATE(7D01H)  ! array valued
  172. PROP:dragid         EQUATE(7D02H)  ! array valued
  173. PROP:dropid         EQUATE(7D03H)  ! array valued
  174. PROP:vbxeventarg    EQUATE(7D04H)  ! array valued
  175. PROP:edit           EQUATE(7D05H)  ! array valued
  176. PROP:alrt           EQUATE(7D06H)  ! array valued
  177. PROP:iconlist       EQUATE(7D07H)  ! array valued
  178. PROP:line           EQUATE(7D08H)  ! array valued, TEXT control line contents (read-only, runtime only)
  179.  
  180. PROPLIST:underline      EQUATE (7E00H)
  181. PROPLIST:resize         EQUATE (7E01H)
  182. PROPLIST:rightborder    EQUATE (7E02H)
  183. PROPLIST:header         EQUATE (7E03H)
  184. PROPLIST:width          EQUATE (7E04H)
  185. PROPLIST:picture        EQUATE (7E05H)
  186. PROPLIST:fixed          EQUATE (7E06H)
  187. PROPLIST:scroll         EQUATE (7E07H)
  188. PROPLIST:lastonline     EQUATE (7E08H)
  189. PROPLIST:locator        EQUATE (7E09H)
  190. PROPLIST:resvd1         EQUATE (7E0AH)
  191. PROPLIST:resvd2         EQUATE (7E0BH)
  192. PROPLIST:resvd3         EQUATE (7E0CH)
  193. PROPLIST:resvd4         EQUATE (7E0DH)
  194.  
  195. PROPLIST:left           EQUATE (7E10H)
  196. PROPLIST:leftoffset     EQUATE (7E11H)
  197. PROPLIST:right          EQUATE (7E12H)
  198. PROPLIST:rightoffset    EQUATE (7E13H)
  199. PROPLIST:center         EQUATE (7E14H)
  200. PROPLIST:centeroffset   EQUATE (7E15H)
  201. PROPLIST:decimal        EQUATE (7E16H)
  202. PROPLIST:decimaloffset  EQUATE (7E17H)
  203.  
  204. PROPLIST:headerleft           EQUATE (7E18H)
  205. PROPLIST:headerleftoffset     EQUATE (7E19H)
  206. PROPLIST:headerright          EQUATE (7E1AH)
  207. PROPLIST:headerrightoffset    EQUATE (7E1BH)
  208. PROPLIST:headercenter         EQUATE (7E1CH)
  209. PROPLIST:headercenteroffset   EQUATE (7E1DH)
  210. PROPLIST:headerdecimal        EQUATE (7E1EH)
  211. PROPLIST:headerdecimaloffset  EQUATE (7E1FH)
  212.  
  213. PROPLIST:icon           EQUATE (7E20H)
  214. PROPLIST:color          EQUATE (7E21H)
  215. PROPLIST:tree           EQUATE (7E22H)
  216. PROPLIST:treelines      EQUATE (7E23H)
  217. PROPLIST:treeboxes      EQUATE (7E24H)
  218. PROPLIST:treeindent     EQUATE (7E25H)
  219.  
  220. PROPLIST:group          EQUATE (0040H)  ! add to PROPLIST property above
  221.  
  222. PROPLIST:MouseDownRow   EQUATE (7C20H)
  223. PROPLIST:MouseMoveRow   EQUATE (7C21H)
  224. PROPLIST:MouseUpRow     EQUATE (7C22H)
  225. PROPLIST:MouseDownField EQUATE (7C23H)
  226. PROPLIST:MouseMoveField EQUATE (7C24H)
  227. PROPLIST:MouseUpField   EQUATE (7C25H)
  228. PROPLIST:MouseDownZone  EQUATE (7C26H)
  229. PROPLIST:MouseMoveZone  EQUATE (7C27H)
  230. PROPLIST:MouseUpZone    EQUATE (7C28H)
  231. PROPLIST:BarColor       EQUATE (7C29H)
  232.  
  233. PROP:SQL                EQUATE (6200H)
  234. PROP:ConnectString      EQUATE (6201H)
  235. PROP:LoginTimeOut       EQUATE (6202H)
  236.