[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ValEdit' (#lcl)

TItemProp.AssignTo

Stores property values to the specified persistent object.

Declaration

Source position: valedit.pas line 40

protected procedure TItemProp.AssignTo(

  Dest: TPersistent

); override;

Arguments

Dest

  

Persistent object to receive values from the class.

Description

AssignTo is a procedure used to store property values in the class instance to the specified persistent object. AssignTo ensures that Dest is a ItemProp class instance prior to storing the following properties in the target:

If Dest is not a TItemProp class instance, the inherited AssignTo method is called.

See also

TPersistent.Assign


Version 4.0 Generated 2025-05-03 Home