WebScript.THTMLItems

From RAD Studio API Documentation
Jump to: navigation, search

System.Contnrs.TObjectListSystem.Classes.TListSystem.TObject
THTMLItems

Delphi

THTMLItems = class(TObjectList)

C++

class PASCALIMPLEMENTATION THTMLItems : public System::Contnrs::TObjectList

Properties

Type Visibility Source Unit Parent
class public
WebScript.pas
WebScript.hpp
WebScript WebScript

Description

TObjectList maintains a list of (owned) objects.

WebScript.THTMLItems inherits from System.Contnrs.TObjectList. All content below this line refers to System.Contnrs.TObjectList.

TObjectList maintains a list of (owned) objects.

Use TObjectList to store and maintain a list of objects. TObjectList provides properties and methods to add, delete, rearrange, locate, access, and sort objects. If the OwnsObjects property is set to true (the default), TObjectList controls the memory of its objects, freeing an object when its index is reassigned; when it is removed from the list with the Delete, Remove, or Clear method; or when the TObjectList instance is itself destroyed.

See Also

Personal tools
Translations