Top Method Summary
Options Name Purpose
CanQuery (handle, character) Validates that a (WIDGET-)HANDLE has the given property (writable)
CanSet (handle, character) Validates that a (WIDGET-)HANDLE has the given property (writable)
InValidHandle (handle) Validates a (WIDGET-)HANDLE and raises an AssertException when the widget is valid
InValidHandle (handle, character) Validates a (WIDGET-)HANDLE and raises an AssertException when the widget is valid
IsAsyncRequest (handle) Validates the type of the given widget
IsBrowse (handle) Validates the type of the given widget
IsBrowseColumn (handle) Validates the type of the given widget
IsBuffer (handle) Validates the type of the given widget
IsBufferField (handle) Validates the type of the given widget
IsButton (handle) Validates the type of the given widget
IsClientPrincipal (handle) Validates the type of the given widget
IsComboBox (handle) Validates the type of the given widget
IsControlFrame (handle) Validates the type of the given widget
IsDataRelation (handle) Validates the type of the given widget
IsDataset (handle) Validates the type of the given widget
IsDataSource (handle) Validates the type of the given widget
IsDialogBox (handle) Validates the type of the given widget
IsEditor (handle) Validates the type of the given widget
IsFieldGroup (handle) Validates the type of the given widget
IsFillIn (handle) Validates the type of the given widget
IsFrame (handle) Validates the type of the given widget
IsImage (handle) Validates the type of the given widget
IsLiteral (handle) Validates the type of the given widget
IsMenu (handle) Validates the type of the given widget
IsMenuItem (handle) Validates the type of the given widget
IsProcedure (handle) Validates the type of the given widget
IsQuery (handle) Validates the type of the given widget
IsRadioSet (handle) Validates the type of the given widget
IsRectangle (handle) Validates the type of the given widget
IsSaxAttributes (handle) Validates the type of the given widget
IsSaxReader (handle) Validates the type of the given widget
IsSelectionList (handle) Validates the type of the given widget
IsServer (handle) Validates the type of the given widget
IsServerSocket (handle) Validates the type of the given widget
IsSlider (handle) Validates the type of the given widget
IsSoapFault (handle) Validates the type of the given widget
IsSoapFaultDetail (handle) Validates the type of the given widget
IsSoapHeader (handle) Validates the type of the given widget
IsSoapHeaderEntryRef (handle) Validates the type of the given widget
IsSocket (handle) Validates the type of the given widget
IsStream (handle) Validates the type of the given widget
IsSubMenu (handle) Validates the type of the given widget
IsTempTable (handle) Validates the type of the given widget
IsText (handle) Validates the type of the given widget
IsToggleBox (handle) Validates the type of the given widget
IsWindow (handle) Validates the type of the given widget
IsXDocument (handle) Validates the type of the given widget
IsXNodeRef (handle) Validates the type of the given widget
ValidHandle (handle) Validates a (WIDGET-)HANDLE and raises an InvalidHandleException when the widget is invalid
ValidHandle (handle, character) Validates a (WIDGET-)HANDLE and raises an InvalidHandleException when the widget is invalid
WidgetType (handle, character) Validates the type of the given widget

Top Constructor Summary
Options Name Purpose
HandleAssert () Disallow instance creation


Method Detail
Top

CanQuery (handle, character)

Purpose: Validates that a (WIDGET-)HANDLE has the given property (writable)
Notes:
Throws: Consultingwerk.Exceptions.AssertException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
pcProperty CHARACTER
The name of the property
Top

CanSet (handle, character)

Purpose: Validates that a (WIDGET-)HANDLE has the given property (writable)
Notes:
Throws: Consultingwerk.Exceptions.AssertException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
pcProperty CHARACTER
The name of the property
Top

InValidHandle (handle)

Purpose: Validates a (WIDGET-)HANDLE and raises an AssertException
when the widget is valid
Notes:
Throws: Consultingwerk.Assertion.AssertException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
Top

InValidHandle (handle, character)

Purpose: Validates a (WIDGET-)HANDLE and raises an AssertException
when the widget is valid
Notes:
Throws: Consultingwerk.Assertion.AssertException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
pcHandleDesc CHARACTER
The optional description of the HANDLE used in the InvalidHandleException
Top

IsAsyncRequest (handle)

Purpose: Validates the type of the given widget
Notes:
Throws: Consultingwerk.Exceptions.InvalidTypeException or InvalidHandleException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
Top

