TTable = class(TTextObject)
| 
 Name | 
 Type | 
 Visibility | 
 Synopsis | 
| constructor | public | 
 The argument is owned by the object and destroyed together with it. | |
| destructor | public | 
 | |
| function | public | 
 | |
| procedure | public | 
 | |
| 
 | 
constructor Create(arows : TListAdt; awidths : TIntegerArray; acols : Integer);
destructor Destroy; override;
function CopySelf : TTextObject; override;
procedure WriteOut(section : TSection); override;