[fpc-devel] What to call this?
Mattias Gaertner
nc-gaertnma at netcologne.de
Sun Mar 25 22:22:39 CEST 2018
On Sun, 25 Mar 2018 19:59:55 +0000
Ozz Nixon <ozznixon at gmail.com> wrote:
> Going through the system unit, and I noticed this syntax (not verbatim!)
>
> Procedure Cmd_Line:PChar;
> property CmdLine read Cmd_Line;
>
> * Debating about support this, but, no idea what this would be called, a
> property outside of a class, to a global proc.
Do you mean "global properties":
https://freepascal.org/docs-html/ref/refse27.html
Mattias
More information about the fpc-devel
mailing list