packed record TShapeRecordHeader

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TShapeRecordHeader = packed record

Description

TShapeRecordHeader appears at the beginning of each Shape record.

  TShapeRecordHeader = packed record
    RecordNumber: longint;
    ContentLength: longint;
  end;
  

Overview

Fields

RecordNumber: longint;
ContentLength: longint;

Description

Fields

RecordNumber: longint;

RecordNumber is the record number in BigEndian format.

ContentLength: longint;

ContentLength is the length of the shape content measured in 16 bit words ContentLength is in BigEndian format.


Generated by PasDoc 0.12.1 on 2013-05-13 15:42:03