Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PosNameTypeDescriptionDefault
<1>RectangleMultivalueThe item's size and location0, 0, 0, 0
<2>Caption/ImageTextThe item's caption or image""
<3>ColorsMultivalueThe item's text and background colorsNone, None
<4>FontFontThe item's fontTahoma, 8 pt.
<5>AlignmentMultivalueThe item's vertical and horizontal alignmentLeft, Top
<6>HyperlinkBooleanSpecifies that the item is a hyperlinkFalse$
<7>ButtonBooleanSpecifies that the item is a buttonFalse$

...

PosNameTypeDescription
<1, 1>LeftIntegerThe item's X position
<1, 2>TopIntegerThe item's Y position
<1, 3>WidthIntegerThe item's width
<1, 4>HeightIntegerThe item's height

This is a required value since it defines the item's dimensions. Note also that the rectangle is relative to the top left corner of the popup. So, if X and Y are 0, then the item will start in the popup's top left corner.

...

PosNameTypeDescription
<3, 1>Text ColorColorThe item's text color
<3, 2>BackgroundColor FillThe item's background

The Text Color can be any Color value. If None or Auto, then the text is black. The Background can be any valid Color Fill pattern. If it is set to None, then the item is transparent.

...

PosNameTypeDescription
<5, 1>Horizontal AlignmentOptionThe caption's horizontal alignment
<5, 2>Vertical AlignmentOptionThe caption's vertical alignment

...