3dak Client

Table Constructor 

[Visual Basic]
Public Sub New( _ 
   ByRef DataTable& As DataTable, _ 
   ByRef article& As article _ 
)
[C#]
public Table(
   ref DataTable DataTable&,
   ref article article&
);
[C++]
public: Table(
   * DataTable* DataTable&,
   * article* article&
);
[JScript]
public function Table(
   DataTable DataTable&,
   article article&
);

See Also

Table Class | ppm3dakClient.Fields Namespace