Page 1 of 1

DCAl for Delphi - setting zbase

PostPosted: Sun Jun 25, 2017 2:45 pm
by dhs
Hi,

just starting to look at DCAL for Delphi, and already have a few questions. I'll start with just one, as the answer will likely help me answer the others myself:

How do you assign a value to ZBase using DCAL for Delphi? ... I have found the zBase function declared in UInterfaces and am able to retrieve the zbase using that. But as it is a function I obviously cannot assign a value to it. I want my macro to be able to change zbase and cannot see a way to do that.

Thanks,
David H

Re: DCAl for Delphi - setting zbase

PostPosted: Mon Jun 26, 2017 8:57 am
by David A. Giesselman
Assign to PGsavevar.basez

Re: DCAl for Delphi - setting zbase

PostPosted: Mon Jun 26, 2017 9:02 am
by Mark F. Madura
Take a look at the varBrowserForm sample project (varBrowserForm.pas).

Re: DCAl for Delphi - setting zbase

PostPosted: Mon Jun 26, 2017 2:12 pm
by dhs
Thanks Dave & Mark.

Rgds,
David H.