System.RefAttribute
Delphi
RefAttribute = class(TCustomAttribute);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
class | public | System.pas | System | System |
説明
属性を表します。
RefAttribute は、関数に参照で渡されるように関数の定数パラメータを修飾するために使用されます。
Delphi
RefAttribute = class(TCustomAttribute);
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
class | public | System.pas | System | System |
属性を表します。
RefAttribute は、関数に参照で渡されるように関数の定数パラメータを修飾するために使用されます。