Rapid-Q Documentation by William Yu (c)1999 Appendix A: QRECT

QRECT Component

QRect is not a visible component, it's a data type with the form
   TYPE QRect
     Left AS INTEGER
     Top AS  INTEGER
     Right AS INTEGER
     Bottom as INTEGER
   END TYPE



Prev Component Contents Next Component
>