[Overview][Classes][Procedures and functions][Index] |
Copies property values from Source into the current class instance.
Source position: lazmethodlist.pas line 50
public procedure TMethodList.Assign( |
Source: TMethodList |
); |
Source |
|
TMethodList instance with values copied in the method. |
Assign is an overridden method in TMethodList used to implement object persistence for the TMethodList class type. Assign calls Clear to reallocate memory for the Items in the class instance. Values from the Items property in Source are added to the current class instance.
Version 4.0 | Generated 2025-05-03 | Home |