associate a graphics extended node with a given pointer
Source position: agraphics.pas line 2332
procedure GfxAssociate( |
const associateNode: POINTER; |
gfxNodePtr: POINTER |
); |
Associate a special graphics extended data structure (each of which begins with an ExtendedNode structure) with another structure via the other structure's pointer. Later, when you call GfxLookUp() with the other structure's pointer you may retrieve a pointer to this special graphics extended data structure, if it is available.Never associate one special graphics extended data structure to several pointers. Only one pointer is allowed!
|
Allocate a graphics extended data structure |
|
|
Free a graphics extended data structure |
|
|
Find a graphics extended node associated with a given pointer |