Vcl.ComCtrls.TSubscriptType

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TSubscriptType = (sstNone, sstSubscript, sstSuperscript);

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
enum public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls


Beschreibung

Indicates whether the related text is Subscript, superscript or normal.

Siehe auch