Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Indicator on param tag when passed by VAR #31

Closed
BertDeTemmerman opened this issue Sep 3, 2020 · 0 comments
Closed

Indicator on param tag when passed by VAR #31

BertDeTemmerman opened this issue Sep 3, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request released
Milestone

Comments

@BertDeTemmerman
Copy link

Could it be possible to indicate in the <param name="Cust">Parameter of type Record Customer.</param> that a parameter is passed by VAR?

Simple example:

    /// <summary>
    /// Description for DoSomething.
    /// </summary>
    /// <param name="Cust">VAR Parameter of type Record Customer.</param>
    /// <returns>Return variable "Decimal".</returns>
    local procedure DoSomething(var Cust: Record Customer): Decimal
    var
        myInt: Integer;
    begin
        exit(Cust.Balance);
    end;
@sirhc101 sirhc101 added the enhancement New feature or request label Sep 3, 2020
@sirhc101 sirhc101 self-assigned this Sep 3, 2020
@sirhc101 sirhc101 added this to the v1.0 milestone Oct 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request released
Projects
None yet
Development

No branches or pull requests

2 participants