Home > database >  Delphi written by API, how to declare and invoke in PB
Delphi written by API, how to declare and invoke in PB

Time:09-28

Procedure changeStr (var STR: pchar); Stdcall; Export;
The begin
Strcopy (STR, pchar (datetimetostr (now)));
The end;

CodePudding user response:

The method on the reference, help documentation!

CodePudding user response:

Watch the tutorials and PB help documentation

CodePudding user response:

Two is equal to didn't say
  • Related