 |
Parameters (Delphi) - RAD Studio XE - Embarcadero Documentation Wiki
About Parameters Most procedure and function headers include a parameter list. For example, in the header: function Power(X: Real; Y: Integer): Real; the parameter list is (X: Real; Y: Integer). A parameter list is a sequence of parameter declarations sep
docwiki.embarcadero.com |
 |