DLGSPACE

DLGSPACE

Type: CLASS

Purpose: 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.

Related Topics Link IconRelated Topics