Unit 'Tcl80' Package
[Overview][Constants][Types][Procedures and functions][Index] [#tcl]

Tcl_DString

Declaration

Source position: tcl80.pp line 658

type Tcl_DString = packed record

  str: PAnsiChar;

  length: Integer;

  spaceAvl: Integer;

  staticSpace: array [0..TCL_DSTRING_STATIC_SIZE-1] of AnsiChar;

end;


Documentation generated on: 2025-07-25