[Overview][Types][Classes][Procedures and functions][Index] |
implement persistence in the control.
Source position: extctrls.pp line 1275
protected procedure TFlowPanelControl.AssignTo( |
Dest: TPersistent |
); override; |
Dest |
|
Persistent object where property values are stored. |
AssignTo is an overridden method used to implement persistence in the control. AssignTo provides support for storing property values from the current class instance into the Dest argument when it is derived from TFlowPanelControl. Otherwise, the inherited AssignTo method is called.
Version 4.0 | Generated 2025-05-03 | Home |