FMX.ExtCtrls.TPopupBox.DoItemsChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoItemsChanged(Sender: TObject); virtual;

C++

virtual void __fastcall DoItemsChanged(System::TObject* Sender);

Properties

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

Description

Repaints the entire control. DoItemsChanged is called when an OnChange event is triggered.

See Also