Data.DB.TFieldDefList.operator []

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

Type Visibility Source Unit Parent
function public Data.DB.hpp Data.DB TFieldDefList

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