| Description | Hierarchy | Fields | Methods | Properties | 
type TQuadPoint = record
TQuadPoint records contain the X and Y coordinates of a location in a TRbwQuadTree, the distance from that point to a location for which a search was performed, and an array of pointers to the data associated with the location.
TQuadPoint = record Data : TPointerArray; Distance : double; X: double; Y: double; end;
Data: TPointerArray; | 
Distance: double; | 
X: double; | 
Y: double; | 
Data: TPointerArray; | 
| 
 
  | 
Distance: double; | 
| 
 
  | 
X: double; | 
| 
 
  | 
Y: double; | 
| 
 
  |