lxSetGroupArrayRegular
lxSetGroupArrayRegular(d_figId g_regularState) =>t/ nil
Description
Sets the given group array as regular. For a regular group array, the number of cells can be modified by updating the number of rows or columns. For a non-regular group array, the number of cells is fixed.
Arguments
|
A Boolean value indicating whether the group array is to be set as regular. The default value is |
Value Returned
Example
The following code sets the group array whose database ID is stored in groupArray1 as a regular group array.
lxSetGroupArrayRegular(groupArray1 t)
==> t
Related Topics
Return to top