Closed ineedbots closed 1 year ago
Allows a directive to enforce parentheses for method declarations. Handy for AUTOINVOKE off mode and for codetools autocomplete to provide the parentheses.
Directive name open to change.
{$MethodDeclarationParentheses on} maybe
{$MethodDeclarationParentheses on}
Add procedure() of object function(): Boolean of object to your tests too!
procedure() of object
function(): Boolean of object
Allows a directive to enforce parentheses for method declarations. Handy for AUTOINVOKE off mode and for codetools autocomplete to provide the parentheses.
Directive name open to change.