Previous: 4.51.2.4.2. ogArc() To the Table of Contents Next: 4.51.2.4.4. ogBSpline()
4.51.2.4.2. ogArc() Table of Contents 4.51.2.4.4. ogBSpline()

- 4.51.2.4.3. -
Table of Contents
4. Standard Units
4.51. ObjGfx40 - ObjectGraphics 4.0 Unit
4.51.2. ObjGfx40 Unit Object Types
4.51.2.4. ogSurface object
4.51.2.4.3. ogAvail()


4.51.2.4.3. ogAvail()

Targets: MS-DOS, Win32 console


ObjGfx40 Unit

Indicates whether the surface is available for drawing.

Declaration:
  function ogAvail:boolean; virtual;
Remarks:

ogAvail is used to check the availability of the surface. What defines availability depends on the type of surface and the environment you're using.

Return value:

Returns TRUE if the surface can be drawn to. FALSE otherwise.




Previous: 4.51.2.4.2. ogArc() To the Table of Contents Next: 4.51.2.4.4. ogBSpline()
4.51.2.4.2. ogArc() Table of Contents 4.51.2.4.4. ogBSpline()

- 4.51.2.4.3. -