Posted: Sat May 28, 2022 3:25 pm Post subject: Copying memory records from a new address list
I created a new AddressList like:
Code:
fm = createForm()
fm.Width = 500
fm.Height = 500
al = createComponentClass("TAddresslist",fm)
al.Parent = fm
al.Height = fm.Height
al.Width = fm.Width
Is there a simple way to add popup menu for copying memrecs and pasting them?(so that I can move them between the original AddressList and the newly created one)
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum