FMX.Colors.TCustomColorComboBox.RebuildList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RebuildList;

C++

void __fastcall RebuildList();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Colors.pas
FMX.Colors.hpp
FMX.Colors TCustomColorComboBox

Description

Clears the items in the color list box, then rebuilds the list with the color items.

See Also