| Description | Hierarchy | Fields | Methods | Properties | 
type TQuadPointInRegion = record
TQuadPointInRegion records contain the X and Y coordinates of a location in a TRbwQuadTree, and an array of pointers to the data associated with the location. These points are all located inside the extent of a T2DBlock that was used in a search.
TQuadPointInRegion = record Data : TPointerArray; X: double; Y: double; end;
Data: TPointerArray; | 
X: double; | 
Y: double; | 
Data: TPointerArray; | 
| 
 
  | 
X: double; | 
| 
 
  | 
Y: double; | 
| 
 
  |