Vcl.ValEdit.TItemProp.HasPickList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HasPickList: Boolean;

C++

bool __fastcall HasPickList();

Properties

Type Visibility Source Unit Parent
function public
Vcl.ValEdit.pas
Vcl.ValEdit.hpp
Vcl.ValEdit TItemProp

Description

Indicates whether the PickList property provides a static set of values for this item.

Call PickList to determine whether this TItemProp object supplies values using the PickList property. HasPickList returns true if the PickList property contains a nonempty list of values.

See Also