[Overview][Constants][Types][Index] Reference for unit 'TTTables' (#lazutils)

TName_Table

Declaration

Source position: tttables.pas line 218

type TName_Table = record

  format: UShort;

  

  numNameRecords: UShort;

  

  storageOffset: UShort;

  

  names: PName_Records;

  

  storage: PByte;

  

end;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.