IsBrowse (handle)

Purpose: Validates the type of the given widget
Notes:
Throws: Consultingwerk.Exceptions.InvalidTypeException or InvalidHandleException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
Top

IsBrowseColumn (handle)

Purpose: Validates the type of the given widget
Notes:
Throws: Consultingwerk.Exceptions.InvalidTypeException or InvalidHandleException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
Top

IsBuffer (handle)

Purpose: Validates the type of the given widget
Notes:
Throws: Consultingwerk.Exceptions.InvalidTypeException or InvalidHandleException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
Top

IsBufferField (handle)

Purpose: Validates the type of the given widget
Notes:
Throws: Consultingwerk.Exceptions.InvalidTypeException or InvalidHandleException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
Top

IsButton (handle)

Purpose: Validates the type of the given widget
Notes:
Throws: Consultingwerk.Exceptions.InvalidTypeException or InvalidHandleException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
Top

IsClientPrincipal (handle)

Purpose: Validates the type of the given widget
Notes:
Throws: Consultingwerk.Exceptions.InvalidTypeException or InvalidHandleException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
Top

IsComboBox (handle)

Purpose: Validates the type of the given widget
Notes:
Throws: Consultingwerk.Exceptions.InvalidTypeException or InvalidHandleException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
Top

IsControlFrame (handle)

Purpose: Validates the type of the given widget
Notes:
Throws: Consultingwerk.Exceptions.InvalidTypeException or InvalidHandleException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
Top

IsDataRelation (handle)

Purpose: Validates the type of the given widget
Notes:
Throws: Consultingwerk.Exceptions.InvalidTypeException or InvalidHandleException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
Top

IsDataset (handle)

Purpose: Validates the type of the given widget
Notes:
Throws: Consultingwerk.Exceptions.InvalidTypeException or InvalidHandleException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
Top

IsDataSource (handle)

Purpose: Validates the type of the given widget
Notes:
Throws: Consultingwerk.Exceptions.InvalidTypeException or InvalidHandleException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
Top

IsDialogBox (handle)

Purpose: Validates the type of the given widget
Notes:
Throws: Consultingwerk.Exceptions.InvalidTypeException or InvalidHandleException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
Top

IsEditor (handle)

Purpose: Validates the type of the given widget
Notes:
Throws: Consultingwerk.Exceptions.InvalidTypeException or InvalidHandleException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
Top

IsFieldGroup (handle)

Purpose: Validates the type of the given widget
Notes:
Throws: Consultingwerk.Exceptions.InvalidTypeException or InvalidHandleException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
Top

IsFillIn (handle)

Purpose: Validates the type of the given widget
Notes:
Throws: Consultingwerk.Exceptions.InvalidTypeException or InvalidHandleException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
Top

IsFrame (handle)

Purpose: Validates the type of the given widget
Notes:
Throws: Consultingwerk.Exceptions.InvalidTypeException or InvalidHandleException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
Top

IsImage (handle)

Purpose: Validates the type of the given widget
Notes:
Throws: Consultingwerk.Exceptions.InvalidTypeException or InvalidHandleException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
Top

IsLiteral (handle)

Purpose: Validates the type of the given widget
Notes:
Throws: Consultingwerk.Exceptions.InvalidTypeException or InvalidHandleException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
Top

IsMenu (handle)

Purpose: Validates the type of the given widget
Notes:
Throws: Consultingwerk.Exceptions.InvalidTypeException or InvalidHandleException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
Top

IsMenuItem (handle)

Purpose: Validates the type of the given widget
Notes:
Throws: Consultingwerk.Exceptions.InvalidTypeException or InvalidHandleException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
Top

IsProcedure (handle)

Purpose: Validates the type of the given widget
Notes:
Throws: Consultingwerk.Exceptions.InvalidTypeException or InvalidHandleException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
Top

IsQuery (handle)

Purpose: Validates the type of the given widget
Notes:
Throws: Consultingwerk.Exceptions.InvalidTypeException or InvalidHandleException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
Top

IsRadioSet (handle)

Purpose: Validates the type of the given widget
Notes:
Throws: Consultingwerk.Exceptions.InvalidTypeException or InvalidHandleException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
Top

IsRectangle (handle)

Purpose: Validates the type of the given widget
Notes:
Throws: Consultingwerk.Exceptions.InvalidTypeException or InvalidHandleException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
Top

IsSaxAttributes (handle)

