Returns the value at the specified index within the vector. If the index is out of bounds, an EListError exception is raised
Namespace: IEValue
Delphi
|
public
property Value[ Index: Integer ]: IIEValue read Get write Put; default;
|
Parameters
Index
Type: Integer
Property Value
Type: IIEValue
Implements
IValueVector.Value[Integer]