record TQPoint

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TQPoint = record

Description

TQPoint is used to store data at a particular location. See TQtreeNode.FPts.

  TQPoint = record
    Data : TList;
    X: double;
    Y: double;
  end;
  

Overview

Fields

Data: TList;
X: double;
Y: double;

Description

Fields

Data: TList;

Data is a list of the data at X and Y.

X: double;

X is the X coordinate of the data.

Y: double;

Y is the Y coordinate of the data.


Generated by PasDoc 0.12.1 on 2013-05-13 15:41:58