associate a graphics extended node with a given pointer
Source position: agraphics.pas line 2152
procedure GfxAssociate( |
Pointer_: Pointer; |
Node: PExtendedNode |
); |
Pointer_ |
|
A pointer to a data structure. |
Node |
|
An ExtendedNode structure to associate with the 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 |