System.RefAttribute

From RAD Studio API Documentation
Jump to: navigation, search

System.TCustomAttributeSystem.TObjectRefAttribute

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