Unit 'datatypes' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#morphunits]

tDataTypeHeader

Declaration

Source position: datatypes.pas line 41

type tDataTypeHeader = record

  dth_Name: PChar;

  dth_BaseName: PChar;

  dth_Pattern: PChar;

  dth_Mask: Pointer;

  dth_GroupID: LongWord;

  dth_ID: LongWord;

  dth_MaskLen: SmallInt;

  dth_Pad: SmallInt;

  dth_Flags: Word;

  dth_Priority: Word;

end;


Documentation generated on: 2021-07-30