FMX.Types.TPrefixStyle
Delphi
TPrefixStyle = (HidePrefix, NoPrefix);
C++
enum class DECLSPEC_DENUM TPrefixStyle : unsigned int { HidePrefix, NoPrefix };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
A type that text controls use to specify whether to consider the ampersand
(&
) as a special character.