CREATE DATATABLE
10.5, PLBCMP GUI Only
The CREATE DATATABLE statement initializes a DATATABLE object variable. The statement format is:
|
|
|
|
|
Where:
label
Optional. A Program Execution Label.
parent
Optional. A previously created WINDOW or PANEL object variable or pointer to a WINDOW or PANEL object on which the object is created.
datalist
Required. The name of a previously defined DATATABLE object variable or pointer to a DATATABLE object.
property list
Optional. One or more of the object properties.
Flags Affected: NONE
Note the following:
The DATATABLE contains no rows or columns when created. Items must be added using the AddRow and AddColumn methods.
Optional properties may be specified during the DATATABLE creation.
See Also: Example Code, CREATE, Object Output Instructions
![]() |