Data.DB.TFieldDefList.operator []
C++
TFieldDef* operator[](int Index) { return FieldDefs[Index]; }
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | Data.DB.hpp | Data.DB | TFieldDefList |
Description
Returns the string at a specified position. {{#multireplace:Data.DB.TFieldDefList.operator H5BH5D|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Classes.TStrings.operator H5BH5D|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Classes.TStrings.operator H5BH5D|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.