Vcl.ActnMenus.TCustomActionMenuBar.GetSelected

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetSelected: TActionClientItem;

C++

Vcl::Actnman::TActionClientItem* __fastcall GetSelected();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomActionMenuBar

Description

Returns the action of the currently selected item.

GetSelected is used to return the action of the currently selected item. GetSelected is the protected read implementation for the Selected property.

See Also