FMX.ListBox.TCustomListBox.TItemClickEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TItemClickEvent = procedure(const Sender: TCustomListBox; const Item: TListBoxItem) of object;

C++

typedef void __fastcall (__closure *TItemClickEvent)(TCustomListBox* const Sender, TListBoxItem* const Item);

Properties

Type Visibility Source Unit Parent
type
typedef
public
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomListBox

Description

Embarcadero Technologies does not currently have any additional information.