System.Classes.PStringItemList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PStringItemList = ^TStringItemList;

C++

typedef TStringItemList *PStringItemList;

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
System.Classes.pas
System.Classes.hpp
System.Classes System.Classes

Description

PStringItemList is a TStringItemList pointer.

PStringItemList is used internally by TStringList to refer to its internal array of TStringItem values. This array holds the list of strings.

TStringItem comprises :

FString defines string for a list entry.

FObject points to an optional TObject associated with the string.

See Also