[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Extract the field name at position
Source position: db.pas line 2079
function ExtractFieldName( |
const Fields: String; |
var Pos: Integer |
):String; |
Fields |
|
Semicolon-separated list of field names |
Pos |
|
Position to start copying. |
Name of the field
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).