FMX.ExtCtrls.TPopupBox.DoItemClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoItemClick(Sender: TObject);

C++

void __fastcall DoItemClick(System::TObject* Sender);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.ExtCtrls.pas
FMX.ExtCtrls.hpp
FMX.ExtCtrls TPopupBox

Description

Changes the ItemIndex property value.

DoItemClick is called when an OnClick event is triggered. The ItemIndex value is set to the index of the last item that was clicked.

See Also