[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Type to access string field content buffers as an array of characters
Source position: db.pas line 45
type TStringFieldBuffer = array [0..dsMaxStringSize] of AnsiChar; |