[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Extract the field name at position
Source position: db.pas line 2198
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).
Tfields.GetFieldList |