[Overview][Classes][Procedures and functions][Index] Reference for unit 'LazMethodList' (#lazutils)

TMethodList.Assign

Copies property values from Source into the current class instance.

Declaration

Source position: lazmethodlist.pas line 50

public procedure TMethodList.Assign(

  Source: TMethodList

);

Arguments

Source

  

TMethodList instance with values copied in the method.

Description

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