Vcl.ComCtrls.TSubscriptType
Delphi
TSubscriptType = (sstNone, sstSubscript, sstSuperscript);
C++
enum DECLSPEC_DENUM TSubscriptType : unsigned char { sstNone, sstSubscript, sstSuperscript };
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
enum | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | Vcl.ComCtrls |
Description
Indique si le texte concerné est en indice, exposant ou normal.