Learn About delphivcl.Application.Assign
May 27, 2021
Assign method or DelphiVCL.Application.Assign is used to copy the contents of another similar object.
Assign copies properties and other attributes of the specified Source object to the current object.
Most objects override Assign to handle the assignment of properties from similar objects. When overriding Assign, call the inherited method if the destination object cannot handle the…