[ TDx_DrawClipper ]
[ next: SetClipList() ]
[ prev: GetHWnd() ]
public:
virtual bool __fastcall IsClipListChanged( bool* pChanged );
If you would like to submit additions or improvements to this page, click: admin@bcb-tools.com.
DESCRIPTION
Top
Parameters
See Also
The
TDx_DrawClipper::IsClipListChanged
method
will
indicate
whether
the
clip
list
has
been
changed.
This
method
is
only
useful
when
the
clipper
is
associated
with
a
window
handle.
If
the
method
call
fails,
the
OnError
event
will
be
triggered
with
one
of
the
following
values:
DDERR_INVALIDOBJECT
DDERR_INVALIDPARAMS
PARAMETERS
Top
See Also
Changed
The Changed parameter will reference the current state of the clip list if this method returns successfully.
TRUE if the clip list has changed.
SEE ALSO
Top
Parameters