Vcl.ExtCtrls.TCustomColorBox.PopulateList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PopulateList;

C++

void __fastcall PopulateList();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomColorBox

Description

Fills the color box with items that reflect the colors specified by the Style property.

Applications can't call this protected method. It is called automatically when the color box needs to fill itself with items. (For example, when the color box is first created or when the Style property changes)

PopulateList fills the color box with the items indicated by the Style property.

See Also