Internet Direct (Indy)
Home
PreviousUpNext
TIdFormDataFields.Items Property

Provides indexed access to items in the collection.

Pascal
property Items [AIndex: Integer]: TIdFormDataField;
Parameters 
Description 
AIndex 
Ordinal position of an item in the collection. 

Items is an indexed TIdFormDataField property that provides access to the form data field instances in the collection. Use AIndex to access an item in the collection by it's ordinal position in the collection. Index positions in the collection start at 0, and will not exceed the length of the collection minus 1. 

When reading the value of an object instance in the collection using AIndex, the Item is cast to a TIdFormDataField object instance. 

Items is a read-only property in TIdFormDataFields, Use Add to create a new form data field for the collection.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.