Vcl.ComCtrls.TSubscriptType

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

TSubscriptType = (sstNone, sstSubscript, sstSuperscript);

C++

enum DECLSPEC_DENUM TSubscriptType : unsigned char { sstNone, sstSubscript, sstSuperscript };

プロパティ

種類 可視性 ソース ユニット
enum public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls


説明

関連テキストが下付き(Subscript)、上付き、通常のいずれかであるかを示します。

関連項目