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
     Top    AS INTEGER
     Left   AS INTEGER
     Right  AS INTEGER
     Bottom AS INTEGER
   END TYPE



Prev Component Contents Next Component