dbAddRowBackgroundDef
dbAddRowBackgroundDef(
d_rowId
d_bgDefId
)
=> t / nil
Description
Adds a reference to the specified row object in the given backgroundDef. A warning message is displayed if the objects are not of the correct type.
Arguments
Value Returned
|
A reference to the specified row object is added to the specified backgroundDef. |
|
Examples
Adds a reference to the placement area object rowId in the given background definition bgDefId.
dbAddRowBackgroundDef(rowId bgDefId)
Related Topics
Placement Database Access Functions
Return to top