FMX.Objects.TText.TAcceleratorInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TAcceleratorInfo = class

C++

class PASCALIMPLEMENTATION TAcceleratorInfo : public System::TObject

Properties

Type Visibility Source Unit Parent
class protected
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TText

Description

Defines the accelerator keys drawing information.

Controls that inherit from TText can use the TAcceleratorInfo class to indicate some accelerator keys drawing information:

  • InvalidateUnderline indicates that the underline needs to be redrawn.
  • DrawUnderline draws the underline under the character that holds the accelerator.
  • KeyIndex represents the index of the accelerator key.
  • IsUnderlineValid determines whether the underline is already generated or not.
  • Brush defines the color and pattern used to draw the underline.

See Also