Table of Contents

TProperty.Assign Method

Copy the content from another property into this one.

Syntax

Unit: PropertyList

procedure TProperty.Assign(Source: TProperty);

Parameters

<-> Parameter Type Description
Source TProperty The source property from which the values will be copied.

See also