Skip to main content

TdxBarDBCheckLink.Assign(TPersistent) Method

Copies the properties of another TdxBarDBCheckLink object.

Declaration

procedure Assign(Value: TPersistent); override;

Parameters

Name Type
Value TPersistent

Remarks

Call the Assign method to set the DB check link’s published properties to the values of properties specified by Source. If Source is a TdxBarDBCheckLink object, the Assign method matches the link properties of the source.

If Source is not a TdxBarDBCheckLink object, the Assign method calls the inherited method to copy item link properties from any object that can assign them through the AssignTo method.

See Also