PageHead

<< Click to Display Table of Contents >>

Navigation:  TMyCAD > Properties >

PageHead

property PageHead:string;

 

 

Description:

 

Set the page title.

 

Example:

 

 

Delphi syntax:

 

MyCAD1.PageHead := 'TCAD magic drawing';

 

 

C++ syntax:

 

MyCAD1->PageHead = "TCAD magic drawing";

 

 

See also:

 

PageFoot