System.RefAttribute
Delphi
RefAttribute = class(TCustomAttribute);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | System.pas | System | System |
Description
Represents an attribute.
RefAttribute is used to qualify constant function parameters so that they are passed by reference to the function.