Previous Topic: PDM_MacroNext Topic: btnStartRow


btnEndRow

The btnEndRow macro marks the end 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 no properties.