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

Tcl_DString

Declaration

Source position: tcl80.pp line 656

type Tcl_DString = packed record

  str: PChar;

  length: Integer;

  spaceAvl: Integer;

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

end;


Documentation generated on: 2023-03-18