[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'db' (#fcl)

ExtractFieldName

Extract the field name at position

Declaration

Source position: db.pas line 1954

function ExtractFieldName(

  const Fields: String;

  var Pos: Integer

):String;

Arguments

Fields

  

Semicolon-separated list of field names

Pos

  

Position to start copying.

Function result

Name of the field

Description

ExtractFieldName returns the string starting at position Pos till the next semicolon (;) character or the end of the string. On return, Pos contains the position of the first character after the semicolon character (or one more than the length of the string).

See also

Tfields.GetFieldList

The latest version of this document can be found at lazarus-ccr.sourceforge.net.