FMX.Types.TPrefixStyle

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also