API:System.Classes.ComponentPlatformsAttribute

提供:RAD Studio API Documentation

ComponentPlatformsAttributeSystem.TCustomAttributeSystem.TObject

Delphi

ComponentPlatformsAttribute = class(TCustomAttribute)

C++

class PASCALIMPLEMENTATION ComponentPlatformsAttribute : public System::TCustomAttribute

プロパティ

種類 可視性 ソース ユニット
class public
System.Classes.pas
System.Classes.hpp
System.Classes System.Classes

説明

TCustomAttribute は、すべての Delphi 属性の基底クラスです。 {{#multireplace:System.Classes.ComponentPlatformsAttribute|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} は {{#multireplace:System.TCustomAttribute|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を継承しています。以下の内容はすべて {{#multireplace:System.TCustomAttribute|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を参照しています。

TCustomAttribute は、すべての Delphi 属性の基底クラスです。

TCustomAttribute の下位クラスを宣言すると、後で Delphi コードの属性として使用できます。属性とは、Delphi の任意の型またはメンバに注釈を付けることができる、特別な種類のクラスです。

関連項目

コード例