Data.DB.TFieldDefList.operator []

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source: Data.DB.hpp
Unit: Data.DB
Parent: TFieldDefList

C++

TFieldDef* operator[](int Index) { return this->FieldDefs[Index]; }

Description

Returns the string at a specified position.

Data.DB.TFieldDefList.operator [] inherits from System.Classes.TStrings.operator []. All content below this line refers to System.Classes.TStrings.operator [].

Returns the string at a specified position.

The [] operator returns the string at the position indicated by Index. The [] operator assumes a base index of 1.

See Also