Vcl.ValEdit.TValueListStrings.FindItemProp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FindItemProp(const KeyOrIndex: Variant; Create: Boolean = False): TItemProp;

C++

TItemProp* __fastcall FindItemProp(const System::Variant &KeyOrIndex, bool Create = false);

Properties

Type Visibility Source Unit Parent
function protected
Vcl.ValEdit.pas
Vcl.ValEdit.hpp
Vcl.ValEdit TValueListStrings

Description

Returns the properties of a specified item.

FindItemProp returns a TItemProp object that represents the properties of an item. This item is specified by either its key or index. If the item is found, a TItemProp is returned, or nil otherwise.

See Also