Gets or sets a value which determines whether subfiles should be generated as grid controls on the form.
object.UseGrids as Integer
A grid control displays data in a series of rows and columns.
A grid control is automatically generated when the newlook recognition engine receives a subfile from the host. Setting this property to False for the form will prevent grid controls from being generated and display the subfile as a series of labels and text boxes.
![]() |
![]() |
A subfile on a form with UseGrids set to True. |
The same subfile on a form with UseGrids set to False. |
Changing this property at run-time will cause the dynamic recognition engine to recreate the form and will result in the loss of any data that has been entered by the user. This property should not be changed within the Form events OnReceive or OnRefresh.
Category rules | UseCheckBoxes property | UseComboBoxes property | UseCommandCombos property | UseDateCombos property | UseHyperlinks property | UseLines property | UseMenus property | UseMultiLineTextBoxes property | UseOptionButtons property | UsePromptButtons property | UseUpDowns property | UseURLs property