|
Assign method (TgtPreferences) |
Top |
|
procedure Assign (Source: TPersistent); override;
Description Call Assign to copy the contents of one object of TgtPreferences to another.
Example:
Delphi: gtPreferences1.Assign(gtPreferences2);
C++Builder: gtPreferences1->Assign(gtPreferences2); |