www.BCB-Tools.com
Home of
RAD DirectX
for
C++ Builder
...
...
Please Register
So we can
create more
the TDx_Library
the TDx9_Library
|
TDx_Draw_Library v1.90 Component Reference
|
|
[ TDx_Draw::OnEnumDisplayModes() ]
[ next: OnEnumSurfaces() ]
[ prev: OnDDEnumerate() ]
__published:
__property TDx_EnumDisplayModesCallback OnEnumDisplayModes = {read=FOnEnumDisplayModes, write=FOnEnumDisplayModes, nodefault};
TDX_DRAW::ONENUMDISPLAYMODES()
[ component callback event ]
- Description
The
OnEnumDisplayModes
callback
is
used
to
process
information
returned
by
the
TDx_Draw::EnumDisplayModes
method.
Set
the
Finished
parameter
to
halt
the
enumeration
process.
- Parameters
Context
Application defined data structure 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.
SurfaceDesc
The SurfaceDesc parameter contains a TDDSurfaceDesc object describing the surface that can be created.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: [email protected].
|
|