[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Implements object persistence for TWindowMagnetOptions instances.
Source position: forms.pp line 425
public procedure TWindowMagnetOptions.AssignTo( |
Dest: TPersistent |
); override; |
Dest |
|
TWindowMagnetOptions instance where properties from the current instance are stored. |
AssignTo is an overridden method in TWindowMagnetOptions. It reimplements the AssignTo method introduced in the TPersistent ancestor to support the TWindowMagnetOptions type.
If Dest is a TWindowMagnetOptions instance, properties from the current class are copied to Dest. The properties include:
No actions are performed in the method if Dest is not derived from TWindowMagnetOptions. AssignTo does not call the inherited method which raises an EConvertError exception.
Version 4.0 | Generated 2025-05-03 | Home |