Previous Topic: btnEndRowNext Topic: button


btnStartRow

The btnStartRow macro marks the start of a group of one or more buttons displayed in a horizontal row on a form. The button row starts with either a btnStartRow macro or with a button macro with the NewRow=yes argument. The button row ends with either a btnEndRow macro or with a button macro with the EndRow=yes property. For example:

<PDM_MACRO name=btnStartRow . . .>
<PDM_MACRO name=button . . .>
<PDM_MACRO name=button . . .>
. . .
<PDM_MACRO name=btnEndRow>
:

This macro has the following properties:

centered=true|false

Specifies whether the row of buttons is centered on the form. When you do not specify this property, the row of buttons is left-justified.

padding=0|number

Specifies the number of hard (nonbreaking) spaces between buttons in the row. When you do not specify this property, buttons are placed as close together as possible.