company logo

DBStructDef :: GetEntry - Get field definition entry

The function returns the field definition at position sindx.

Return value:  Property definition ( DBFieldDef * )

Pointer to a property definition.

Implementation overview

Implementation details

  1. Get field definition by name
    DBFieldDef * DBStructDef  :: GetEntry ( NString &fldnames )
    • fldnames - Property name or path
  2. to list
  3. Get field definition by index
    DBFieldDef * DBStructDef  :: GetEntry ( int16 sindex )
    • sindex - Index relative 1

      The first position in a collection is addressed by 1.

  4. to list