Purpose: Validates the type of the given widget
Notes:
Throws: Consultingwerk.Exceptions.InvalidTypeException or InvalidHandleException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
Top

IsSaxReader (handle)

Purpose: Validates the type of the given widget
Notes:
Throws: Consultingwerk.Exceptions.InvalidTypeException or InvalidHandleException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
Top

IsSelectionList (handle)

Purpose: Validates the type of the given widget
Notes:
Throws: Consultingwerk.Exceptions.InvalidTypeException or InvalidHandleException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
Top

IsServer (handle)

Purpose: Validates the type of the given widget
Notes:
Throws: Consultingwerk.Exceptions.InvalidTypeException or InvalidHandleException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
Top

IsServerSocket (handle)

Purpose: Validates the type of the given widget
Notes:
Throws: Consultingwerk.Exceptions.InvalidTypeException or InvalidHandleException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
Top

IsSlider (handle)

Purpose: Validates the type of the given widget
Notes:
Throws: Consultingwerk.Exceptions.InvalidTypeException or InvalidHandleException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
Top

IsSoapFault (handle)

Purpose: Validates the type of the given widget
Notes:
Throws: Consultingwerk.Exceptions.InvalidTypeException or InvalidHandleException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
Top

IsSoapFaultDetail (handle)

Purpose: Validates the type of the given widget
Notes:
Throws: Consultingwerk.Exceptions.InvalidTypeException or InvalidHandleException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
Top

IsSoapHeader (handle)

Purpose: Validates the type of the given widget
Notes:
Throws: Consultingwerk.Exceptions.InvalidTypeException or InvalidHandleException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
Top

IsSoapHeaderEntryRef (handle)

Purpose: Validates the type of the given widget
Notes:
Throws: Consultingwerk.Exceptions.InvalidTypeException or InvalidHandleException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
Top

IsSocket (handle)

Purpose: Validates the type of the given widget
Notes:
Throws: Consultingwerk.Exceptions.InvalidTypeException or InvalidHandleException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
Top

IsStream (handle)

Purpose: Validates the type of the given widget
Notes:
Throws: Consultingwerk.Exceptions.InvalidTypeException or InvalidHandleException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
Top

IsSubMenu (handle)

Purpose: Validates the type of the given widget
Notes:
Throws: Consultingwerk.Exceptions.InvalidTypeException or InvalidHandleException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
Top

IsTempTable (handle)

Purpose: Validates the type of the given widget
Notes:
Throws: Consultingwerk.Exceptions.InvalidTypeException or InvalidHandleException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
Top

IsText (handle)

Purpose: Validates the type of the given widget
Notes:
Throws: Consultingwerk.Exceptions.InvalidTypeException or InvalidHandleException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
Top

IsToggleBox (handle)

Purpose: Validates the type of the given widget
Notes:
Throws: Consultingwerk.Exceptions.InvalidTypeException or InvalidHandleException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
Top

IsWindow (handle)

Purpose: Validates the type of the given widget
Notes:
Throws: Consultingwerk.Exceptions.InvalidTypeException or InvalidHandleException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
Top

IsXDocument (handle)

Purpose: Validates the type of the given widget
Notes:
Throws: Consultingwerk.Exceptions.InvalidTypeException or InvalidHandleException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
Top

IsXNodeRef (handle)

Purpose: Validates the type of the given widget
Notes:
Throws: Consultingwerk.Exceptions.InvalidTypeException or InvalidHandleException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
Top

ValidHandle (handle)

Purpose: Validates a (WIDGET-)HANDLE and raises an InvalidHandleException
when the widget is invalid
Notes:
Throws: Consultingwerk.Exceptions.InvalidHandleException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
Top

ValidHandle (handle, character)

Purpose: Validates a (WIDGET-)HANDLE and raises an InvalidHandleException
when the widget is invalid
Notes:
Throws: Consultingwerk.Exceptions.InvalidHandleException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
pcHandleDesc CHARACTER
The optional description of the HANDLE used in the InvalidHandleException
Top

WidgetType (handle, character)

Purpose: Validates the type of the given widget
Notes:
Throws: Consultingwerk.Exceptions.InvalidTypeException or InvalidHandleException

Parameters:
phHandle HANDLE
The (WIDGET-)HANDLE to validate
pcType CHARACTER
The expected Widget TYPE


Constructor Detail
Top

HandleAssert ()

Purpose: Disallow instance creation
Notes:



©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:20:13