www.gnostice.com 

Assign method (TgtFrame)

TgtFrame

Top 

 

procedure Assign (Source: TPersistent); override;

 

Description

 

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

 

Example:

 

Delphi:

gtFrame1.Assign(gtFrame2);

 

C++Builder:

gtFrame1->Assign(gtFrame2);