Hello,
I would like to "export" a Variable to/from a DLL File.
I have the following Code:
var
sError_TButton_isinit: AnsiString = 'TButton: bereits init.'; [public, alias: 'mErr8001']; export;
But I get Error Message:
module.pas(106,52) Fatal: Syntax error, "IMPLEMENTATION" expected but "[" found
So, the Question Request is: how can I "export" a Variable under different name by not changing the original form ?