CREATE DATATABLE


10.5, PLBCMP GUI Only

square.png Properties

square.png Methods

square.png Instructions

 

The CREATE DATATABLE statement initializes a DATATABLE object variable. The statement format is:

 

 

[label]

CREATE

[{parent};]{datatable}[,{property list}...]

 

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:

  1. The DATATABLE contains no rows or columns when created. Items must be added using the AddRow and AddColumn methods.

  2. Optional properties may be specified during the DATATABLE creation.

 

 

See Also: Example Code, CREATE, Object Output Instructions

 



PL/B Language Reference