Vcl.ComCtrls.TSubscriptType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TSubscriptType = (sstNone, sstSubscript, sstSuperscript);

C++

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

Properties

Type Visibility Source Unit Parent
enum public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

Description

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

See Also