FMX.Objects.TText.TAcceleratorInfo.IsUnderlineValid

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsUnderlineValid: Boolean read FIsUnderlineValid;

C++

__property bool IsUnderlineValid = {read=FIsUnderlineValid, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TAcceleratorInfo

Description

Determines whether the accelerator key character is already underlined or not.

IsUnderlineValid is used to determine whether the underline of the accelerator key character is already generated or not. IsUnderlineValid is True if the accelerator key character is underlined. False otherwise.

See Also