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: longint; Offset is the starting point of the shape record header measured in 16 bit words Offset is in BigEndian format.

ContentLength: longint;

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


Generated by PasDoc 0.10.0 on 2006-10-31 09:56:45