[ TDx_DrawSurface ]
[ prev: OnEnumAttachedSurfaces() ]
__published:
__property TDx_EnumOverlayZOrdersCallback OnEnumOverlayZOrders = {read=FOnEnumOverlayZOrders, write=FOnEnumOverlayZOrders, nodefault};
If you would like to submit additions or improvements to this page, click: admin@bcb-tools.com.
DESCRIPTION
Top
Parameters
See Also
The
OnEnumOverlayZOrders
callback
is
used
to
process
information
returned
by
the
TDx_DrawSurface::EnumOverlayZOrders
method.
Set
the
Finished
parameter
to
halt
the
enumeration
process.
PARAMETERS
Top
See Also
Context
Application defined data passed to the enumeration method call.
Finished
Set the Finished parameter to true to halt the enumeration immediately upon leaving this function.
Sender
The Sender parameter usually refers to the object that signalled the event.
Surface
A TDx_DrawSurface object referencing the interface for the currently enumerated surface.
SurfaceDesc
The SurfaceDesc parameter describes the enumerated surface.
SEE ALSO
Top
Parameters