System.RefAttribute

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

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.

See Also