Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Draw_Library v2.00 Component Reference
|
|
[ TDx_DrawSurface::OnEnumAttachedSurfaces() ]
[ next: OnEnumOverlayZOrders() ]
__published:
__property TDx_EnumAttachedSurfacesCallback OnEnumAttachedSurfaces = {read=FOnEnumAttachedSurfaces, write=FOnEnumAttachedSurfaces, nodefault};
TDX_DRAWSURFACE::ONENUMATTACHEDSURFACES()
[ component callback event ]
- Description
The
OnEnumAttachedSurfaces
callback
is
used
to
process
information
returned
by
the
TDx_DrawSurface::EnumAttachedSurfaces
method.
Set
the
Finished
parameter
to
halt
the
enumeration
process.
- Parameters
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 enumerated surface.
SurfaceDesc
The SurfaceDesc parameter describes the currently enumerated surface
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|