Vcl.RibbonActnCtrls.TKeyTipList.Current

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Current: string read FCurrent write FCurrent;

C++

__property System::UnicodeString Current = {read=FCurrent, write=FCurrent};

Properties

Type Visibility Source Unit Parent
property public
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TKeyTipList

Description

Specifies the most recent KeyTip value so far.

Current specifies the most recent KeyTip value the user typed in so far (the current KeyTip).

See Also