THeading = class(TTextObject)
| 
 Name | 
 Type | 
 Visibility | 
 Synopsis | 
| constructor | public | 
 | |
| function | public | 
 | |
| procedure | public | 
 | |
| property | public | 
 | |
| 
 | 
constructor Create(atext : String; asize : TSize);
function CopySelf : TTextObject; override;
procedure WriteOut(section : TSection); override;
property HeadingText : String read text;