packed record TShapeIndexRecord

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TShapeIndexRecord = packed record

Description

TShapeIndexRecord defines a Shape Index record.

  TShapeIndexRecord = packed record
    Offset: longint;
    ContentLength: longint;
  end;
  

Overview

Fields

Offset: longint;
ContentLength: longint;

Description

Fields

Offset: longint;

Offset is the starting point of the shape record header measured in 16 bit words Offset is 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