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

TTreeNode.Assign

Assign - if Source is of correct type, copies details directly, otherwise calls inherited Assign which probably raises an exception.

Declaration

Source position: comctrls.pp line 3092

public procedure TTreeNode.Assign(

  Source: TPersistent

); override;

Arguments

Source

  

Persistent object with properties copied in the method.

See also

TPersistent.Assign