www.gnostice.com 

Assign method (TgtPageSettings)

TgtPageSettings

Top 

 

procedure Assign (Source: TPersistent); override;

 

Description

 

Call Assign to copy the contents of one object of TgtPageSettings to another.

 

Example:

 

Delphi:

gtPageSettings1.Assign(gtPageSettings2);

 

C++Builder:

gtPageSettings1->Assign(gtPageSettings2);