class DLGSPACE

<< Click to Display Table of Contents >>

Navigation:  Explain™ Control Language  > Library Routines > Data and Text classes >

class DLGSPACE

Description

DlgSpace objects are used to generate white space in a Setup() dialog box.

 

They are generally created directly in the call to Setup().

 

Setup( Tag,

& item1,

& item2,

& DLGSPACE.New(4),

& item3,

...

 

The space is entered in "dialog box units". Each unit is significantly shorter than a line of text.

 

Type

CLASS