 | wxcore-0.10.1: wxHaskell is a portable and native GUI library for Haskell. | Contents | Index |
|
| Graphics.UI.WXCore.WxcClassTypes |
|
|
|
|
| Description |
Haskell class definitions for the wxWidgets C library (wxc.dll).
Do not edit this file manually!
This file was automatically generated by wxDirect on:
From the files:
And contains 527 class definitions.
|
|
| Synopsis |
|
|
|
|
| Version
|
|
| classTypesVersion :: String |
|
| Classes
|
|
| AcceleratorEntry
|
|
| type AcceleratorEntry a = Object (CAcceleratorEntry a) |
| Pointer to an object of type AcceleratorEntry.
|
|
| type TAcceleratorEntry a = CAcceleratorEntry a |
| Inheritance type of the AcceleratorEntry class.
|
|
| data CAcceleratorEntry a |
| Abstract type of the AcceleratorEntry class.
|
|
|
| AcceleratorTable
|
|
| type AcceleratorTable a = Object (CAcceleratorTable a) |
| Pointer to an object of type AcceleratorTable.
|
|
| type TAcceleratorTable a = CAcceleratorTable a |
| Inheritance type of the AcceleratorTable class.
|
|
| data CAcceleratorTable a |
| Abstract type of the AcceleratorTable class.
|
|
|
| ActivateEvent
|
|
| type ActivateEvent a = Event (CActivateEvent a) |
| Pointer to an object of type ActivateEvent, derived from Event.
|
|
| type TActivateEvent a = TEvent (CActivateEvent a) |
| Inheritance type of the ActivateEvent class.
|
|
| data CActivateEvent a |
| Abstract type of the ActivateEvent class.
|
|
|
| App
|
|
| type App a = EvtHandler (CApp a) |
| Pointer to an object of type App, derived from EvtHandler.
|
|
| type TApp a = TEvtHandler (CApp a) |
| Inheritance type of the App class.
|
|
| data CApp a |
| Abstract type of the App class.
|
|
|
| ArrayString
|
|
| type ArrayString a = WxArray (CArrayString a) |
| Pointer to an object of type ArrayString, derived from WxArray.
|
|
| type TArrayString a = TWxArray (CArrayString a) |
| Inheritance type of the ArrayString class.
|
|
| data CArrayString a |
| Abstract type of the ArrayString class.
|
|
|
| ArtProvider
|
|
| type ArtProvider a = WxObject (CArtProvider a) |
| Pointer to an object of type ArtProvider, derived from WxObject.
|
|
| type TArtProvider a = TWxObject (CArtProvider a) |
| Inheritance type of the ArtProvider class.
|
|
| data CArtProvider a |
| Abstract type of the ArtProvider class.
|
|
|
| AutomationObject
|
|
| type AutomationObject a = WxObject (CAutomationObject a) |
| Pointer to an object of type AutomationObject, derived from WxObject.
|
|
| type TAutomationObject a = TWxObject (CAutomationObject a) |
| Inheritance type of the AutomationObject class.
|
|
| data CAutomationObject a |
| Abstract type of the AutomationObject class.
|
|
|
| Bitmap
|
|
| type Bitmap a = GDIObject (CBitmap a) |
| Pointer to an object of type Bitmap, derived from GDIObject.
|
|
| type TBitmap a = TGDIObject (CBitmap a) |
| Inheritance type of the Bitmap class.
|
|
| data CBitmap a |
| Abstract type of the Bitmap class.
|
|
|
| BitmapButton
|
|
| type BitmapButton a = Button (CBitmapButton a) |
| Pointer to an object of type BitmapButton, derived from Button.
|
|
| type TBitmapButton a = TButton (CBitmapButton a) |
| Inheritance type of the BitmapButton class.
|
|
| data CBitmapButton a |
| Abstract type of the BitmapButton class.
|
|
|
| BitmapDataObject
|
|
| type BitmapDataObject a = DataObjectSimple (CBitmapDataObject a) |
| Pointer to an object of type BitmapDataObject, derived from DataObjectSimple.
|
|
| type TBitmapDataObject a = TDataObjectSimple (CBitmapDataObject a) |
| Inheritance type of the BitmapDataObject class.
|
|
| data CBitmapDataObject a |
| Abstract type of the BitmapDataObject class.
|
|
|
| BitmapHandler
|
|
| type BitmapHandler a = WxObject (CBitmapHandler a) |
| Pointer to an object of type BitmapHandler, derived from WxObject.
|
|
| type TBitmapHandler a = TWxObject (CBitmapHandler a) |
| Inheritance type of the BitmapHandler class.
|
|
| data CBitmapHandler a |
| Abstract type of the BitmapHandler class.
|
|
|
| BoxSizer
|
|
| type BoxSizer a = Sizer (CBoxSizer a) |
| Pointer to an object of type BoxSizer, derived from Sizer.
|
|
| type TBoxSizer a = TSizer (CBoxSizer a) |
| Inheritance type of the BoxSizer class.
|
|
| data CBoxSizer a |
| Abstract type of the BoxSizer class.
|
|
|
| Brush
|
|
| type Brush a = GDIObject (CBrush a) |
| Pointer to an object of type Brush, derived from GDIObject.
|
|
| type TBrush a = TGDIObject (CBrush a) |
| Inheritance type of the Brush class.
|
|
| data CBrush a |
| Abstract type of the Brush class.
|
|
|
| BrushList
|
|
| type BrushList a = List (CBrushList a) |
| Pointer to an object of type BrushList, derived from List.
|
|
| type TBrushList a = TList (CBrushList a) |
| Inheritance type of the BrushList class.
|
|
| data CBrushList a |
| Abstract type of the BrushList class.
|
|
|
| BufferedInputStream
|
|
| type BufferedInputStream a = FilterInputStream (CBufferedInputStream a) |
| Pointer to an object of type BufferedInputStream, derived from FilterInputStream.
|
|
| type TBufferedInputStream a = TFilterInputStream (CBufferedInputStream a) |
| Inheritance type of the BufferedInputStream class.
|
|
| data CBufferedInputStream a |
| Abstract type of the BufferedInputStream class.
|
|
|
| BufferedOutputStream
|
|
| type BufferedOutputStream a = FilterOutputStream (CBufferedOutputStream a) |
| Pointer to an object of type BufferedOutputStream, derived from FilterOutputStream.
|
|
| type TBufferedOutputStream a = TFilterOutputStream (CBufferedOutputStream a) |
| Inheritance type of the BufferedOutputStream class.
|
|
| data CBufferedOutputStream a |
| Abstract type of the BufferedOutputStream class.
|
|
|
| BusyCursor
|
|
| type BusyCursor a = Object (CBusyCursor a) |
| Pointer to an object of type BusyCursor.
|
|
| type TBusyCursor a = CBusyCursor a |
| Inheritance type of the BusyCursor class.
|
|
| data CBusyCursor a |
| Abstract type of the BusyCursor class.
|
|
|
| BusyInfo
|
|
| type BusyInfo a = Object (CBusyInfo a) |
| Pointer to an object of type BusyInfo.
|
|
| type TBusyInfo a = CBusyInfo a |
| Inheritance type of the BusyInfo class.
|
|
| data CBusyInfo a |
| Abstract type of the BusyInfo class.
|
|
|
| Button
|
|
| type Button a = Control (CButton a) |
| Pointer to an object of type Button, derived from Control.
|
|
| type TButton a = TControl (CButton a) |
| Inheritance type of the Button class.
|
|
| data CButton a |
| Abstract type of the Button class.
|
|
|
| CSConv
|
|
| type CSConv a = MBConv (CCSConv a) |
| Pointer to an object of type CSConv, derived from MBConv.
|
|
| type TCSConv a = TMBConv (CCSConv a) |
| Inheritance type of the CSConv class.
|
|
| data CCSConv a |
| Abstract type of the CSConv class.
|
|
|
| CalculateLayoutEvent
|
|
| type CalculateLayoutEvent a = Event (CCalculateLayoutEvent a) |
| Pointer to an object of type CalculateLayoutEvent, derived from Event.
|
|
| type TCalculateLayoutEvent a = TEvent (CCalculateLayoutEvent a) |
| Inheritance type of the CalculateLayoutEvent class.
|
|
| data CCalculateLayoutEvent a |
| Abstract type of the CalculateLayoutEvent class.
|
|
|
| CalendarCtrl
|
|
| type CalendarCtrl a = Control (CCalendarCtrl a) |
| Pointer to an object of type CalendarCtrl, derived from Control.
|
|
| type TCalendarCtrl a = TControl (CCalendarCtrl a) |
| Inheritance type of the CalendarCtrl class.
|
|
| data CCalendarCtrl a |
| Abstract type of the CalendarCtrl class.
|
|
|
| CalendarDateAttr
|
|
| type CalendarDateAttr a = Object (CCalendarDateAttr a) |
| Pointer to an object of type CalendarDateAttr.
|
|
| type TCalendarDateAttr a = CCalendarDateAttr a |
| Inheritance type of the CalendarDateAttr class.
|
|
| data CCalendarDateAttr a |
| Abstract type of the CalendarDateAttr class.
|
|
|
| CalendarEvent
|
|
| type CalendarEvent a = CommandEvent (CCalendarEvent a) |
| Pointer to an object of type CalendarEvent, derived from CommandEvent.
|
|
| type TCalendarEvent a = TCommandEvent (CCalendarEvent a) |
| Inheritance type of the CalendarEvent class.
|
|
| data CCalendarEvent a |
| Abstract type of the CalendarEvent class.
|
|
|
| Caret
|
|
| type Caret a = Object (CCaret a) |
| Pointer to an object of type Caret.
|
|
| type TCaret a = CCaret a |
| Inheritance type of the Caret class.
|
|
| data CCaret a |
| Abstract type of the Caret class.
|
|
|
| CbAntiflickerPlugin
|
|
| type CbAntiflickerPlugin a = CbPluginBase (CCbAntiflickerPlugin a) |
| Pointer to an object of type CbAntiflickerPlugin, derived from CbPluginBase.
|
|
| type TCbAntiflickerPlugin a = TCbPluginBase (CCbAntiflickerPlugin a) |
| Inheritance type of the CbAntiflickerPlugin class.
|
|
| data CCbAntiflickerPlugin a |
| Abstract type of the CbAntiflickerPlugin class.
|
|
|
| CbBarDragPlugin
|
|
| type CbBarDragPlugin a = CbPluginBase (CCbBarDragPlugin a) |
| Pointer to an object of type CbBarDragPlugin, derived from CbPluginBase.
|
|
| type TCbBarDragPlugin a = TCbPluginBase (CCbBarDragPlugin a) |
| Inheritance type of the CbBarDragPlugin class.
|
|
| data CCbBarDragPlugin a |
| Abstract type of the CbBarDragPlugin class.
|
|
|
| CbBarHintsPlugin
|
|
| type CbBarHintsPlugin a = CbPluginBase (CCbBarHintsPlugin a) |
| Pointer to an object of type CbBarHintsPlugin, derived from CbPluginBase.
|
|
| type TCbBarHintsPlugin a = TCbPluginBase (CCbBarHintsPlugin a) |
| Inheritance type of the CbBarHintsPlugin class.
|
|
| data CCbBarHintsPlugin a |
| Abstract type of the CbBarHintsPlugin class.
|
|
|
| CbBarInfo
|
|
| type CbBarInfo a = WxObject (CCbBarInfo a) |
| Pointer to an object of type CbBarInfo, derived from WxObject.
|
|
| type TCbBarInfo a = TWxObject (CCbBarInfo a) |
| Inheritance type of the CbBarInfo class.
|
|
| data CCbBarInfo a |
| Abstract type of the CbBarInfo class.
|
|
|
| CbBarSpy
|
|
| type CbBarSpy a = EvtHandler (CCbBarSpy a) |
| Pointer to an object of type CbBarSpy, derived from EvtHandler.
|
|
| type TCbBarSpy a = TEvtHandler (CCbBarSpy a) |
| Inheritance type of the CbBarSpy class.
|
|
| data CCbBarSpy a |
| Abstract type of the CbBarSpy class.
|
|
|
| CbCloseBox
|
|
| type CbCloseBox a = CbMiniButton (CCbCloseBox a) |
| Pointer to an object of type CbCloseBox, derived from CbMiniButton.
|
|
| type TCbCloseBox a = TCbMiniButton (CCbCloseBox a) |
| Inheritance type of the CbCloseBox class.
|
|
| data CCbCloseBox a |
| Abstract type of the CbCloseBox class.
|
|
|
| CbCollapseBox
|
|
| type CbCollapseBox a = CbMiniButton (CCbCollapseBox a) |
| Pointer to an object of type CbCollapseBox, derived from CbMiniButton.
|
|
| type TCbCollapseBox a = TCbMiniButton (CCbCollapseBox a) |
| Inheritance type of the CbCollapseBox class.
|
|
| data CCbCollapseBox a |
| Abstract type of the CbCollapseBox class.
|
|
|
| CbCommonPaneProperties
|
|
| type CbCommonPaneProperties a = WxObject (CCbCommonPaneProperties a) |
| Pointer to an object of type CbCommonPaneProperties, derived from WxObject.
|
|
| type TCbCommonPaneProperties a = TWxObject (CCbCommonPaneProperties a) |
| Inheritance type of the CbCommonPaneProperties class.
|
|
| data CCbCommonPaneProperties a |
| Abstract type of the CbCommonPaneProperties class.
|
|
|
| CbCustomizeBarEvent
|
|
| type CbCustomizeBarEvent a = CbPluginEvent (CCbCustomizeBarEvent a) |
| Pointer to an object of type CbCustomizeBarEvent, derived from CbPluginEvent.
|
|
| type TCbCustomizeBarEvent a = TCbPluginEvent (CCbCustomizeBarEvent a) |
| Inheritance type of the CbCustomizeBarEvent class.
|
|
| data CCbCustomizeBarEvent a |
| Abstract type of the CbCustomizeBarEvent class.
|
|
|
| CbCustomizeLayoutEvent
|
|
| type CbCustomizeLayoutEvent a = CbPluginEvent (CCbCustomizeLayoutEvent a) |
| Pointer to an object of type CbCustomizeLayoutEvent, derived from CbPluginEvent.
|
|
| type TCbCustomizeLayoutEvent a = TCbPluginEvent (CCbCustomizeLayoutEvent a) |
| Inheritance type of the CbCustomizeLayoutEvent class.
|
|
| data CCbCustomizeLayoutEvent a |
| Abstract type of the CbCustomizeLayoutEvent class.
|
|
|
| CbDimHandlerBase
|
|
| type CbDimHandlerBase a = WxObject (CCbDimHandlerBase a) |
| Pointer to an object of type CbDimHandlerBase, derived from WxObject.
|
|
| type TCbDimHandlerBase a = TWxObject (CCbDimHandlerBase a) |
| Inheritance type of the CbDimHandlerBase class.
|
|
| data CCbDimHandlerBase a |
| Abstract type of the CbDimHandlerBase class.
|
|
|
| CbDimInfo
|
|
| type CbDimInfo a = WxObject (CCbDimInfo a) |
| Pointer to an object of type CbDimInfo, derived from WxObject.
|
|
| type TCbDimInfo a = TWxObject (CCbDimInfo a) |
| Inheritance type of the CbDimInfo class.
|
|
| data CCbDimInfo a |
| Abstract type of the CbDimInfo class.
|
|
|
| CbDockBox
|
|
| type CbDockBox a = CbMiniButton (CCbDockBox a) |
| Pointer to an object of type CbDockBox, derived from CbMiniButton.
|
|
| type TCbDockBox a = TCbMiniButton (CCbDockBox a) |
| Inheritance type of the CbDockBox class.
|
|
| data CCbDockBox a |
| Abstract type of the CbDockBox class.
|
|
|
| CbDockPane
|
|
| type CbDockPane a = WxObject (CCbDockPane a) |
| Pointer to an object of type CbDockPane, derived from WxObject.
|
|
| type TCbDockPane a = TWxObject (CCbDockPane a) |
| Inheritance type of the CbDockPane class.
|
|
| data CCbDockPane a |
| Abstract type of the CbDockPane class.
|
|
|
| CbDrawBarDecorEvent
|
|
| type CbDrawBarDecorEvent a = CbPluginEvent (CCbDrawBarDecorEvent a) |
| Pointer to an object of type CbDrawBarDecorEvent, derived from CbPluginEvent.
|
|
| type TCbDrawBarDecorEvent a = TCbPluginEvent (CCbDrawBarDecorEvent a) |
| Inheritance type of the CbDrawBarDecorEvent class.
|
|
| data CCbDrawBarDecorEvent a |
| Abstract type of the CbDrawBarDecorEvent class.
|
|
|
| CbDrawBarHandlesEvent
|
|
| type CbDrawBarHandlesEvent a = CbPluginEvent (CCbDrawBarHandlesEvent a) |
| Pointer to an object of type CbDrawBarHandlesEvent, derived from CbPluginEvent.
|
|
| type TCbDrawBarHandlesEvent a = TCbPluginEvent (CCbDrawBarHandlesEvent a) |
| Inheritance type of the CbDrawBarHandlesEvent class.
|
|
| data CCbDrawBarHandlesEvent a |
| Abstract type of the CbDrawBarHandlesEvent class.
|
|
|
| CbDrawHintRectEvent
|
|
| type CbDrawHintRectEvent a = CbPluginEvent (CCbDrawHintRectEvent a) |
| Pointer to an object of type CbDrawHintRectEvent, derived from CbPluginEvent.
|
|
| type TCbDrawHintRectEvent a = TCbPluginEvent (CCbDrawHintRectEvent a) |
| Inheritance type of the CbDrawHintRectEvent class.
|
|
| data CCbDrawHintRectEvent a |
| Abstract type of the CbDrawHintRectEvent class.
|
|
|
| CbDrawPaneBkGroundEvent
|
|
| type CbDrawPaneBkGroundEvent a = CbPluginEvent (CCbDrawPaneBkGroundEvent a) |
| Pointer to an object of type CbDrawPaneBkGroundEvent, derived from CbPluginEvent.
|
|
| type TCbDrawPaneBkGroundEvent a = TCbPluginEvent (CCbDrawPaneBkGroundEvent a) |
| Inheritance type of the CbDrawPaneBkGroundEvent class.
|
|
| data CCbDrawPaneBkGroundEvent a |
| Abstract type of the CbDrawPaneBkGroundEvent class.
|
|
|
| CbDrawPaneDecorEvent
|
|
| type CbDrawPaneDecorEvent a = CbPluginEvent (CCbDrawPaneDecorEvent a) |
| Pointer to an object of type CbDrawPaneDecorEvent, derived from CbPluginEvent.
|
|
| type TCbDrawPaneDecorEvent a = TCbPluginEvent (CCbDrawPaneDecorEvent a) |
| Inheritance type of the CbDrawPaneDecorEvent class.
|
|
| data CCbDrawPaneDecorEvent a |
| Abstract type of the CbDrawPaneDecorEvent class.
|
|
|
| CbDrawRowBkGroundEvent
|
|
| type CbDrawRowBkGroundEvent a = CbPluginEvent (CCbDrawRowBkGroundEvent a) |
| Pointer to an object of type CbDrawRowBkGroundEvent, derived from CbPluginEvent.
|
|
| type TCbDrawRowBkGroundEvent a = TCbPluginEvent (CCbDrawRowBkGroundEvent a) |
| Inheritance type of the CbDrawRowBkGroundEvent class.
|
|
| data CCbDrawRowBkGroundEvent a |
| Abstract type of the CbDrawRowBkGroundEvent class.
|
|
|
| CbDrawRowDecorEvent
|
|
| type CbDrawRowDecorEvent a = CbPluginEvent (CCbDrawRowDecorEvent a) |
| Pointer to an object of type CbDrawRowDecorEvent, derived from CbPluginEvent.
|
|
| type TCbDrawRowDecorEvent a = TCbPluginEvent (CCbDrawRowDecorEvent a) |
| Inheritance type of the CbDrawRowDecorEvent class.
|
|
| data CCbDrawRowDecorEvent a |
| Abstract type of the CbDrawRowDecorEvent class.
|
|
|
| CbDrawRowHandlesEvent
|
|
| type CbDrawRowHandlesEvent a = CbPluginEvent (CCbDrawRowHandlesEvent a) |
| Pointer to an object of type CbDrawRowHandlesEvent, derived from CbPluginEvent.
|
|
| type TCbDrawRowHandlesEvent a = TCbPluginEvent (CCbDrawRowHandlesEvent a) |
| Inheritance type of the CbDrawRowHandlesEvent class.
|
|
| data CCbDrawRowHandlesEvent a |
| Abstract type of the CbDrawRowHandlesEvent class.
|
|
|
| CbDynToolBarDimHandler
|
|
| type CbDynToolBarDimHandler a = CbDimHandlerBase (CCbDynToolBarDimHandler a) |
| Pointer to an object of type CbDynToolBarDimHandler, derived from CbDimHandlerBase.
|
|
| type TCbDynToolBarDimHandler a = TCbDimHandlerBase (CCbDynToolBarDimHandler a) |
| Inheritance type of the CbDynToolBarDimHandler class.
|
|
| data CCbDynToolBarDimHandler a |
| Abstract type of the CbDynToolBarDimHandler class.
|
|
|
| CbFinishDrawInAreaEvent
|
|
| type CbFinishDrawInAreaEvent a = CbPluginEvent (CCbFinishDrawInAreaEvent a) |
| Pointer to an object of type CbFinishDrawInAreaEvent, derived from CbPluginEvent.
|
|
| type TCbFinishDrawInAreaEvent a = TCbPluginEvent (CCbFinishDrawInAreaEvent a) |
| Inheritance type of the CbFinishDrawInAreaEvent class.
|
|
| data CCbFinishDrawInAreaEvent a |
| Abstract type of the CbFinishDrawInAreaEvent class.
|
|
|
| CbFloatedBarWindow
|
|
| type CbFloatedBarWindow a = ToolWindow (CCbFloatedBarWindow a) |
| Pointer to an object of type CbFloatedBarWindow, derived from ToolWindow.
|
|
| type TCbFloatedBarWindow a = TToolWindow (CCbFloatedBarWindow a) |
| Inheritance type of the CbFloatedBarWindow class.
|
|
| data CCbFloatedBarWindow a |
| Abstract type of the CbFloatedBarWindow class.
|
|
|
| CbGCUpdatesMgr
|
|
| type CbGCUpdatesMgr a = CbSimpleUpdatesMgr (CCbGCUpdatesMgr a) |
| Pointer to an object of type CbGCUpdatesMgr, derived from CbSimpleUpdatesMgr.
|
|
| type TCbGCUpdatesMgr a = TCbSimpleUpdatesMgr (CCbGCUpdatesMgr a) |
| Inheritance type of the CbGCUpdatesMgr class.
|
|
| data CCbGCUpdatesMgr a |
| Abstract type of the CbGCUpdatesMgr class.
|
|
|
| CbHintAnimationPlugin
|
|
| type CbHintAnimationPlugin a = CbPluginBase (CCbHintAnimationPlugin a) |
| Pointer to an object of type CbHintAnimationPlugin, derived from CbPluginBase.
|
|
| type TCbHintAnimationPlugin a = TCbPluginBase (CCbHintAnimationPlugin a) |
| Inheritance type of the CbHintAnimationPlugin class.
|
|
| data CCbHintAnimationPlugin a |
| Abstract type of the CbHintAnimationPlugin class.
|
|
|
| CbInsertBarEvent
|
|
| type CbInsertBarEvent a = CbPluginEvent (CCbInsertBarEvent a) |
| Pointer to an object of type CbInsertBarEvent, derived from CbPluginEvent.
|
|
| type TCbInsertBarEvent a = TCbPluginEvent (CCbInsertBarEvent a) |
| Inheritance type of the CbInsertBarEvent class.
|
|
| data CCbInsertBarEvent a |
| Abstract type of the CbInsertBarEvent class.
|
|
|
| CbLayoutRowEvent
|
|
| type CbLayoutRowEvent a = CbPluginEvent (CCbLayoutRowEvent a) |
| Pointer to an object of type CbLayoutRowEvent, derived from CbPluginEvent.
|
|
| type TCbLayoutRowEvent a = TCbPluginEvent (CCbLayoutRowEvent a) |
| Inheritance type of the CbLayoutRowEvent class.
|
|
| data CCbLayoutRowEvent a |
| Abstract type of the CbLayoutRowEvent class.
|
|
|
| CbLeftDClickEvent
|
|
| type CbLeftDClickEvent a = CbPluginEvent (CCbLeftDClickEvent a) |
| Pointer to an object of type CbLeftDClickEvent, derived from CbPluginEvent.
|
|
| type TCbLeftDClickEvent a = TCbPluginEvent (CCbLeftDClickEvent a) |
| Inheritance type of the CbLeftDClickEvent class.
|
|
| data CCbLeftDClickEvent a |
| Abstract type of the CbLeftDClickEvent class.
|
|
|
| CbLeftDownEvent
|
|
| type CbLeftDownEvent a = CbPluginEvent (CCbLeftDownEvent a) |
| Pointer to an object of type CbLeftDownEvent, derived from CbPluginEvent.
|
|
| type TCbLeftDownEvent a = TCbPluginEvent (CCbLeftDownEvent a) |
| Inheritance type of the CbLeftDownEvent class.
|
|
| data CCbLeftDownEvent a |
| Abstract type of the CbLeftDownEvent class.
|
|
|
| CbLeftUpEvent
|
|
| type CbLeftUpEvent a = CbPluginEvent (CCbLeftUpEvent a) |
| Pointer to an object of type CbLeftUpEvent, derived from CbPluginEvent.
|
|
| type TCbLeftUpEvent a = TCbPluginEvent (CCbLeftUpEvent a) |
| Inheritance type of the CbLeftUpEvent class.
|
|
| data CCbLeftUpEvent a |
| Abstract type of the CbLeftUpEvent class.
|
|
|
| CbMiniButton
|
|
| type CbMiniButton a = WxObject (CCbMiniButton a) |
| Pointer to an object of type CbMiniButton, derived from WxObject.
|
|
| type TCbMiniButton a = TWxObject (CCbMiniButton a) |
| Inheritance type of the CbMiniButton class.
|
|
| data CCbMiniButton a |
| Abstract type of the CbMiniButton class.
|
|
|
| CbMotionEvent
|
|
| type CbMotionEvent a = CbPluginEvent (CCbMotionEvent a) |
| Pointer to an object of type CbMotionEvent, derived from CbPluginEvent.
|
|
| type TCbMotionEvent a = TCbPluginEvent (CCbMotionEvent a) |
| Inheritance type of the CbMotionEvent class.
|
|
| data CCbMotionEvent a |
| Abstract type of the CbMotionEvent class.
|
|
|
| CbPaneDrawPlugin
|
|
| type CbPaneDrawPlugin a = CbPluginBase (CCbPaneDrawPlugin a) |
| Pointer to an object of type CbPaneDrawPlugin, derived from CbPluginBase.
|
|
| type TCbPaneDrawPlugin a = TCbPluginBase (CCbPaneDrawPlugin a) |
| Inheritance type of the CbPaneDrawPlugin class.
|
|
| data CCbPaneDrawPlugin a |
| Abstract type of the CbPaneDrawPlugin class.
|
|
|
| CbPluginBase
|
|
| type CbPluginBase a = EvtHandler (CCbPluginBase a) |
| Pointer to an object of type CbPluginBase, derived from EvtHandler.
|
|
| type TCbPluginBase a = TEvtHandler (CCbPluginBase a) |
| Inheritance type of the CbPluginBase class.
|
|
| data CCbPluginBase a |
| Abstract type of the CbPluginBase class.
|
|
|
| CbPluginEvent
|
|
| type CbPluginEvent a = Event (CCbPluginEvent a) |
| Pointer to an object of type CbPluginEvent, derived from Event.
|
|
| type TCbPluginEvent a = TEvent (CCbPluginEvent a) |
| Inheritance type of the CbPluginEvent class.
|
|
| data CCbPluginEvent a |
| Abstract type of the CbPluginEvent class.
|
|
|
| CbRemoveBarEvent
|
|
| type CbRemoveBarEvent a = CbPluginEvent (CCbRemoveBarEvent a) |
| Pointer to an object of type CbRemoveBarEvent, derived from CbPluginEvent.
|
|
| type TCbRemoveBarEvent a = TCbPluginEvent (CCbRemoveBarEvent a) |
| Inheritance type of the CbRemoveBarEvent class.
|
|
| data CCbRemoveBarEvent a |
| Abstract type of the CbRemoveBarEvent class.
|
|
|
| CbResizeBarEvent
|
|
| type CbResizeBarEvent a = CbPluginEvent (CCbResizeBarEvent a) |
| Pointer to an object of type CbResizeBarEvent, derived from CbPluginEvent.
|
|
| type TCbResizeBarEvent a = TCbPluginEvent (CCbResizeBarEvent a) |
| Inheritance type of the CbResizeBarEvent class.
|
|
| data CCbResizeBarEvent a |
| Abstract type of the CbResizeBarEvent class.
|
|
|
| CbResizeRowEvent
|
|
| type CbResizeRowEvent a = CbPluginEvent (CCbResizeRowEvent a) |
| Pointer to an object of type CbResizeRowEvent, derived from CbPluginEvent.
|
|
| type TCbResizeRowEvent a = TCbPluginEvent (CCbResizeRowEvent a) |
| Inheritance type of the CbResizeRowEvent class.
|
|
| data CCbResizeRowEvent a |
| Abstract type of the CbResizeRowEvent class.
|
|
|
| CbRightDownEvent
|
|
| type CbRightDownEvent a = CbPluginEvent (CCbRightDownEvent a) |
| Pointer to an object of type CbRightDownEvent, derived from CbPluginEvent.
|
|
| type TCbRightDownEvent a = TCbPluginEvent (CCbRightDownEvent a) |
| Inheritance type of the CbRightDownEvent class.
|
|
| data CCbRightDownEvent a |
| Abstract type of the CbRightDownEvent class.
|
|
|
| CbRightUpEvent
|
|
| type CbRightUpEvent a = CbPluginEvent (CCbRightUpEvent a) |
| Pointer to an object of type CbRightUpEvent, derived from CbPluginEvent.
|
|
| type TCbRightUpEvent a = TCbPluginEvent (CCbRightUpEvent a) |
| Inheritance type of the CbRightUpEvent class.
|
|
| data CCbRightUpEvent a |
| Abstract type of the CbRightUpEvent class.
|
|
|
| CbRowDragPlugin
|
|
| type CbRowDragPlugin a = CbPluginBase (CCbRowDragPlugin a) |
| Pointer to an object of type CbRowDragPlugin, derived from CbPluginBase.
|
|
| type TCbRowDragPlugin a = TCbPluginBase (CCbRowDragPlugin a) |
| Inheritance type of the CbRowDragPlugin class.
|
|
| data CCbRowDragPlugin a |
| Abstract type of the CbRowDragPlugin class.
|
|
|
| CbRowInfo
|
|
| type CbRowInfo a = WxObject (CCbRowInfo a) |
| Pointer to an object of type CbRowInfo, derived from WxObject.
|
|
| type TCbRowInfo a = TWxObject (CCbRowInfo a) |
| Inheritance type of the CbRowInfo class.
|
|
| data CCbRowInfo a |
| Abstract type of the CbRowInfo class.
|
|
|
| CbRowLayoutPlugin
|
|
| type CbRowLayoutPlugin a = CbPluginBase (CCbRowLayoutPlugin a) |
| Pointer to an object of type CbRowLayoutPlugin, derived from CbPluginBase.
|
|
| type TCbRowLayoutPlugin a = TCbPluginBase (CCbRowLayoutPlugin a) |
| Inheritance type of the CbRowLayoutPlugin class.
|
|
| data CCbRowLayoutPlugin a |
| Abstract type of the CbRowLayoutPlugin class.
|
|
|
| CbSimpleCustomizationPlugin
|
|
| type CbSimpleCustomizationPlugin a = CbPluginBase (CCbSimpleCustomizationPlugin a) |
| Pointer to an object of type CbSimpleCustomizationPlugin, derived from CbPluginBase.
|
|
| type TCbSimpleCustomizationPlugin a = TCbPluginBase (CCbSimpleCustomizationPlugin a) |
| Inheritance type of the CbSimpleCustomizationPlugin class.
|
|
| data CCbSimpleCustomizationPlugin a |
| Abstract type of the CbSimpleCustomizationPlugin class.
|
|
|
| CbSimpleUpdatesMgr
|
|
| type CbSimpleUpdatesMgr a = CbUpdatesManagerBase (CCbSimpleUpdatesMgr a) |
| Pointer to an object of type CbSimpleUpdatesMgr, derived from CbUpdatesManagerBase.
|
|
| type TCbSimpleUpdatesMgr a = TCbUpdatesManagerBase (CCbSimpleUpdatesMgr a) |
| Inheritance type of the CbSimpleUpdatesMgr class.
|
|
| data CCbSimpleUpdatesMgr a |
| Abstract type of the CbSimpleUpdatesMgr class.
|
|
|
| CbSizeBarWndEvent
|
|
| type CbSizeBarWndEvent a = CbPluginEvent (CCbSizeBarWndEvent a) |
| Pointer to an object of type CbSizeBarWndEvent, derived from CbPluginEvent.
|
|
| type TCbSizeBarWndEvent a = TCbPluginEvent (CCbSizeBarWndEvent a) |
| Inheritance type of the CbSizeBarWndEvent class.
|
|
| data CCbSizeBarWndEvent a |
| Abstract type of the CbSizeBarWndEvent class.
|
|
|
| CbStartBarDraggingEvent
|
|
| type CbStartBarDraggingEvent a = CbPluginEvent (CCbStartBarDraggingEvent a) |
| Pointer to an object of type CbStartBarDraggingEvent, derived from CbPluginEvent.
|
|
| type TCbStartBarDraggingEvent a = TCbPluginEvent (CCbStartBarDraggingEvent a) |
| Inheritance type of the CbStartBarDraggingEvent class.
|
|
| data CCbStartBarDraggingEvent a |
| Abstract type of the CbStartBarDraggingEvent class.
|
|
|
| CbStartDrawInAreaEvent
|
|
| type CbStartDrawInAreaEvent a = CbPluginEvent (CCbStartDrawInAreaEvent a) |
| Pointer to an object of type CbStartDrawInAreaEvent, derived from CbPluginEvent.
|
|
| type TCbStartDrawInAreaEvent a = TCbPluginEvent (CCbStartDrawInAreaEvent a) |
| Inheritance type of the CbStartDrawInAreaEvent class.
|
|
| data CCbStartDrawInAreaEvent a |
| Abstract type of the CbStartDrawInAreaEvent class.
|
|
|
| CbUpdatesManagerBase
|
|
| type CbUpdatesManagerBase a = WxObject (CCbUpdatesManagerBase a) |
| Pointer to an object of type CbUpdatesManagerBase, derived from WxObject.
|
|
| type TCbUpdatesManagerBase a = TWxObject (CCbUpdatesManagerBase a) |
| Inheritance type of the CbUpdatesManagerBase class.
|
|
| data CCbUpdatesManagerBase a |
| Abstract type of the CbUpdatesManagerBase class.
|
|
|
| CheckBox
|
|
| type CheckBox a = Control (CCheckBox a) |
| Pointer to an object of type CheckBox, derived from Control.
|
|
| type TCheckBox a = TControl (CCheckBox a) |
| Inheritance type of the CheckBox class.
|
|
| data CCheckBox a |
| Abstract type of the CheckBox class.
|
|
|
| CheckListBox
|
|
| type CheckListBox a = ListBox (CCheckListBox a) |
| Pointer to an object of type CheckListBox, derived from ListBox.
|
|
| type TCheckListBox a = TListBox (CCheckListBox a) |
| Inheritance type of the CheckListBox class.
|
|
| data CCheckListBox a |
| Abstract type of the CheckListBox class.
|
|
|
| Choice
|
|
| type Choice a = Control (CChoice a) |
| Pointer to an object of type Choice, derived from Control.
|
|
| type TChoice a = TControl (CChoice a) |
| Inheritance type of the Choice class.
|
|
| data CChoice a |
| Abstract type of the Choice class.
|
|
|
| ClassInfo
|
|
| type ClassInfo a = Object (CClassInfo a) |
| Pointer to an object of type ClassInfo.
|
|
| type TClassInfo a = CClassInfo a |
| Inheritance type of the ClassInfo class.
|
|
| data CClassInfo a |
| Abstract type of the ClassInfo class.
|
|
|
| Client
|
|
| type Client a = ClientBase (CClient a) |
| Pointer to an object of type Client, derived from ClientBase.
|
|
| type TClient a = TClientBase (CClient a) |
| Inheritance type of the Client class.
|
|
| data CClient a |
| Abstract type of the Client class.
|
|
|
| ClientBase
|
|
| type ClientBase a = WxObject (CClientBase a) |
| Pointer to an object of type ClientBase, derived from WxObject.
|
|
| type TClientBase a = TWxObject (CClientBase a) |
| Inheritance type of the ClientBase class.
|
|
| data CClientBase a |
| Abstract type of the ClientBase class.
|
|
|
| ClientDC
|
|
| type ClientDC a = WindowDC (CClientDC a) |
| Pointer to an object of type ClientDC, derived from WindowDC.
|
|
| type TClientDC a = TWindowDC (CClientDC a) |
| Inheritance type of the ClientDC class.
|
|
| data CClientDC a |
| Abstract type of the ClientDC class.
|
|
|
| ClientData
|
|
| type ClientData a = Object (CClientData a) |
| Pointer to an object of type ClientData.
|
|
| type TClientData a = CClientData a |
| Inheritance type of the ClientData class.
|
|
| data CClientData a |
| Abstract type of the ClientData class.
|
|
|
| ClientDataContainer
|
|
| type ClientDataContainer a = Object (CClientDataContainer a) |
| Pointer to an object of type ClientDataContainer.
|
|
| type TClientDataContainer a = CClientDataContainer a |
| Inheritance type of the ClientDataContainer class.
|
|
| data CClientDataContainer a |
| Abstract type of the ClientDataContainer class.
|
|
|
| Clipboard
|
|
| type Clipboard a = WxObject (CClipboard a) |
| Pointer to an object of type Clipboard, derived from WxObject.
|
|
| type TClipboard a = TWxObject (CClipboard a) |
| Inheritance type of the Clipboard class.
|
|
| data CClipboard a |
| Abstract type of the Clipboard class.
|
|
|
| CloseEvent
|
|
| type CloseEvent a = Event (CCloseEvent a) |
| Pointer to an object of type CloseEvent, derived from Event.
|
|
| type TCloseEvent a = TEvent (CCloseEvent a) |
| Inheritance type of the CloseEvent class.
|
|
| data CCloseEvent a |
| Abstract type of the CloseEvent class.
|
|
|
| Closure
|
|
| type Closure a = WxObject (CClosure a) |
| Pointer to an object of type Closure, derived from WxObject.
|
|
| type TClosure a = TWxObject (CClosure a) |
| Inheritance type of the Closure class.
|
|
| data CClosure a |
| Abstract type of the Closure class.
|
|
|
| Colour
|
|
| type Colour a = WxObject (CColour a) |
| Pointer to an object of type Colour, derived from WxObject.
|
|
| type TColour a = TWxObject (CColour a) |
| Inheritance type of the Colour class.
|
|
| data CColour a |
| Abstract type of the Colour class.
|
|
|
| ColourData
|
|
| type ColourData a = WxObject (CColourData a) |
| Pointer to an object of type ColourData, derived from WxObject.
|
|
| type TColourData a = TWxObject (CColourData a) |
| Inheritance type of the ColourData class.
|
|
| data CColourData a |
| Abstract type of the ColourData class.
|
|
|
| ColourDatabase
|
|
| type ColourDatabase a = List (CColourDatabase a) |
| Pointer to an object of type ColourDatabase, derived from List.
|
|
| type TColourDatabase a = TList (CColourDatabase a) |
| Inheritance type of the ColourDatabase class.
|
|
| data CColourDatabase a |
| Abstract type of the ColourDatabase class.
|
|
|
| ColourDialog
|
|
| type ColourDialog a = Dialog (CColourDialog a) |
| Pointer to an object of type ColourDialog, derived from Dialog.
|
|
| type TColourDialog a = TDialog (CColourDialog a) |
| Inheritance type of the ColourDialog class.
|
|
| data CColourDialog a |
| Abstract type of the ColourDialog class.
|
|
|
| ComboBox
|
|
| type ComboBox a = Choice (CComboBox a) |
| Pointer to an object of type ComboBox, derived from Choice.
|
|
| type TComboBox a = TChoice (CComboBox a) |
| Inheritance type of the ComboBox class.
|
|
| data CComboBox a |
| Abstract type of the ComboBox class.
|
|
|
| Command
|
|
| type Command a = WxObject (CCommand a) |
| Pointer to an object of type Command, derived from WxObject.
|
|
| type TCommand a = TWxObject (CCommand a) |
| Inheritance type of the Command class.
|
|
| data CCommand a |
| Abstract type of the Command class.
|
|
|
| CommandEvent
|
|
| type CommandEvent a = Event (CCommandEvent a) |
| Pointer to an object of type CommandEvent, derived from Event.
|
|
| type TCommandEvent a = TEvent (CCommandEvent a) |
| Inheritance type of the CommandEvent class.
|
|
| data CCommandEvent a |
| Abstract type of the CommandEvent class.
|
|
|
| CommandLineParser
|
|
| type CommandLineParser a = Object (CCommandLineParser a) |
| Pointer to an object of type CommandLineParser.
|
|
| type TCommandLineParser a = CCommandLineParser a |
| Inheritance type of the CommandLineParser class.
|
|
| data CCommandLineParser a |
| Abstract type of the CommandLineParser class.
|
|
|
| CommandProcessor
|
|
| type CommandProcessor a = WxObject (CCommandProcessor a) |
| Pointer to an object of type CommandProcessor, derived from WxObject.
|
|
| type TCommandProcessor a = TWxObject (CCommandProcessor a) |
| Inheritance type of the CommandProcessor class.
|
|
| data CCommandProcessor a |
| Abstract type of the CommandProcessor class.
|
|
|
| Condition
|
|
| type Condition a = Object (CCondition a) |
| Pointer to an object of type Condition.
|
|
| type TCondition a = CCondition a |
| Inheritance type of the Condition class.
|
|
| data CCondition a |
| Abstract type of the Condition class.
|
|
|
| ConfigBase
|
|
| type ConfigBase a = Object (CConfigBase a) |
| Pointer to an object of type ConfigBase.
|
|
| type TConfigBase a = CConfigBase a |
| Inheritance type of the ConfigBase class.
|
|
| data CConfigBase a |
| Abstract type of the ConfigBase class.
|
|
|
| Connection
|
|
| type Connection a = ConnectionBase (CConnection a) |
| Pointer to an object of type Connection, derived from ConnectionBase.
|
|
| type TConnection a = TConnectionBase (CConnection a) |
| Inheritance type of the Connection class.
|
|
| data CConnection a |
| Abstract type of the Connection class.
|
|
|
| ConnectionBase
|
|
| type ConnectionBase a = WxObject (CConnectionBase a) |
| Pointer to an object of type ConnectionBase, derived from WxObject.
|
|
| type TConnectionBase a = TWxObject (CConnectionBase a) |
| Inheritance type of the ConnectionBase class.
|
|
| data CConnectionBase a |
| Abstract type of the ConnectionBase class.
|
|
|
| ContextHelp
|
|
| type ContextHelp a = WxObject (CContextHelp a) |
| Pointer to an object of type ContextHelp, derived from WxObject.
|
|
| type TContextHelp a = TWxObject (CContextHelp a) |
| Inheritance type of the ContextHelp class.
|
|
| data CContextHelp a |
| Abstract type of the ContextHelp class.
|
|
|
| ContextHelpButton
|
|
| type ContextHelpButton a = BitmapButton (CContextHelpButton a) |
| Pointer to an object of type ContextHelpButton, derived from BitmapButton.
|
|
| type TContextHelpButton a = TBitmapButton (CContextHelpButton a) |
| Inheritance type of the ContextHelpButton class.
|
|
| data CContextHelpButton a |
| Abstract type of the ContextHelpButton class.
|
|
|
| Control
|
|
| type Control a = Window (CControl a) |
| Pointer to an object of type Control, derived from Window.
|
|
| type TControl a = TWindow (CControl a) |
| Inheritance type of the Control class.
|
|
| data CControl a |
| Abstract type of the Control class.
|
|
|
| CountingOutputStream
|
|
| type CountingOutputStream a = OutputStream (CCountingOutputStream a) |
| Pointer to an object of type CountingOutputStream, derived from OutputStream.
|
|
| type TCountingOutputStream a = TOutputStream (CCountingOutputStream a) |
| Inheritance type of the CountingOutputStream class.
|
|
| data CCountingOutputStream a |
| Abstract type of the CountingOutputStream class.
|
|
|
| CriticalSection
|
|
| type CriticalSection a = Object (CCriticalSection a) |
| Pointer to an object of type CriticalSection.
|
|
| type TCriticalSection a = CCriticalSection a |
| Inheritance type of the CriticalSection class.
|
|
| data CCriticalSection a |
| Abstract type of the CriticalSection class.
|
|
|
| CriticalSectionLocker
|
|
| type CriticalSectionLocker a = Object (CCriticalSectionLocker a) |
| Pointer to an object of type CriticalSectionLocker.
|
|
| type TCriticalSectionLocker a = CCriticalSectionLocker a |
| Inheritance type of the CriticalSectionLocker class.
|
|
| data CCriticalSectionLocker a |
| Abstract type of the CriticalSectionLocker class.
|
|
|
| Cursor
|
|
| type Cursor a = Bitmap (CCursor a) |
| Pointer to an object of type Cursor, derived from Bitmap.
|
|
| type TCursor a = TBitmap (CCursor a) |
| Inheritance type of the Cursor class.
|
|
| data CCursor a |
| Abstract type of the Cursor class.
|
|
|
| CustomDataObject
|
|
| type CustomDataObject a = DataObjectSimple (CCustomDataObject a) |
| Pointer to an object of type CustomDataObject, derived from DataObjectSimple.
|
|
| type TCustomDataObject a = TDataObjectSimple (CCustomDataObject a) |
| Inheritance type of the CustomDataObject class.
|
|
| data CCustomDataObject a |
| Abstract type of the CustomDataObject class.
|
|
|
| DC
|
|
| type DC a = WxObject (CDC a) |
| Pointer to an object of type DC, derived from WxObject.
|
|
| type TDC a = TWxObject (CDC a) |
| Inheritance type of the DC class.
|
|
| data CDC a |
| Abstract type of the DC class.
|
|
|
| DCClipper
|
|
| type DCClipper a = Object (CDCClipper a) |
| Pointer to an object of type DCClipper.
|
|
| type TDCClipper a = CDCClipper a |
| Inheritance type of the DCClipper class.
|
|
| data CDCClipper a |
| Abstract type of the DCClipper class.
|
|
|
| DDEClient
|
|
| type DDEClient a = ClientBase (CDDEClient a) |
| Pointer to an object of type DDEClient, derived from ClientBase.
|
|
| type TDDEClient a = TClientBase (CDDEClient a) |
| Inheritance type of the DDEClient class.
|
|
| data CDDEClient a |
| Abstract type of the DDEClient class.
|
|
|
| DDEConnection
|
|
| type DDEConnection a = ConnectionBase (CDDEConnection a) |
| Pointer to an object of type DDEConnection, derived from ConnectionBase.
|
|
| type TDDEConnection a = TConnectionBase (CDDEConnection a) |
| Inheritance type of the DDEConnection class.
|
|
| data CDDEConnection a |
| Abstract type of the DDEConnection class.
|
|
|
| DDEServer
|
|
| type DDEServer a = ServerBase (CDDEServer a) |
| Pointer to an object of type DDEServer, derived from ServerBase.
|
|
| type TDDEServer a = TServerBase (CDDEServer a) |
| Inheritance type of the DDEServer class.
|
|
| data CDDEServer a |
| Abstract type of the DDEServer class.
|
|
|
| DataFormat
|
|
| type DataFormat a = Object (CDataFormat a) |
| Pointer to an object of type DataFormat.
|
|
| type TDataFormat a = CDataFormat a |
| Inheritance type of the DataFormat class.
|
|
| data CDataFormat a |
| Abstract type of the DataFormat class.
|
|
|
| DataInputStream
|
|
| type DataInputStream a = Object (CDataInputStream a) |
| Pointer to an object of type DataInputStream.
|
|
| type TDataInputStream a = CDataInputStream a |
| Inheritance type of the DataInputStream class.
|
|
| data CDataInputStream a |
| Abstract type of the DataInputStream class.
|
|
|
| DataObject
|
|
| type DataObject a = Object (CDataObject a) |
| Pointer to an object of type DataObject.
|
|
| type TDataObject a = CDataObject a |
| Inheritance type of the DataObject class.
|
|
| data CDataObject a |
| Abstract type of the DataObject class.
|
|
|
| DataObjectComposite
|
|
| type DataObjectComposite a = DataObject (CDataObjectComposite a) |
| Pointer to an object of type DataObjectComposite, derived from DataObject.
|
|
| type TDataObjectComposite a = TDataObject (CDataObjectComposite a) |
| Inheritance type of the DataObjectComposite class.
|
|
| data CDataObjectComposite a |
| Abstract type of the DataObjectComposite class.
|
|
|
| DataObjectSimple
|
|
| type DataObjectSimple a = DataObject (CDataObjectSimple a) |
| Pointer to an object of type DataObjectSimple, derived from DataObject.
|
|
| type TDataObjectSimple a = TDataObject (CDataObjectSimple a) |
| Inheritance type of the DataObjectSimple class.
|
|
| data CDataObjectSimple a |
| Abstract type of the DataObjectSimple class.
|
|
|
| DataOutputStream
|
|
| type DataOutputStream a = Object (CDataOutputStream a) |
| Pointer to an object of type DataOutputStream.
|
|
| type TDataOutputStream a = CDataOutputStream a |
| Inheritance type of the DataOutputStream class.
|
|
| data CDataOutputStream a |
| Abstract type of the DataOutputStream class.
|
|
|
| Database
|
|
| type Database a = WxObject (CDatabase a) |
| Pointer to an object of type Database, derived from WxObject.
|
|
| type TDatabase a = TWxObject (CDatabase a) |
| Inheritance type of the Database class.
|
|
| data CDatabase a |
| Abstract type of the Database class.
|
|
|
| DateTime
|
|
| type DateTime a = Object (CDateTime a) |
| Pointer to an object of type DateTime.
|
|
| type TDateTime a = CDateTime a |
| Inheritance type of the DateTime class.
|
|
| data CDateTime a |
| Abstract type of the DateTime class.
|
|
|
| Db
|
|
| type Db a = Object (CDb a) |
| Pointer to an object of type Db.
|
|
| type TDb a = CDb a |
| Inheritance type of the Db class.
|
|
| data CDb a |
| Abstract type of the Db class.
|
|
|
| DbColDef
|
|
| type DbColDef a = Object (CDbColDef a) |
| Pointer to an object of type DbColDef.
|
|
| type TDbColDef a = CDbColDef a |
| Inheritance type of the DbColDef class.
|
|
| data CDbColDef a |
| Abstract type of the DbColDef class.
|
|
|
| DbColFor
|
|
| type DbColFor a = Object (CDbColFor a) |
| Pointer to an object of type DbColFor.
|
|
| type TDbColFor a = CDbColFor a |
| Inheritance type of the DbColFor class.
|
|
| data CDbColFor a |
| Abstract type of the DbColFor class.
|
|
|
| DbColInf
|
|
| type DbColInf a = Object (CDbColInf a) |
| Pointer to an object of type DbColInf.
|
|
| type TDbColInf a = CDbColInf a |
| Inheritance type of the DbColInf class.
|
|
| data CDbColInf a |
| Abstract type of the DbColInf class.
|
|
|
| DbColInfArray
|
|
| type DbColInfArray a = Object (CDbColInfArray a) |
| Pointer to an object of type DbColInfArray.
|
|
| type TDbColInfArray a = CDbColInfArray a |
| Inheritance type of the DbColInfArray class.
|
|
| data CDbColInfArray a |
| Abstract type of the DbColInfArray class.
|
|
|
| DbConnectInf
|
|
| type DbConnectInf a = Object (CDbConnectInf a) |
| Pointer to an object of type DbConnectInf.
|
|
| type TDbConnectInf a = CDbConnectInf a |
| Inheritance type of the DbConnectInf class.
|
|
| data CDbConnectInf a |
| Abstract type of the DbConnectInf class.
|
|
|
| DbInf
|
|
| type DbInf a = Object (CDbInf a) |
| Pointer to an object of type DbInf.
|
|
| type TDbInf a = CDbInf a |
| Inheritance type of the DbInf class.
|
|
| data CDbInf a |
| Abstract type of the DbInf class.
|
|
|
| DbSqlTypeInfo
|
|
| type DbSqlTypeInfo a = Object (CDbSqlTypeInfo a) |
| Pointer to an object of type DbSqlTypeInfo.
|
|
| type TDbSqlTypeInfo a = CDbSqlTypeInfo a |
| Inheritance type of the DbSqlTypeInfo class.
|
|
| data CDbSqlTypeInfo a |
| Abstract type of the DbSqlTypeInfo class.
|
|
|
| DbTable
|
|
| type DbTable a = Object (CDbTable a) |
| Pointer to an object of type DbTable.
|
|
| type TDbTable a = CDbTable a |
| Inheritance type of the DbTable class.
|
|
| data CDbTable a |
| Abstract type of the DbTable class.
|
|
|
| DbTableInf
|
|
| type DbTableInf a = Object (CDbTableInf a) |
| Pointer to an object of type DbTableInf.
|
|
| type TDbTableInf a = CDbTableInf a |
| Inheritance type of the DbTableInf class.
|
|
| data CDbTableInf a |
| Abstract type of the DbTableInf class.
|
|
|
| DbTableInfo
|
|
| type DbTableInfo a = Object (CDbTableInfo a) |
| Pointer to an object of type DbTableInfo.
|
|
| type TDbTableInfo a = CDbTableInfo a |
| Inheritance type of the DbTableInfo class.
|
|
| data CDbTableInfo a |
| Abstract type of the DbTableInfo class.
|
|
|
| DebugContext
|
|
| type DebugContext a = Object (CDebugContext a) |
| Pointer to an object of type DebugContext.
|
|
| type TDebugContext a = CDebugContext a |
| Inheritance type of the DebugContext class.
|
|
| data CDebugContext a |
| Abstract type of the DebugContext class.
|
|
|
| DialUpEvent
|
|
| type DialUpEvent a = Event (CDialUpEvent a) |
| Pointer to an object of type DialUpEvent, derived from Event.
|
|
| type TDialUpEvent a = TEvent (CDialUpEvent a) |
| Inheritance type of the DialUpEvent class.
|
|
| data CDialUpEvent a |
| Abstract type of the DialUpEvent class.
|
|
|
| DialUpManager
|
|
| type DialUpManager a = Object (CDialUpManager a) |
| Pointer to an object of type DialUpManager.
|
|
| type TDialUpManager a = CDialUpManager a |
| Inheritance type of the DialUpManager class.
|
|
| data CDialUpManager a |
| Abstract type of the DialUpManager class.
|
|
|
| Dialog
|
|
| type Dialog a = Window (CDialog a) |
| Pointer to an object of type Dialog, derived from Window.
|
|
| type TDialog a = TWindow (CDialog a) |
| Inheritance type of the Dialog class.
|
|
| data CDialog a |
| Abstract type of the Dialog class.
|
|
|
| DirDialog
|
|
| type DirDialog a = Dialog (CDirDialog a) |
| Pointer to an object of type DirDialog, derived from Dialog.
|
|
| type TDirDialog a = TDialog (CDirDialog a) |
| Inheritance type of the DirDialog class.
|
|
| data CDirDialog a |
| Abstract type of the DirDialog class.
|
|
|
| DirTraverser
|
|
| type DirTraverser a = Object (CDirTraverser a) |
| Pointer to an object of type DirTraverser.
|
|
| type TDirTraverser a = CDirTraverser a |
| Inheritance type of the DirTraverser class.
|
|
| data CDirTraverser a |
| Abstract type of the DirTraverser class.
|
|
|
| DocChildFrame
|
|
| type DocChildFrame a = Frame (CDocChildFrame a) |
| Pointer to an object of type DocChildFrame, derived from Frame.
|
|
| type TDocChildFrame a = TFrame (CDocChildFrame a) |
| Inheritance type of the DocChildFrame class.
|
|
| data CDocChildFrame a |
| Abstract type of the DocChildFrame class.
|
|
|
| DocMDIChildFrame
|
|
| type DocMDIChildFrame a = MDIChildFrame (CDocMDIChildFrame a) |
| Pointer to an object of type DocMDIChildFrame, derived from MDIChildFrame.
|
|
| type TDocMDIChildFrame a = TMDIChildFrame (CDocMDIChildFrame a) |
| Inheritance type of the DocMDIChildFrame class.
|
|
| data CDocMDIChildFrame a |
| Abstract type of the DocMDIChildFrame class.
|
|
|
| DocMDIParentFrame
|
|
| type DocMDIParentFrame a = MDIParentFrame (CDocMDIParentFrame a) |
| Pointer to an object of type DocMDIParentFrame, derived from MDIParentFrame.
|
|
| type TDocMDIParentFrame a = TMDIParentFrame (CDocMDIParentFrame a) |
| Inheritance type of the DocMDIParentFrame class.
|
|
| data CDocMDIParentFrame a |
| Abstract type of the DocMDIParentFrame class.
|
|
|
| DocManager
|
|
| type DocManager a = EvtHandler (CDocManager a) |
| Pointer to an object of type DocManager, derived from EvtHandler.
|
|
| type TDocManager a = TEvtHandler (CDocManager a) |
| Inheritance type of the DocManager class.
|
|
| data CDocManager a |
| Abstract type of the DocManager class.
|
|
|
| DocParentFrame
|
|
| type DocParentFrame a = Frame (CDocParentFrame a) |
| Pointer to an object of type DocParentFrame, derived from Frame.
|
|
| type TDocParentFrame a = TFrame (CDocParentFrame a) |
| Inheritance type of the DocParentFrame class.
|
|
| data CDocParentFrame a |
| Abstract type of the DocParentFrame class.
|
|
|
| DocTemplate
|
|
| type DocTemplate a = WxObject (CDocTemplate a) |
| Pointer to an object of type DocTemplate, derived from WxObject.
|
|
| type TDocTemplate a = TWxObject (CDocTemplate a) |
| Inheritance type of the DocTemplate class.
|
|
| data CDocTemplate a |
| Abstract type of the DocTemplate class.
|
|
|
| Document
|
|
| type Document a = EvtHandler (CDocument a) |
| Pointer to an object of type Document, derived from EvtHandler.
|
|
| type TDocument a = TEvtHandler (CDocument a) |
| Inheritance type of the Document class.
|
|
| data CDocument a |
| Abstract type of the Document class.
|
|
|
| DragImage
|
|
| type DragImage a = WxObject (CDragImage a) |
| Pointer to an object of type DragImage, derived from WxObject.
|
|
| type TDragImage a = TWxObject (CDragImage a) |
| Inheritance type of the DragImage class.
|
|
| data CDragImage a |
| Abstract type of the DragImage class.
|
|
|
| DrawControl
|
|
| type DrawControl a = Control (CDrawControl a) |
| Pointer to an object of type DrawControl, derived from Control.
|
|
| type TDrawControl a = TControl (CDrawControl a) |
| Inheritance type of the DrawControl class.
|
|
| data CDrawControl a |
| Abstract type of the DrawControl class.
|
|
|
| DrawWindow
|
|
| type DrawWindow a = Window (CDrawWindow a) |
| Pointer to an object of type DrawWindow, derived from Window.
|
|
| type TDrawWindow a = TWindow (CDrawWindow a) |
| Inheritance type of the DrawWindow class.
|
|
| data CDrawWindow a |
| Abstract type of the DrawWindow class.
|
|
|
| DropFilesEvent
|
|
| type DropFilesEvent a = Event (CDropFilesEvent a) |
| Pointer to an object of type DropFilesEvent, derived from Event.
|
|
| type TDropFilesEvent a = TEvent (CDropFilesEvent a) |
| Inheritance type of the DropFilesEvent class.
|
|
| data CDropFilesEvent a |
| Abstract type of the DropFilesEvent class.
|
|
|
| DropSource
|
|
| type DropSource a = Object (CDropSource a) |
| Pointer to an object of type DropSource.
|
|
| type TDropSource a = CDropSource a |
| Inheritance type of the DropSource class.
|
|
| data CDropSource a |
| Abstract type of the DropSource class.
|
|
|
| DropTarget
|
|
| type DropTarget a = Object (CDropTarget a) |
| Pointer to an object of type DropTarget.
|
|
| type TDropTarget a = CDropTarget a |
| Inheritance type of the DropTarget class.
|
|
| data CDropTarget a |
| Abstract type of the DropTarget class.
|
|
|
| DynToolInfo
|
|
| type DynToolInfo a = ToolLayoutItem (CDynToolInfo a) |
| Pointer to an object of type DynToolInfo, derived from ToolLayoutItem.
|
|
| type TDynToolInfo a = TToolLayoutItem (CDynToolInfo a) |
| Inheritance type of the DynToolInfo class.
|
|
| data CDynToolInfo a |
| Abstract type of the DynToolInfo class.
|
|
|
| DynamicLibrary
|
|
| type DynamicLibrary a = Object (CDynamicLibrary a) |
| Pointer to an object of type DynamicLibrary.
|
|
| type TDynamicLibrary a = CDynamicLibrary a |
| Inheritance type of the DynamicLibrary class.
|
|
| data CDynamicLibrary a |
| Abstract type of the DynamicLibrary class.
|
|
|
| DynamicSashWindow
|
|
| type DynamicSashWindow a = Window (CDynamicSashWindow a) |
| Pointer to an object of type DynamicSashWindow, derived from Window.
|
|
| type TDynamicSashWindow a = TWindow (CDynamicSashWindow a) |
| Inheritance type of the DynamicSashWindow class.
|
|
| data CDynamicSashWindow a |
| Abstract type of the DynamicSashWindow class.
|
|
|
| DynamicToolBar
|
|
| type DynamicToolBar a = ToolBarBase (CDynamicToolBar a) |
| Pointer to an object of type DynamicToolBar, derived from ToolBarBase.
|
|
| type TDynamicToolBar a = TToolBarBase (CDynamicToolBar a) |
| Inheritance type of the DynamicToolBar class.
|
|
| data CDynamicToolBar a |
| Abstract type of the DynamicToolBar class.
|
|
|
| EditableListBox
|
|
| type EditableListBox a = Panel (CEditableListBox a) |
| Pointer to an object of type EditableListBox, derived from Panel.
|
|
| type TEditableListBox a = TPanel (CEditableListBox a) |
| Inheritance type of the EditableListBox class.
|
|
| data CEditableListBox a |
| Abstract type of the EditableListBox class.
|
|
|
| EncodingConverter
|
|
| type EncodingConverter a = WxObject (CEncodingConverter a) |
| Pointer to an object of type EncodingConverter, derived from WxObject.
|
|
| type TEncodingConverter a = TWxObject (CEncodingConverter a) |
| Inheritance type of the EncodingConverter class.
|
|
| data CEncodingConverter a |
| Abstract type of the EncodingConverter class.
|
|
|
| EraseEvent
|
|
| type EraseEvent a = Event (CEraseEvent a) |
| Pointer to an object of type EraseEvent, derived from Event.
|
|
| type TEraseEvent a = TEvent (CEraseEvent a) |
| Inheritance type of the EraseEvent class.
|
|
| data CEraseEvent a |
| Abstract type of the EraseEvent class.
|
|
|
| Event
|
|
| type Event a = WxObject (CEvent a) |
| Pointer to an object of type Event, derived from WxObject.
|
|
| type TEvent a = TWxObject (CEvent a) |
| Inheritance type of the Event class.
|
|
| data CEvent a |
| Abstract type of the Event class.
|
|
|
| EvtHandler
|
|
| type EvtHandler a = WxObject (CEvtHandler a) |
| Pointer to an object of type EvtHandler, derived from WxObject.
|
|
| type TEvtHandler a = TWxObject (CEvtHandler a) |
| Inheritance type of the EvtHandler class.
|
|
| data CEvtHandler a |
| Abstract type of the EvtHandler class.
|
|
|
| ExprDatabase
|
|
| type ExprDatabase a = List (CExprDatabase a) |
| Pointer to an object of type ExprDatabase, derived from List.
|
|
| type TExprDatabase a = TList (CExprDatabase a) |
| Inheritance type of the ExprDatabase class.
|
|
| data CExprDatabase a |
| Abstract type of the ExprDatabase class.
|
|
|
| FFile
|
|
| type FFile a = Object (CFFile a) |
| Pointer to an object of type FFile.
|
|
| type TFFile a = CFFile a |
| Inheritance type of the FFile class.
|
|
| data CFFile a |
| Abstract type of the FFile class.
|
|
|
| FFileInputStream
|
|
| type FFileInputStream a = InputStream (CFFileInputStream a) |
| Pointer to an object of type FFileInputStream, derived from InputStream.
|
|
| type TFFileInputStream a = TInputStream (CFFileInputStream a) |
| Inheritance type of the FFileInputStream class.
|
|
| data CFFileInputStream a |
| Abstract type of the FFileInputStream class.
|
|
|
| FFileOutputStream
|
|
| type FFileOutputStream a = OutputStream (CFFileOutputStream a) |
| Pointer to an object of type FFileOutputStream, derived from OutputStream.
|
|
| type TFFileOutputStream a = TOutputStream (CFFileOutputStream a) |
| Inheritance type of the FFileOutputStream class.
|
|
| data CFFileOutputStream a |
| Abstract type of the FFileOutputStream class.
|
|
|
| FSFile
|
|
| type FSFile a = WxObject (CFSFile a) |
| Pointer to an object of type FSFile, derived from WxObject.
|
|
| type TFSFile a = TWxObject (CFSFile a) |
| Inheritance type of the FSFile class.
|
|
| data CFSFile a |
| Abstract type of the FSFile class.
|
|
|
| FTP
|
|
| type FTP a = Protocol (CFTP a) |
| Pointer to an object of type FTP, derived from Protocol.
|
|
| type TFTP a = TProtocol (CFTP a) |
| Inheritance type of the FTP class.
|
|
| data CFTP a |
| Abstract type of the FTP class.
|
|
|
| FileConfig
|
|
| type FileConfig a = ConfigBase (CFileConfig a) |
| Pointer to an object of type FileConfig, derived from ConfigBase.
|
|
| type TFileConfig a = TConfigBase (CFileConfig a) |
| Inheritance type of the FileConfig class.
|
|
| data CFileConfig a |
| Abstract type of the FileConfig class.
|
|
|
| FileDataObject
|
|
| type FileDataObject a = DataObjectSimple (CFileDataObject a) |
| Pointer to an object of type FileDataObject, derived from DataObjectSimple.
|
|
| type TFileDataObject a = TDataObjectSimple (CFileDataObject a) |
| Inheritance type of the FileDataObject class.
|
|
| data CFileDataObject a |
| Abstract type of the FileDataObject class.
|
|
|
| FileDialog
|
|
| type FileDialog a = Dialog (CFileDialog a) |
| Pointer to an object of type FileDialog, derived from Dialog.
|
|
| type TFileDialog a = TDialog (CFileDialog a) |
| Inheritance type of the FileDialog class.
|
|
| data CFileDialog a |
| Abstract type of the FileDialog class.
|
|
|
| FileDropTarget
|
|
| type FileDropTarget a = DropTarget (CFileDropTarget a) |
| Pointer to an object of type FileDropTarget, derived from DropTarget.
|
|
| type TFileDropTarget a = TDropTarget (CFileDropTarget a) |
| Inheritance type of the FileDropTarget class.
|
|
| data CFileDropTarget a |
| Abstract type of the FileDropTarget class.
|
|
|
| FileHistory
|
|
| type FileHistory a = WxObject (CFileHistory a) |
| Pointer to an object of type FileHistory, derived from WxObject.
|
|
| type TFileHistory a = TWxObject (CFileHistory a) |
| Inheritance type of the FileHistory class.
|
|
| data CFileHistory a |
| Abstract type of the FileHistory class.
|
|
|
| FileInputStream
|
|
| type FileInputStream a = InputStream (CFileInputStream a) |
| Pointer to an object of type FileInputStream, derived from InputStream.
|
|
| type TFileInputStream a = TInputStream (CFileInputStream a) |
| Inheritance type of the FileInputStream class.
|
|
| data CFileInputStream a |
| Abstract type of the FileInputStream class.
|
|
|
| FileName
|
|
| type FileName a = Object (CFileName a) |
| Pointer to an object of type FileName.
|
|
| type TFileName a = CFileName a |
| Inheritance type of the FileName class.
|
|
| data CFileName a |
| Abstract type of the FileName class.
|
|
|
| FileOutputStream
|
|
| type FileOutputStream a = OutputStream (CFileOutputStream a) |
| Pointer to an object of type FileOutputStream, derived from OutputStream.
|
|
| type TFileOutputStream a = TOutputStream (CFileOutputStream a) |
| Inheritance type of the FileOutputStream class.
|
|
| data CFileOutputStream a |
| Abstract type of the FileOutputStream class.
|
|
|
| FileSystem
|
|
| type FileSystem a = WxObject (CFileSystem a) |
| Pointer to an object of type FileSystem, derived from WxObject.
|
|
| type TFileSystem a = TWxObject (CFileSystem a) |
| Inheritance type of the FileSystem class.
|
|
| data CFileSystem a |
| Abstract type of the FileSystem class.
|
|
|
| FileSystemHandler
|
|
| type FileSystemHandler a = WxObject (CFileSystemHandler a) |
| Pointer to an object of type FileSystemHandler, derived from WxObject.
|
|
| type TFileSystemHandler a = TWxObject (CFileSystemHandler a) |
| Inheritance type of the FileSystemHandler class.
|
|
| data CFileSystemHandler a |
| Abstract type of the FileSystemHandler class.
|
|
|
| FileType
|
|
| type FileType a = Object (CFileType a) |
| Pointer to an object of type FileType.
|
|
| type TFileType a = CFileType a |
| Inheritance type of the FileType class.
|
|
| data CFileType a |
| Abstract type of the FileType class.
|
|
|
| FilterInputStream
|
|
| type FilterInputStream a = InputStream (CFilterInputStream a) |
| Pointer to an object of type FilterInputStream, derived from InputStream.
|
|
| type TFilterInputStream a = TInputStream (CFilterInputStream a) |
| Inheritance type of the FilterInputStream class.
|
|
| data CFilterInputStream a |
| Abstract type of the FilterInputStream class.
|
|
|
| FilterOutputStream
|
|
| type FilterOutputStream a = OutputStream (CFilterOutputStream a) |
| Pointer to an object of type FilterOutputStream, derived from OutputStream.
|
|
| type TFilterOutputStream a = TOutputStream (CFilterOutputStream a) |
| Inheritance type of the FilterOutputStream class.
|
|
| data CFilterOutputStream a |
| Abstract type of the FilterOutputStream class.
|
|
|
| FindDialogEvent
|
|
| type FindDialogEvent a = CommandEvent (CFindDialogEvent a) |
| Pointer to an object of type FindDialogEvent, derived from CommandEvent.
|
|
| type TFindDialogEvent a = TCommandEvent (CFindDialogEvent a) |
| Inheritance type of the FindDialogEvent class.
|
|
| data CFindDialogEvent a |
| Abstract type of the FindDialogEvent class.
|
|
|
| FindReplaceData
|
|
| type FindReplaceData a = WxObject (CFindReplaceData a) |
| Pointer to an object of type FindReplaceData, derived from WxObject.
|
|
| type TFindReplaceData a = TWxObject (CFindReplaceData a) |
| Inheritance type of the FindReplaceData class.
|
|
| data CFindReplaceData a |
| Abstract type of the FindReplaceData class.
|
|
|
| FindReplaceDialog
|
|
| type FindReplaceDialog a = Dialog (CFindReplaceDialog a) |
| Pointer to an object of type FindReplaceDialog, derived from Dialog.
|
|
| type TFindReplaceDialog a = TDialog (CFindReplaceDialog a) |
| Inheritance type of the FindReplaceDialog class.
|
|
| data CFindReplaceDialog a |
| Abstract type of the FindReplaceDialog class.
|
|
|
| FlexGridSizer
|
|
| type FlexGridSizer a = GridSizer (CFlexGridSizer a) |
| Pointer to an object of type FlexGridSizer, derived from GridSizer.
|
|
| type TFlexGridSizer a = TGridSizer (CFlexGridSizer a) |
| Inheritance type of the FlexGridSizer class.
|
|
| data CFlexGridSizer a |
| Abstract type of the FlexGridSizer class.
|
|
|
| FocusEvent
|
|
| type FocusEvent a = Event (CFocusEvent a) |
| Pointer to an object of type FocusEvent, derived from Event.
|
|
| type TFocusEvent a = TEvent (CFocusEvent a) |
| Inheritance type of the FocusEvent class.
|
|
| data CFocusEvent a |
| Abstract type of the FocusEvent class.
|
|
|
| Font
|
|
| type Font a = GDIObject (CFont a) |
| Pointer to an object of type Font, derived from GDIObject.
|
|
| type TFont a = TGDIObject (CFont a) |
| Inheritance type of the Font class.
|
|
| data CFont a |
| Abstract type of the Font class.
|
|
|
| FontData
|
|
| type FontData a = WxObject (CFontData a) |
| Pointer to an object of type FontData, derived from WxObject.
|
|
| type TFontData a = TWxObject (CFontData a) |
| Inheritance type of the FontData class.
|
|
| data CFontData a |
| Abstract type of the FontData class.
|
|
|
| FontDialog
|
|
| type FontDialog a = Dialog (CFontDialog a) |
| Pointer to an object of type FontDialog, derived from Dialog.
|
|
| type TFontDialog a = TDialog (CFontDialog a) |
| Inheritance type of the FontDialog class.
|
|
| data CFontDialog a |
| Abstract type of the FontDialog class.
|
|
|
| FontEnumerator
|
|
| type FontEnumerator a = Object (CFontEnumerator a) |
| Pointer to an object of type FontEnumerator.
|
|
| type TFontEnumerator a = CFontEnumerator a |
| Inheritance type of the FontEnumerator class.
|
|
| data CFontEnumerator a |
| Abstract type of the FontEnumerator class.
|
|
|
| FontList
|
|
| type FontList a = List (CFontList a) |
| Pointer to an object of type FontList, derived from List.
|
|
| type TFontList a = TList (CFontList a) |
| Inheritance type of the FontList class.
|
|
| data CFontList a |
| Abstract type of the FontList class.
|
|
|
| FontMapper
|
|
| type FontMapper a = Object (CFontMapper a) |
| Pointer to an object of type FontMapper.
|
|
| type TFontMapper a = CFontMapper a |
| Inheritance type of the FontMapper class.
|
|
| data CFontMapper a |
| Abstract type of the FontMapper class.
|
|
|
| Frame
|
|
| type Frame a = Window (CFrame a) |
| Pointer to an object of type Frame, derived from Window.
|
|
| type TFrame a = TWindow (CFrame a) |
| Inheritance type of the Frame class.
|
|
| data CFrame a |
| Abstract type of the Frame class.
|
|
|
| FrameLayout
|
|
| type FrameLayout a = EvtHandler (CFrameLayout a) |
| Pointer to an object of type FrameLayout, derived from EvtHandler.
|
|
| type TFrameLayout a = TEvtHandler (CFrameLayout a) |
| Inheritance type of the FrameLayout class.
|
|
| data CFrameLayout a |
| Abstract type of the FrameLayout class.
|
|
|
| GDIObject
|
|
| type GDIObject a = WxObject (CGDIObject a) |
| Pointer to an object of type GDIObject, derived from WxObject.
|
|
| type TGDIObject a = TWxObject (CGDIObject a) |
| Inheritance type of the GDIObject class.
|
|
| data CGDIObject a |
| Abstract type of the GDIObject class.
|
|
|
| GLCanvas
|
|
| type GLCanvas a = Window (CGLCanvas a) |
| Pointer to an object of type GLCanvas, derived from Window.
|
|
| type TGLCanvas a = TWindow (CGLCanvas a) |
| Inheritance type of the GLCanvas class.
|
|
| data CGLCanvas a |
| Abstract type of the GLCanvas class.
|
|
|
| Gauge
|
|
| type Gauge a = Control (CGauge a) |
| Pointer to an object of type Gauge, derived from Control.
|
|
| type TGauge a = TControl (CGauge a) |
| Inheritance type of the Gauge class.
|
|
| data CGauge a |
| Abstract type of the Gauge class.
|
|
|
| Gauge95
|
|
| type Gauge95 a = Gauge (CGauge95 a) |
| Pointer to an object of type Gauge95, derived from Gauge.
|
|
| type TGauge95 a = TGauge (CGauge95 a) |
| Inheritance type of the Gauge95 class.
|
|
| data CGauge95 a |
| Abstract type of the Gauge95 class.
|
|
|
| GaugeMSW
|
|
| type GaugeMSW a = Gauge (CGaugeMSW a) |
| Pointer to an object of type GaugeMSW, derived from Gauge.
|
|
| type TGaugeMSW a = TGauge (CGaugeMSW a) |
| Inheritance type of the GaugeMSW class.
|
|
| data CGaugeMSW a |
| Abstract type of the GaugeMSW class.
|
|
|
| GenericDirCtrl
|
|
| type GenericDirCtrl a = Control (CGenericDirCtrl a) |
| Pointer to an object of type GenericDirCtrl, derived from Control.
|
|
| type TGenericDirCtrl a = TControl (CGenericDirCtrl a) |
| Inheritance type of the GenericDirCtrl class.
|
|
| data CGenericDirCtrl a |
| Abstract type of the GenericDirCtrl class.
|
|
|
| GenericDragImage
|
|
| type GenericDragImage a = DragImage (CGenericDragImage a) |
| Pointer to an object of type GenericDragImage, derived from DragImage.
|
|
| type TGenericDragImage a = TDragImage (CGenericDragImage a) |
| Inheritance type of the GenericDragImage class.
|
|
| data CGenericDragImage a |
| Abstract type of the GenericDragImage class.
|
|
|
| GenericValidator
|
|
| type GenericValidator a = Validator (CGenericValidator a) |
| Pointer to an object of type GenericValidator, derived from Validator.
|
|
| type TGenericValidator a = TValidator (CGenericValidator a) |
| Inheritance type of the GenericValidator class.
|
|
| data CGenericValidator a |
| Abstract type of the GenericValidator class.
|
|
|
| Grid
|
|
| type Grid a = ScrolledWindow (CGrid a) |
| Pointer to an object of type Grid, derived from ScrolledWindow.
|
|
| type TGrid a = TScrolledWindow (CGrid a) |
| Inheritance type of the Grid class.
|
|
| data CGrid a |
| Abstract type of the Grid class.
|
|
|
| GridCellAttr
|
|
| type GridCellAttr a = Object (CGridCellAttr a) |
| Pointer to an object of type GridCellAttr.
|
|
| type TGridCellAttr a = CGridCellAttr a |
| Inheritance type of the GridCellAttr class.
|
|
| data CGridCellAttr a |
| Abstract type of the GridCellAttr class.
|
|
|
| GridCellBoolEditor
|
|
| type GridCellBoolEditor a = GridCellEditor (CGridCellBoolEditor a) |
| Pointer to an object of type GridCellBoolEditor, derived from GridCellEditor.
|
|
| type TGridCellBoolEditor a = TGridCellEditor (CGridCellBoolEditor a) |
| Inheritance type of the GridCellBoolEditor class.
|
|
| data CGridCellBoolEditor a |
| Abstract type of the GridCellBoolEditor class.
|
|
|
| GridCellBoolRenderer
|
|
| type GridCellBoolRenderer a = GridCellRenderer (CGridCellBoolRenderer a) |
| Pointer to an object of type GridCellBoolRenderer, derived from GridCellRenderer.
|
|
| type TGridCellBoolRenderer a = TGridCellRenderer (CGridCellBoolRenderer a) |
| Inheritance type of the GridCellBoolRenderer class.
|
|
| data CGridCellBoolRenderer a |
| Abstract type of the GridCellBoolRenderer class.
|
|
|
| GridCellChoiceEditor
|
|
| type GridCellChoiceEditor a = GridCellEditor (CGridCellChoiceEditor a) |
| Pointer to an object of type GridCellChoiceEditor, derived from GridCellEditor.
|
|
| type TGridCellChoiceEditor a = TGridCellEditor (CGridCellChoiceEditor a) |
| Inheritance type of the GridCellChoiceEditor class.
|
|
| data CGridCellChoiceEditor a |
| Abstract type of the GridCellChoiceEditor class.
|
|
|
| GridCellCoordsArray
|
|
| type GridCellCoordsArray a = Object (CGridCellCoordsArray a) |
| Pointer to an object of type GridCellCoordsArray.
|
|
| type TGridCellCoordsArray a = CGridCellCoordsArray a |
| Inheritance type of the GridCellCoordsArray class.
|
|
| data CGridCellCoordsArray a |
| Abstract type of the GridCellCoordsArray class.
|
|
|
| GridCellEditor
|
|
| type GridCellEditor a = GridCellWorker (CGridCellEditor a) |
| Pointer to an object of type GridCellEditor, derived from GridCellWorker.
|
|
| type TGridCellEditor a = TGridCellWorker (CGridCellEditor a) |
| Inheritance type of the GridCellEditor class.
|
|
| data CGridCellEditor a |
| Abstract type of the GridCellEditor class.
|
|
|
| GridCellFloatEditor
|
|
| type GridCellFloatEditor a = GridCellTextEditor (CGridCellFloatEditor a) |
| Pointer to an object of type GridCellFloatEditor, derived from GridCellTextEditor.
|
|
| type TGridCellFloatEditor a = TGridCellTextEditor (CGridCellFloatEditor a) |
| Inheritance type of the GridCellFloatEditor class.
|
|
| data CGridCellFloatEditor a |
| Abstract type of the GridCellFloatEditor class.
|
|
|
| GridCellFloatRenderer
|
|
| type GridCellFloatRenderer a = GridCellStringRenderer (CGridCellFloatRenderer a) |
| Pointer to an object of type GridCellFloatRenderer, derived from GridCellStringRenderer.
|
|
| type TGridCellFloatRenderer a = TGridCellStringRenderer (CGridCellFloatRenderer a) |
| Inheritance type of the GridCellFloatRenderer class.
|
|
| data CGridCellFloatRenderer a |
| Abstract type of the GridCellFloatRenderer class.
|
|
|
| GridCellNumberEditor
|
|
| type GridCellNumberEditor a = GridCellTextEditor (CGridCellNumberEditor a) |
| Pointer to an object of type GridCellNumberEditor, derived from GridCellTextEditor.
|
|
| type TGridCellNumberEditor a = TGridCellTextEditor (CGridCellNumberEditor a) |
| Inheritance type of the GridCellNumberEditor class.
|
|
| data CGridCellNumberEditor a |
| Abstract type of the GridCellNumberEditor class.
|
|
|
| GridCellNumberRenderer
|
|
| type GridCellNumberRenderer a = GridCellStringRenderer (CGridCellNumberRenderer a) |
| Pointer to an object of type GridCellNumberRenderer, derived from GridCellStringRenderer.
|
|
| type TGridCellNumberRenderer a = TGridCellStringRenderer (CGridCellNumberRenderer a) |
| Inheritance type of the GridCellNumberRenderer class.
|
|
| data CGridCellNumberRenderer a |
| Abstract type of the GridCellNumberRenderer class.
|
|
|
| GridCellRenderer
|
|
| type GridCellRenderer a = GridCellWorker (CGridCellRenderer a) |
| Pointer to an object of type GridCellRenderer, derived from GridCellWorker.
|
|
| type TGridCellRenderer a = TGridCellWorker (CGridCellRenderer a) |
| Inheritance type of the GridCellRenderer class.
|
|
| data CGridCellRenderer a |
| Abstract type of the GridCellRenderer class.
|
|
|
| GridCellStringRenderer
|
|
| type GridCellStringRenderer a = GridCellRenderer (CGridCellStringRenderer a) |
| Pointer to an object of type GridCellStringRenderer, derived from GridCellRenderer.
|
|
| type TGridCellStringRenderer a = TGridCellRenderer (CGridCellStringRenderer a) |
| Inheritance type of the GridCellStringRenderer class.
|
|
| data CGridCellStringRenderer a |
| Abstract type of the GridCellStringRenderer class.
|
|
|
| GridCellTextEditor
|
|
| type GridCellTextEditor a = GridCellEditor (CGridCellTextEditor a) |
| Pointer to an object of type GridCellTextEditor, derived from GridCellEditor.
|
|
| type TGridCellTextEditor a = TGridCellEditor (CGridCellTextEditor a) |
| Inheritance type of the GridCellTextEditor class.
|
|
| data CGridCellTextEditor a |
| Abstract type of the GridCellTextEditor class.
|
|
|
| GridCellTextEnterEditor
|
|
| type GridCellTextEnterEditor a = GridCellTextEditor (CGridCellTextEnterEditor a) |
| Pointer to an object of type GridCellTextEnterEditor, derived from GridCellTextEditor.
|
|
| type TGridCellTextEnterEditor a = TGridCellTextEditor (CGridCellTextEnterEditor a) |
| Inheritance type of the GridCellTextEnterEditor class.
|
|
| data CGridCellTextEnterEditor a |
| Abstract type of the GridCellTextEnterEditor class.
|
|
|
| GridCellWorker
|
|
| type GridCellWorker a = Object (CGridCellWorker a) |
| Pointer to an object of type GridCellWorker.
|
|
| type TGridCellWorker a = CGridCellWorker a |
| Inheritance type of the GridCellWorker class.
|
|
| data CGridCellWorker a |
| Abstract type of the GridCellWorker class.
|
|
|
| GridEditorCreatedEvent
|
|
| type GridEditorCreatedEvent a = CommandEvent (CGridEditorCreatedEvent a) |
| Pointer to an object of type GridEditorCreatedEvent, derived from CommandEvent.
|
|
| type TGridEditorCreatedEvent a = TCommandEvent (CGridEditorCreatedEvent a) |
| Inheritance type of the GridEditorCreatedEvent class.
|
|
| data CGridEditorCreatedEvent a |
| Abstract type of the GridEditorCreatedEvent class.
|
|
|
| GridEvent
|
|
| type GridEvent a = NotifyEvent (CGridEvent a) |
| Pointer to an object of type GridEvent, derived from NotifyEvent.
|
|
| type TGridEvent a = TNotifyEvent (CGridEvent a) |
| Inheritance type of the GridEvent class.
|
|
| data CGridEvent a |
| Abstract type of the GridEvent class.
|
|
|
| GridRangeSelectEvent
|
|
| type GridRangeSelectEvent a = NotifyEvent (CGridRangeSelectEvent a) |
| Pointer to an object of type GridRangeSelectEvent, derived from NotifyEvent.
|
|
| type TGridRangeSelectEvent a = TNotifyEvent (CGridRangeSelectEvent a) |
| Inheritance type of the GridRangeSelectEvent class.
|
|
| data CGridRangeSelectEvent a |
| Abstract type of the GridRangeSelectEvent class.
|
|
|
| GridSizeEvent
|
|
| type GridSizeEvent a = NotifyEvent (CGridSizeEvent a) |
| Pointer to an object of type GridSizeEvent, derived from NotifyEvent.
|
|
| type TGridSizeEvent a = TNotifyEvent (CGridSizeEvent a) |
| Inheritance type of the GridSizeEvent class.
|
|
| data CGridSizeEvent a |
| Abstract type of the GridSizeEvent class.
|
|
|
| GridSizer
|
|
| type GridSizer a = Sizer (CGridSizer a) |
| Pointer to an object of type GridSizer, derived from Sizer.
|
|
| type TGridSizer a = TSizer (CGridSizer a) |
| Inheritance type of the GridSizer class.
|
|
| data CGridSizer a |
| Abstract type of the GridSizer class.
|
|
|
| GridTableBase
|
|
| type GridTableBase a = WxObject (CGridTableBase a) |
| Pointer to an object of type GridTableBase, derived from WxObject.
|
|
| type TGridTableBase a = TWxObject (CGridTableBase a) |
| Inheritance type of the GridTableBase class.
|
|
| data CGridTableBase a |
| Abstract type of the GridTableBase class.
|
|
|
| HDBC
|
|
| type HDBC a = Object (CHDBC a) |
| Pointer to an object of type HDBC.
|
|
| type THDBC a = CHDBC a |
| Inheritance type of the HDBC class.
|
|
| data CHDBC a |
| Abstract type of the HDBC class.
|
|
|
| HENV
|
|
| type HENV a = Object (CHENV a) |
| Pointer to an object of type HENV.
|
|
| type THENV a = CHENV a |
| Inheritance type of the HENV class.
|
|
| data CHENV a |
| Abstract type of the HENV class.
|
|
|
| HSTMT
|
|
| type HSTMT a = Object (CHSTMT a) |
| Pointer to an object of type HSTMT.
|
|
| type THSTMT a = CHSTMT a |
| Inheritance type of the HSTMT class.
|
|
| data CHSTMT a |
| Abstract type of the HSTMT class.
|
|
|
| HTTP
|
|
| type HTTP a = Protocol (CHTTP a) |
| Pointer to an object of type HTTP, derived from Protocol.
|
|
| type THTTP a = TProtocol (CHTTP a) |
| Inheritance type of the HTTP class.
|
|
| data CHTTP a |
| Abstract type of the HTTP class.
|
|
|
| HashMap
|
|
| type HashMap a = Object (CHashMap a) |
| Pointer to an object of type HashMap.
|
|
| type THashMap a = CHashMap a |
| Inheritance type of the HashMap class.
|
|
| data CHashMap a |
| Abstract type of the HashMap class.
|
|
|
| HelpController
|
|
| type HelpController a = HelpControllerBase (CHelpController a) |
| Pointer to an object of type HelpController, derived from HelpControllerBase.
|
|
| type THelpController a = THelpControllerBase (CHelpController a) |
| Inheritance type of the HelpController class.
|
|
| data CHelpController a |
| Abstract type of the HelpController class.
|
|
|
| HelpControllerBase
|
|
| type HelpControllerBase a = WxObject (CHelpControllerBase a) |
| Pointer to an object of type HelpControllerBase, derived from WxObject.
|
|
| type THelpControllerBase a = TWxObject (CHelpControllerBase a) |
| Inheritance type of the HelpControllerBase class.
|
|
| data CHelpControllerBase a |
| Abstract type of the HelpControllerBase class.
|
|
|
| HelpControllerHelpProvider
|
|
| type HelpControllerHelpProvider a = SimpleHelpProvider (CHelpControllerHelpProvider a) |
| Pointer to an object of type HelpControllerHelpProvider, derived from SimpleHelpProvider.
|
|
| type THelpControllerHelpProvider a = TSimpleHelpProvider (CHelpControllerHelpProvider a) |
| Inheritance type of the HelpControllerHelpProvider class.
|
|
| data CHelpControllerHelpProvider a |
| Abstract type of the HelpControllerHelpProvider class.
|
|
|
| HelpEvent
|
|
| type HelpEvent a = CommandEvent (CHelpEvent a) |
| Pointer to an object of type HelpEvent, derived from CommandEvent.
|
|
| type THelpEvent a = TCommandEvent (CHelpEvent a) |
| Inheritance type of the HelpEvent class.
|
|
| data CHelpEvent a |
| Abstract type of the HelpEvent class.
|
|
|
| HelpProvider
|
|
| type HelpProvider a = Object (CHelpProvider a) |
| Pointer to an object of type HelpProvider.
|
|
| type THelpProvider a = CHelpProvider a |
| Inheritance type of the HelpProvider class.
|
|
| data CHelpProvider a |
| Abstract type of the HelpProvider class.
|
|
|
| HtmlCell
|
|
| type HtmlCell a = WxObject (CHtmlCell a) |
| Pointer to an object of type HtmlCell, derived from WxObject.
|
|
| type THtmlCell a = TWxObject (CHtmlCell a) |
| Inheritance type of the HtmlCell class.
|
|
| data CHtmlCell a |
| Abstract type of the HtmlCell class.
|
|
|
| HtmlColourCell
|
|
| type HtmlColourCell a = HtmlCell (CHtmlColourCell a) |
| Pointer to an object of type HtmlColourCell, derived from HtmlCell.
|
|
| type THtmlColourCell a = THtmlCell (CHtmlColourCell a) |
| Inheritance type of the HtmlColourCell class.
|
|
| data CHtmlColourCell a |
| Abstract type of the HtmlColourCell class.
|
|
|
| HtmlContainerCell
|
|
| type HtmlContainerCell a = HtmlCell (CHtmlContainerCell a) |
| Pointer to an object of type HtmlContainerCell, derived from HtmlCell.
|
|
| type THtmlContainerCell a = THtmlCell (CHtmlContainerCell a) |
| Inheritance type of the HtmlContainerCell class.
|
|
| data CHtmlContainerCell a |
| Abstract type of the HtmlContainerCell class.
|
|
|
| HtmlDCRenderer
|
|
| type HtmlDCRenderer a = WxObject (CHtmlDCRenderer a) |
| Pointer to an object of type HtmlDCRenderer, derived from WxObject.
|
|
| type THtmlDCRenderer a = TWxObject (CHtmlDCRenderer a) |
| Inheritance type of the HtmlDCRenderer class.
|
|
| data CHtmlDCRenderer a |
| Abstract type of the HtmlDCRenderer class.
|
|
|
| HtmlEasyPrinting
|
|
| type HtmlEasyPrinting a = WxObject (CHtmlEasyPrinting a) |
| Pointer to an object of type HtmlEasyPrinting, derived from WxObject.
|
|
| type THtmlEasyPrinting a = TWxObject (CHtmlEasyPrinting a) |
| Inheritance type of the HtmlEasyPrinting class.
|
|
| data CHtmlEasyPrinting a |
| Abstract type of the HtmlEasyPrinting class.
|
|
|
| HtmlFilter
|
|
| type HtmlFilter a = WxObject (CHtmlFilter a) |
| Pointer to an object of type HtmlFilter, derived from WxObject.
|
|
| type THtmlFilter a = TWxObject (CHtmlFilter a) |
| Inheritance type of the HtmlFilter class.
|
|
| data CHtmlFilter a |
| Abstract type of the HtmlFilter class.
|
|
|
| HtmlHelpController
|
|
| type HtmlHelpController a = HelpControllerBase (CHtmlHelpController a) |
| Pointer to an object of type HtmlHelpController, derived from HelpControllerBase.
|
|
| type THtmlHelpController a = THelpControllerBase (CHtmlHelpController a) |
| Inheritance type of the HtmlHelpController class.
|
|
| data CHtmlHelpController a |
| Abstract type of the HtmlHelpController class.
|
|
|
| HtmlHelpData
|
|
| type HtmlHelpData a = WxObject (CHtmlHelpData a) |
| Pointer to an object of type HtmlHelpData, derived from WxObject.
|
|
| type THtmlHelpData a = TWxObject (CHtmlHelpData a) |
| Inheritance type of the HtmlHelpData class.
|
|
| data CHtmlHelpData a |
| Abstract type of the HtmlHelpData class.
|
|
|
| HtmlHelpFrame
|
|
| type HtmlHelpFrame a = Frame (CHtmlHelpFrame a) |
| Pointer to an object of type HtmlHelpFrame, derived from Frame.
|
|
| type THtmlHelpFrame a = TFrame (CHtmlHelpFrame a) |
| Inheritance type of the HtmlHelpFrame class.
|
|
| data CHtmlHelpFrame a |
| Abstract type of the HtmlHelpFrame class.
|
|
|
| HtmlLinkInfo
|
|
| type HtmlLinkInfo a = WxObject (CHtmlLinkInfo a) |
| Pointer to an object of type HtmlLinkInfo, derived from WxObject.
|
|
| type THtmlLinkInfo a = TWxObject (CHtmlLinkInfo a) |
| Inheritance type of the HtmlLinkInfo class.
|
|
| data CHtmlLinkInfo a |
| Abstract type of the HtmlLinkInfo class.
|
|
|
| HtmlParser
|
|
| type HtmlParser a = WxObject (CHtmlParser a) |
| Pointer to an object of type HtmlParser, derived from WxObject.
|
|
| type THtmlParser a = TWxObject (CHtmlParser a) |
| Inheritance type of the HtmlParser class.
|
|
| data CHtmlParser a |
| Abstract type of the HtmlParser class.
|
|
|
| HtmlPrintout
|
|
| type HtmlPrintout a = Printout (CHtmlPrintout a) |
| Pointer to an object of type HtmlPrintout, derived from Printout.
|
|
| type THtmlPrintout a = TPrintout (CHtmlPrintout a) |
| Inheritance type of the HtmlPrintout class.
|
|
| data CHtmlPrintout a |
| Abstract type of the HtmlPrintout class.
|
|
|
| HtmlTag
|
|
| type HtmlTag a = WxObject (CHtmlTag a) |
| Pointer to an object of type HtmlTag, derived from WxObject.
|
|
| type THtmlTag a = TWxObject (CHtmlTag a) |
| Inheritance type of the HtmlTag class.
|
|
| data CHtmlTag a |
| Abstract type of the HtmlTag class.
|
|
|
| HtmlTagHandler
|
|
| type HtmlTagHandler a = WxObject (CHtmlTagHandler a) |
| Pointer to an object of type HtmlTagHandler, derived from WxObject.
|
|
| type THtmlTagHandler a = TWxObject (CHtmlTagHandler a) |
| Inheritance type of the HtmlTagHandler class.
|
|
| data CHtmlTagHandler a |
| Abstract type of the HtmlTagHandler class.
|
|
|
| HtmlTagsModule
|
|
| type HtmlTagsModule a = Module (CHtmlTagsModule a) |
| Pointer to an object of type HtmlTagsModule, derived from Module.
|
|
| type THtmlTagsModule a = TModule (CHtmlTagsModule a) |
| Inheritance type of the HtmlTagsModule class.
|
|
| data CHtmlTagsModule a |
| Abstract type of the HtmlTagsModule class.
|
|
|
| HtmlWidgetCell
|
|
| type HtmlWidgetCell a = HtmlCell (CHtmlWidgetCell a) |
| Pointer to an object of type HtmlWidgetCell, derived from HtmlCell.
|
|
| type THtmlWidgetCell a = THtmlCell (CHtmlWidgetCell a) |
| Inheritance type of the HtmlWidgetCell class.
|
|
| data CHtmlWidgetCell a |
| Abstract type of the HtmlWidgetCell class.
|
|
|
| HtmlWinParser
|
|
| type HtmlWinParser a = HtmlParser (CHtmlWinParser a) |
| Pointer to an object of type HtmlWinParser, derived from HtmlParser.
|
|
| type THtmlWinParser a = THtmlParser (CHtmlWinParser a) |
| Inheritance type of the HtmlWinParser class.
|
|
| data CHtmlWinParser a |
| Abstract type of the HtmlWinParser class.
|
|
|
| HtmlWinTagHandler
|
|
| type HtmlWinTagHandler a = HtmlTagHandler (CHtmlWinTagHandler a) |
| Pointer to an object of type HtmlWinTagHandler, derived from HtmlTagHandler.
|
|
| type THtmlWinTagHandler a = THtmlTagHandler (CHtmlWinTagHandler a) |
| Inheritance type of the HtmlWinTagHandler class.
|
|
| data CHtmlWinTagHandler a |
| Abstract type of the HtmlWinTagHandler class.
|
|
|
| HtmlWindow
|
|
| type HtmlWindow a = ScrolledWindow (CHtmlWindow a) |
| Pointer to an object of type HtmlWindow, derived from ScrolledWindow.
|
|
| type THtmlWindow a = TScrolledWindow (CHtmlWindow a) |
| Inheritance type of the HtmlWindow class.
|
|
| data CHtmlWindow a |
| Abstract type of the HtmlWindow class.
|
|
|
| IPV4address
|
|
| type IPV4address a = SockAddress (CIPV4address a) |
| Pointer to an object of type IPV4address, derived from SockAddress.
|
|
| type TIPV4address a = TSockAddress (CIPV4address a) |
| Inheritance type of the IPV4address class.
|
|
| data CIPV4address a |
| Abstract type of the IPV4address class.
|
|
|
| Icon
|
|
| type Icon a = Bitmap (CIcon a) |
| Pointer to an object of type Icon, derived from Bitmap.
|
|
| type TIcon a = TBitmap (CIcon a) |
| Inheritance type of the Icon class.
|
|
| data CIcon a |
| Abstract type of the Icon class.
|
|
|
| IconBundle
|
|
| type IconBundle a = Object (CIconBundle a) |
| Pointer to an object of type IconBundle.
|
|
| type TIconBundle a = CIconBundle a |
| Inheritance type of the IconBundle class.
|
|
| data CIconBundle a |
| Abstract type of the IconBundle class.
|
|
|
| IconizeEvent
|
|
| type IconizeEvent a = Event (CIconizeEvent a) |
| Pointer to an object of type IconizeEvent, derived from Event.
|
|
| type TIconizeEvent a = TEvent (CIconizeEvent a) |
| Inheritance type of the IconizeEvent class.
|
|
| data CIconizeEvent a |
| Abstract type of the IconizeEvent class.
|
|
|
| IdleEvent
|
|
| type IdleEvent a = Event (CIdleEvent a) |
| Pointer to an object of type IdleEvent, derived from Event.
|
|
| type TIdleEvent a = TEvent (CIdleEvent a) |
| Inheritance type of the IdleEvent class.
|
|
| data CIdleEvent a |
| Abstract type of the IdleEvent class.
|
|
|
| Image
|
|
| type Image a = WxObject (CImage a) |
| Pointer to an object of type Image, derived from WxObject.
|
|
| type TImage a = TWxObject (CImage a) |
| Inheritance type of the Image class.
|
|
| data CImage a |
| Abstract type of the Image class.
|
|
|
| ImageHandler
|
|
| type ImageHandler a = WxObject (CImageHandler a) |
| Pointer to an object of type ImageHandler, derived from WxObject.
|
|
| type TImageHandler a = TWxObject (CImageHandler a) |
| Inheritance type of the ImageHandler class.
|
|
| data CImageHandler a |
| Abstract type of the ImageHandler class.
|
|
|
| ImageList
|
|
| type ImageList a = WxObject (CImageList a) |
| Pointer to an object of type ImageList, derived from WxObject.
|
|
| type TImageList a = TWxObject (CImageList a) |
| Inheritance type of the ImageList class.
|
|
| data CImageList a |
| Abstract type of the ImageList class.
|
|
|
| IndividualLayoutConstraint
|
|
| type IndividualLayoutConstraint a = WxObject (CIndividualLayoutConstraint a) |
| Pointer to an object of type IndividualLayoutConstraint, derived from WxObject.
|
|
| type TIndividualLayoutConstraint a = TWxObject (CIndividualLayoutConstraint a) |
| Inheritance type of the IndividualLayoutConstraint class.
|
|
| data CIndividualLayoutConstraint a |
| Abstract type of the IndividualLayoutConstraint class.
|
|
|
| InitDialogEvent
|
|
| type InitDialogEvent a = Event (CInitDialogEvent a) |
| Pointer to an object of type InitDialogEvent, derived from Event.
|
|
| type TInitDialogEvent a = TEvent (CInitDialogEvent a) |
| Inheritance type of the InitDialogEvent class.
|
|
| data CInitDialogEvent a |
| Abstract type of the InitDialogEvent class.
|
|
|
| InputSink
|
|
| type InputSink a = Thread (CInputSink a) |
| Pointer to an object of type InputSink, derived from Thread.
|
|
| type TInputSink a = TThread (CInputSink a) |
| Inheritance type of the InputSink class.
|
|
| data CInputSink a |
| Abstract type of the InputSink class.
|
|
|
| InputSinkEvent
|
|
| type InputSinkEvent a = Event (CInputSinkEvent a) |
| Pointer to an object of type InputSinkEvent, derived from Event.
|
|
| type TInputSinkEvent a = TEvent (CInputSinkEvent a) |
| Inheritance type of the InputSinkEvent class.
|
|
| data CInputSinkEvent a |
| Abstract type of the InputSinkEvent class.
|
|
|
| InputStream
|
|
| type InputStream a = StreamBase (CInputStream a) |
| Pointer to an object of type InputStream, derived from StreamBase.
|
|
| type TInputStream a = TStreamBase (CInputStream a) |
| Inheritance type of the InputStream class.
|
|
| data CInputStream a |
| Abstract type of the InputStream class.
|
|
|
| Joystick
|
|
| type Joystick a = WxObject (CJoystick a) |
| Pointer to an object of type Joystick, derived from WxObject.
|
|
| type TJoystick a = TWxObject (CJoystick a) |
| Inheritance type of the Joystick class.
|
|
| data CJoystick a |
| Abstract type of the Joystick class.
|
|
|
| JoystickEvent
|
|
| type JoystickEvent a = Event (CJoystickEvent a) |
| Pointer to an object of type JoystickEvent, derived from Event.
|
|
| type TJoystickEvent a = TEvent (CJoystickEvent a) |
| Inheritance type of the JoystickEvent class.
|
|
| data CJoystickEvent a |
| Abstract type of the JoystickEvent class.
|
|
|
| KeyEvent
|
|
| type KeyEvent a = Event (CKeyEvent a) |
| Pointer to an object of type KeyEvent, derived from Event.
|
|
| type TKeyEvent a = TEvent (CKeyEvent a) |
| Inheritance type of the KeyEvent class.
|
|
| data CKeyEvent a |
| Abstract type of the KeyEvent class.
|
|
|
| LEDNumberCtrl
|
|
| type LEDNumberCtrl a = Control (CLEDNumberCtrl a) |
| Pointer to an object of type LEDNumberCtrl, derived from Control.
|
|
| type TLEDNumberCtrl a = TControl (CLEDNumberCtrl a) |
| Inheritance type of the LEDNumberCtrl class.
|
|
| data CLEDNumberCtrl a |
| Abstract type of the LEDNumberCtrl class.
|
|
|
| LayoutAlgorithm
|
|
| type LayoutAlgorithm a = WxObject (CLayoutAlgorithm a) |
| Pointer to an object of type LayoutAlgorithm, derived from WxObject.
|
|
| type TLayoutAlgorithm a = TWxObject (CLayoutAlgorithm a) |
| Inheritance type of the LayoutAlgorithm class.
|
|
| data CLayoutAlgorithm a |
| Abstract type of the LayoutAlgorithm class.
|
|
|
| LayoutConstraints
|
|
| type LayoutConstraints a = WxObject (CLayoutConstraints a) |
| Pointer to an object of type LayoutConstraints, derived from WxObject.
|
|
| type TLayoutConstraints a = TWxObject (CLayoutConstraints a) |
| Inheritance type of the LayoutConstraints class.
|
|
| data CLayoutConstraints a |
| Abstract type of the LayoutConstraints class.
|
|
|
| List
|
|
| type List a = WxObject (CList a) |
| Pointer to an object of type List, derived from WxObject.
|
|
| type TList a = TWxObject (CList a) |
| Inheritance type of the List class.
|
|
| data CList a |
| Abstract type of the List class.
|
|
|
| ListBox
|
|
| type ListBox a = Control (CListBox a) |
| Pointer to an object of type ListBox, derived from Control.
|
|
| type TListBox a = TControl (CListBox a) |
| Inheritance type of the ListBox class.
|
|
| data CListBox a |
| Abstract type of the ListBox class.
|
|
|
| ListCtrl
|
|
| type ListCtrl a = Control (CListCtrl a) |
| Pointer to an object of type ListCtrl, derived from Control.
|
|
| type TListCtrl a = TControl (CListCtrl a) |
| Inheritance type of the ListCtrl class.
|
|
| data CListCtrl a |
| Abstract type of the ListCtrl class.
|
|
|
| ListEvent
|
|
| type ListEvent a = NotifyEvent (CListEvent a) |
| Pointer to an object of type ListEvent, derived from NotifyEvent.
|
|
| type TListEvent a = TNotifyEvent (CListEvent a) |
| Inheritance type of the ListEvent class.
|
|
| data CListEvent a |
| Abstract type of the ListEvent class.
|
|
|
| ListItem
|
|
| type ListItem a = WxObject (CListItem a) |
| Pointer to an object of type ListItem, derived from WxObject.
|
|
| type TListItem a = TWxObject (CListItem a) |
| Inheritance type of the ListItem class.
|
|
| data CListItem a |
| Abstract type of the ListItem class.
|
|
|
| Locale
|
|
| type Locale a = Object (CLocale a) |
| Pointer to an object of type Locale.
|
|
| type TLocale a = CLocale a |
| Inheritance type of the Locale class.
|
|
| data CLocale a |
| Abstract type of the Locale class.
|
|
|
| Log
|
|
| type Log a = Object (CLog a) |
| Pointer to an object of type Log.
|
|
| type TLog a = CLog a |
| Inheritance type of the Log class.
|
|
| data CLog a |
| Abstract type of the Log class.
|
|
|
| LogChain
|
|
| type LogChain a = Log (CLogChain a) |
| Pointer to an object of type LogChain, derived from Log.
|
|
| type TLogChain a = TLog (CLogChain a) |
| Inheritance type of the LogChain class.
|
|
| data CLogChain a |
| Abstract type of the LogChain class.
|
|
|
| LogGUI
|
|
| type LogGUI a = Log (CLogGUI a) |
| Pointer to an object of type LogGUI, derived from Log.
|
|
| type TLogGUI a = TLog (CLogGUI a) |
| Inheritance type of the LogGUI class.
|
|
| data CLogGUI a |
| Abstract type of the LogGUI class.
|
|
|
| LogNull
|
|
| type LogNull a = Log (CLogNull a) |
| Pointer to an object of type LogNull, derived from Log.
|
|
| type TLogNull a = TLog (CLogNull a) |
| Inheritance type of the LogNull class.
|
|
| data CLogNull a |
| Abstract type of the LogNull class.
|
|
|
| LogPassThrough
|
|
| type LogPassThrough a = LogChain (CLogPassThrough a) |
| Pointer to an object of type LogPassThrough, derived from LogChain.
|
|
| type TLogPassThrough a = TLogChain (CLogPassThrough a) |
| Inheritance type of the LogPassThrough class.
|
|
| data CLogPassThrough a |
| Abstract type of the LogPassThrough class.
|
|
|
| LogStderr
|
|
| type LogStderr a = Log (CLogStderr a) |
| Pointer to an object of type LogStderr, derived from Log.
|
|
| type TLogStderr a = TLog (CLogStderr a) |
| Inheritance type of the LogStderr class.
|
|
| data CLogStderr a |
| Abstract type of the LogStderr class.
|
|
|
| LogStream
|
|
| type LogStream a = Log (CLogStream a) |
| Pointer to an object of type LogStream, derived from Log.
|
|
| type TLogStream a = TLog (CLogStream a) |
| Inheritance type of the LogStream class.
|
|
| data CLogStream a |
| Abstract type of the LogStream class.
|
|
|
| LogTextCtrl
|
|
| type LogTextCtrl a = Log (CLogTextCtrl a) |
| Pointer to an object of type LogTextCtrl, derived from Log.
|
|
| type TLogTextCtrl a = TLog (CLogTextCtrl a) |
| Inheritance type of the LogTextCtrl class.
|
|
| data CLogTextCtrl a |
| Abstract type of the LogTextCtrl class.
|
|
|
| LogWindow
|
|
| type LogWindow a = LogPassThrough (CLogWindow a) |
| Pointer to an object of type LogWindow, derived from LogPassThrough.
|
|
| type TLogWindow a = TLogPassThrough (CLogWindow a) |
| Inheritance type of the LogWindow class.
|
|
| data CLogWindow a |
| Abstract type of the LogWindow class.
|
|
|
| LongLong
|
|
| type LongLong a = Object (CLongLong a) |
| Pointer to an object of type LongLong.
|
|
| type TLongLong a = CLongLong a |
| Inheritance type of the LongLong class.
|
|
| data CLongLong a |
| Abstract type of the LongLong class.
|
|
|
| MBConv
|
|
| type MBConv a = Object (CMBConv a) |
| Pointer to an object of type MBConv.
|
|
| type TMBConv a = CMBConv a |
| Inheritance type of the MBConv class.
|
|
| data CMBConv a |
| Abstract type of the MBConv class.
|
|
|
| MBConvFile
|
|
| type MBConvFile a = MBConv (CMBConvFile a) |
| Pointer to an object of type MBConvFile, derived from MBConv.
|
|
| type TMBConvFile a = TMBConv (CMBConvFile a) |
| Inheritance type of the MBConvFile class.
|
|
| data CMBConvFile a |
| Abstract type of the MBConvFile class.
|
|
|
| MBConvUTF7
|
|
| type MBConvUTF7 a = MBConv (CMBConvUTF7 a) |
| Pointer to an object of type MBConvUTF7, derived from MBConv.
|
|
| type TMBConvUTF7 a = TMBConv (CMBConvUTF7 a) |
| Inheritance type of the MBConvUTF7 class.
|
|
| data CMBConvUTF7 a |
| Abstract type of the MBConvUTF7 class.
|
|
|
| MBConvUTF8
|
|
| type MBConvUTF8 a = MBConv (CMBConvUTF8 a) |
| Pointer to an object of type MBConvUTF8, derived from MBConv.
|
|
| type TMBConvUTF8 a = TMBConv (CMBConvUTF8 a) |
| Inheritance type of the MBConvUTF8 class.
|
|
| data CMBConvUTF8 a |
| Abstract type of the MBConvUTF8 class.
|
|
|
| MDIChildFrame
|
|
| type MDIChildFrame a = Frame (CMDIChildFrame a) |
| Pointer to an object of type MDIChildFrame, derived from Frame.
|
|
| type TMDIChildFrame a = TFrame (CMDIChildFrame a) |
| Inheritance type of the MDIChildFrame class.
|
|
| data CMDIChildFrame a |
| Abstract type of the MDIChildFrame class.
|
|
|
| MDIClientWindow
|
|
| type MDIClientWindow a = Window (CMDIClientWindow a) |
| Pointer to an object of type MDIClientWindow, derived from Window.
|
|
| type TMDIClientWindow a = TWindow (CMDIClientWindow a) |
| Inheritance type of the MDIClientWindow class.
|
|
| data CMDIClientWindow a |
| Abstract type of the MDIClientWindow class.
|
|
|
| MDIParentFrame
|
|
| type MDIParentFrame a = Frame (CMDIParentFrame a) |
| Pointer to an object of type MDIParentFrame, derived from Frame.
|
|
| type TMDIParentFrame a = TFrame (CMDIParentFrame a) |
| Inheritance type of the MDIParentFrame class.
|
|
| data CMDIParentFrame a |
| Abstract type of the MDIParentFrame class.
|
|
|
| Mask
|
|
| type Mask a = WxObject (CMask a) |
| Pointer to an object of type Mask, derived from WxObject.
|
|
| type TMask a = TWxObject (CMask a) |
| Inheritance type of the Mask class.
|
|
| data CMask a |
| Abstract type of the Mask class.
|
|
|
| MaximizeEvent
|
|
| type MaximizeEvent a = Event (CMaximizeEvent a) |
| Pointer to an object of type MaximizeEvent, derived from Event.
|
|
| type TMaximizeEvent a = TEvent (CMaximizeEvent a) |
| Inheritance type of the MaximizeEvent class.
|
|
| data CMaximizeEvent a |
| Abstract type of the MaximizeEvent class.
|
|
|
| MediaCtrl
|
|
| type MediaCtrl a = Window (CMediaCtrl a) |
| Pointer to an object of type MediaCtrl, derived from Window.
|
|
| type TMediaCtrl a = TWindow (CMediaCtrl a) |
| Inheritance type of the MediaCtrl class.
|
|
| data CMediaCtrl a |
| Abstract type of the MediaCtrl class.
|
|
|
| MemoryBuffer
|
|
| type MemoryBuffer a = Object (CMemoryBuffer a) |
| Pointer to an object of type MemoryBuffer.
|
|
| type TMemoryBuffer a = CMemoryBuffer a |
| Inheritance type of the MemoryBuffer class.
|
|
| data CMemoryBuffer a |
| Abstract type of the MemoryBuffer class.
|
|
|
| MemoryDC
|
|
| type MemoryDC a = DC (CMemoryDC a) |
| Pointer to an object of type MemoryDC, derived from DC.
|
|
| type TMemoryDC a = TDC (CMemoryDC a) |
| Inheritance type of the MemoryDC class.
|
|
| data CMemoryDC a |
| Abstract type of the MemoryDC class.
|
|
|
| MemoryFSHandler
|
|
| type MemoryFSHandler a = FileSystemHandler (CMemoryFSHandler a) |
| Pointer to an object of type MemoryFSHandler, derived from FileSystemHandler.
|
|
| type TMemoryFSHandler a = TFileSystemHandler (CMemoryFSHandler a) |
| Inheritance type of the MemoryFSHandler class.
|
|
| data CMemoryFSHandler a |
| Abstract type of the MemoryFSHandler class.
|
|
|
| MemoryInputStream
|
|
| type MemoryInputStream a = InputStream (CMemoryInputStream a) |
| Pointer to an object of type MemoryInputStream, derived from InputStream.
|
|
| type TMemoryInputStream a = TInputStream (CMemoryInputStream a) |
| Inheritance type of the MemoryInputStream class.
|
|
| data CMemoryInputStream a |
| Abstract type of the MemoryInputStream class.
|
|
|
| MemoryOutputStream
|
|
| type MemoryOutputStream a = OutputStream (CMemoryOutputStream a) |
| Pointer to an object of type MemoryOutputStream, derived from OutputStream.
|
|
| type TMemoryOutputStream a = TOutputStream (CMemoryOutputStream a) |
| Inheritance type of the MemoryOutputStream class.
|
|
| data CMemoryOutputStream a |
| Abstract type of the MemoryOutputStream class.
|
|
|
| Menu
|
|
| type Menu a = EvtHandler (CMenu a) |
| Pointer to an object of type Menu, derived from EvtHandler.
|
|
| type TMenu a = TEvtHandler (CMenu a) |
| Inheritance type of the Menu class.
|
|
| data CMenu a |
| Abstract type of the Menu class.
|
|
|
| MenuBar
|
|
| type MenuBar a = EvtHandler (CMenuBar a) |
| Pointer to an object of type MenuBar, derived from EvtHandler.
|
|
| type TMenuBar a = TEvtHandler (CMenuBar a) |
| Inheritance type of the MenuBar class.
|
|
| data CMenuBar a |
| Abstract type of the MenuBar class.
|
|
|
| MenuEvent
|
|
| type MenuEvent a = Event (CMenuEvent a) |
| Pointer to an object of type MenuEvent, derived from Event.
|
|
| type TMenuEvent a = TEvent (CMenuEvent a) |
| Inheritance type of the MenuEvent class.
|
|
| data CMenuEvent a |
| Abstract type of the MenuEvent class.
|
|
|
| MenuItem
|
|
| type MenuItem a = WxObject (CMenuItem a) |
| Pointer to an object of type MenuItem, derived from WxObject.
|
|
| type TMenuItem a = TWxObject (CMenuItem a) |
| Inheritance type of the MenuItem class.
|
|
| data CMenuItem a |
| Abstract type of the MenuItem class.
|
|
|
| MessageDialog
|
|
| type MessageDialog a = Dialog (CMessageDialog a) |
| Pointer to an object of type MessageDialog, derived from Dialog.
|
|
| type TMessageDialog a = TDialog (CMessageDialog a) |
| Inheritance type of the MessageDialog class.
|
|
| data CMessageDialog a |
| Abstract type of the MessageDialog class.
|
|
|
| Metafile
|
|
| type Metafile a = WxObject (CMetafile a) |
| Pointer to an object of type Metafile, derived from WxObject.
|
|
| type TMetafile a = TWxObject (CMetafile a) |
| Inheritance type of the Metafile class.
|
|
| data CMetafile a |
| Abstract type of the Metafile class.
|
|
|
| MetafileDC
|
|
| type MetafileDC a = DC (CMetafileDC a) |
| Pointer to an object of type MetafileDC, derived from DC.
|
|
| type TMetafileDC a = TDC (CMetafileDC a) |
| Inheritance type of the MetafileDC class.
|
|
| data CMetafileDC a |
| Abstract type of the MetafileDC class.
|
|
|
| MimeTypesManager
|
|
| type MimeTypesManager a = Object (CMimeTypesManager a) |
| Pointer to an object of type MimeTypesManager.
|
|
| type TMimeTypesManager a = CMimeTypesManager a |
| Inheritance type of the MimeTypesManager class.
|
|
| data CMimeTypesManager a |
| Abstract type of the MimeTypesManager class.
|
|
|
| MiniFrame
|
|
| type MiniFrame a = Frame (CMiniFrame a) |
| Pointer to an object of type MiniFrame, derived from Frame.
|
|
| type TMiniFrame a = TFrame (CMiniFrame a) |
| Inheritance type of the MiniFrame class.
|
|
| data CMiniFrame a |
| Abstract type of the MiniFrame class.
|
|
|
| Module
|
|
| type Module a = WxObject (CModule a) |
| Pointer to an object of type Module, derived from WxObject.
|
|
| type TModule a = TWxObject (CModule a) |
| Inheritance type of the Module class.
|
|
| data CModule a |
| Abstract type of the Module class.
|
|
|
| MouseCaptureChangedEvent
|
|
| type MouseCaptureChangedEvent a = Event (CMouseCaptureChangedEvent a) |
| Pointer to an object of type MouseCaptureChangedEvent, derived from Event.
|
|
| type TMouseCaptureChangedEvent a = TEvent (CMouseCaptureChangedEvent a) |
| Inheritance type of the MouseCaptureChangedEvent class.
|
|
| data CMouseCaptureChangedEvent a |
| Abstract type of the MouseCaptureChangedEvent class.
|
|
|
| MouseEvent
|
|
| type MouseEvent a = Event (CMouseEvent a) |
| Pointer to an object of type MouseEvent, derived from Event.
|
|
| type TMouseEvent a = TEvent (CMouseEvent a) |
| Inheritance type of the MouseEvent class.
|
|
| data CMouseEvent a |
| Abstract type of the MouseEvent class.
|
|
|
| MoveEvent
|
|
| type MoveEvent a = Event (CMoveEvent a) |
| Pointer to an object of type MoveEvent, derived from Event.
|
|
| type TMoveEvent a = TEvent (CMoveEvent a) |
| Inheritance type of the MoveEvent class.
|
|
| data CMoveEvent a |
| Abstract type of the MoveEvent class.
|
|
|
| MultiCellCanvas
|
|
| type MultiCellCanvas a = FlexGridSizer (CMultiCellCanvas a) |
| Pointer to an object of type MultiCellCanvas, derived from FlexGridSizer.
|
|
| type TMultiCellCanvas a = TFlexGridSizer (CMultiCellCanvas a) |
| Inheritance type of the MultiCellCanvas class.
|
|
| data CMultiCellCanvas a |
| Abstract type of the MultiCellCanvas class.
|
|
|
| MultiCellItemHandle
|
|
| type MultiCellItemHandle a = WxObject (CMultiCellItemHandle a) |
| Pointer to an object of type MultiCellItemHandle, derived from WxObject.
|
|
| type TMultiCellItemHandle a = TWxObject (CMultiCellItemHandle a) |
| Inheritance type of the MultiCellItemHandle class.
|
|
| data CMultiCellItemHandle a |
| Abstract type of the MultiCellItemHandle class.
|
|
|
| MultiCellSizer
|
|
| type MultiCellSizer a = Sizer (CMultiCellSizer a) |
| Pointer to an object of type MultiCellSizer, derived from Sizer.
|
|
| type TMultiCellSizer a = TSizer (CMultiCellSizer a) |
| Inheritance type of the MultiCellSizer class.
|
|
| data CMultiCellSizer a |
| Abstract type of the MultiCellSizer class.
|
|
|
| Mutex
|
|
| type Mutex a = Object (CMutex a) |
| Pointer to an object of type Mutex.
|
|
| type TMutex a = CMutex a |
| Inheritance type of the Mutex class.
|
|
| data CMutex a |
| Abstract type of the Mutex class.
|
|
|
| MutexLocker
|
|
| type MutexLocker a = Object (CMutexLocker a) |
| Pointer to an object of type MutexLocker.
|
|
| type TMutexLocker a = CMutexLocker a |
| Inheritance type of the MutexLocker class.
|
|
| data CMutexLocker a |
| Abstract type of the MutexLocker class.
|
|
|
| NavigationKeyEvent
|
|
| type NavigationKeyEvent a = Event (CNavigationKeyEvent a) |
| Pointer to an object of type NavigationKeyEvent, derived from Event.
|
|
| type TNavigationKeyEvent a = TEvent (CNavigationKeyEvent a) |
| Inheritance type of the NavigationKeyEvent class.
|
|
| data CNavigationKeyEvent a |
| Abstract type of the NavigationKeyEvent class.
|
|
|
| NewBitmapButton
|
|
| type NewBitmapButton a = Panel (CNewBitmapButton a) |
| Pointer to an object of type NewBitmapButton, derived from Panel.
|
|
| type TNewBitmapButton a = TPanel (CNewBitmapButton a) |
| Inheritance type of the NewBitmapButton class.
|
|
| data CNewBitmapButton a |
| Abstract type of the NewBitmapButton class.
|
|
|
| NodeBase
|
|
| type NodeBase a = Object (CNodeBase a) |
| Pointer to an object of type NodeBase.
|
|
| type TNodeBase a = CNodeBase a |
| Inheritance type of the NodeBase class.
|
|
| data CNodeBase a |
| Abstract type of the NodeBase class.
|
|
|
| Notebook
|
|
| type Notebook a = Control (CNotebook a) |
| Pointer to an object of type Notebook, derived from Control.
|
|
| type TNotebook a = TControl (CNotebook a) |
| Inheritance type of the Notebook class.
|
|
| data CNotebook a |
| Abstract type of the Notebook class.
|
|
|
| NotebookEvent
|
|
| type NotebookEvent a = NotifyEvent (CNotebookEvent a) |
| Pointer to an object of type NotebookEvent, derived from NotifyEvent.
|
|
| type TNotebookEvent a = TNotifyEvent (CNotebookEvent a) |
| Inheritance type of the NotebookEvent class.
|
|
| data CNotebookEvent a |
| Abstract type of the NotebookEvent class.
|
|
|
| NotebookSizer
|
|
| type NotebookSizer a = Sizer (CNotebookSizer a) |
| Pointer to an object of type NotebookSizer, derived from Sizer.
|
|
| type TNotebookSizer a = TSizer (CNotebookSizer a) |
| Inheritance type of the NotebookSizer class.
|
|
| data CNotebookSizer a |
| Abstract type of the NotebookSizer class.
|
|
|
| NotifyEvent
|
|
| type NotifyEvent a = CommandEvent (CNotifyEvent a) |
| Pointer to an object of type NotifyEvent, derived from CommandEvent.
|
|
| type TNotifyEvent a = TCommandEvent (CNotifyEvent a) |
| Inheritance type of the NotifyEvent class.
|
|
| data CNotifyEvent a |
| Abstract type of the NotifyEvent class.
|
|
|
| ObjectRefData
|
|
| type ObjectRefData a = Object (CObjectRefData a) |
| Pointer to an object of type ObjectRefData.
|
|
| type TObjectRefData a = CObjectRefData a |
| Inheritance type of the ObjectRefData class.
|
|
| data CObjectRefData a |
| Abstract type of the ObjectRefData class.
|
|
|
| OutputStream
|
|
| type OutputStream a = StreamBase (COutputStream a) |
| Pointer to an object of type OutputStream, derived from StreamBase.
|
|
| type TOutputStream a = TStreamBase (COutputStream a) |
| Inheritance type of the OutputStream class.
|
|
| data COutputStream a |
| Abstract type of the OutputStream class.
|
|
|
| PageSetupDialog
|
|
| type PageSetupDialog a = Dialog (CPageSetupDialog a) |
| Pointer to an object of type PageSetupDialog, derived from Dialog.
|
|
| type TPageSetupDialog a = TDialog (CPageSetupDialog a) |
| Inheritance type of the PageSetupDialog class.
|
|
| data CPageSetupDialog a |
| Abstract type of the PageSetupDialog class.
|
|
|
| PageSetupDialogData
|
|
| type PageSetupDialogData a = WxObject (CPageSetupDialogData a) |
| Pointer to an object of type PageSetupDialogData, derived from WxObject.
|
|
| type TPageSetupDialogData a = TWxObject (CPageSetupDialogData a) |
| Inheritance type of the PageSetupDialogData class.
|
|
| data CPageSetupDialogData a |
| Abstract type of the PageSetupDialogData class.
|
|
|
| PaintDC
|
|
| type PaintDC a = WindowDC (CPaintDC a) |
| Pointer to an object of type PaintDC, derived from WindowDC.
|
|
| type TPaintDC a = TWindowDC (CPaintDC a) |
| Inheritance type of the PaintDC class.
|
|
| data CPaintDC a |
| Abstract type of the PaintDC class.
|
|
|
| PaintEvent
|
|
| type PaintEvent a = Event (CPaintEvent a) |
| Pointer to an object of type PaintEvent, derived from Event.
|
|
| type TPaintEvent a = TEvent (CPaintEvent a) |
| Inheritance type of the PaintEvent class.
|
|
| data CPaintEvent a |
| Abstract type of the PaintEvent class.
|
|
|
| Palette
|
|
| type Palette a = GDIObject (CPalette a) |
| Pointer to an object of type Palette, derived from GDIObject.
|
|
| type TPalette a = TGDIObject (CPalette a) |
| Inheritance type of the Palette class.
|
|
| data CPalette a |
| Abstract type of the Palette class.
|
|
|
| PaletteChangedEvent
|
|
| type PaletteChangedEvent a = Event (CPaletteChangedEvent a) |
| Pointer to an object of type PaletteChangedEvent, derived from Event.
|
|
| type TPaletteChangedEvent a = TEvent (CPaletteChangedEvent a) |
| Inheritance type of the PaletteChangedEvent class.
|
|
| data CPaletteChangedEvent a |
| Abstract type of the PaletteChangedEvent class.
|
|
|
| Panel
|
|
| type Panel a = Window (CPanel a) |
| Pointer to an object of type Panel, derived from Window.
|
|
| type TPanel a = TWindow (CPanel a) |
| Inheritance type of the Panel class.
|
|
| data CPanel a |
| Abstract type of the Panel class.
|
|
|
| PathList
|
|
| type PathList a = List (CPathList a) |
| Pointer to an object of type PathList, derived from List.
|
|
| type TPathList a = TList (CPathList a) |
| Inheritance type of the PathList class.
|
|
| data CPathList a |
| Abstract type of the PathList class.
|
|
|
| Pen
|
|
| type Pen a = GDIObject (CPen a) |
| Pointer to an object of type Pen, derived from GDIObject.
|
|
| type TPen a = TGDIObject (CPen a) |
| Inheritance type of the Pen class.
|
|
| data CPen a |
| Abstract type of the Pen class.
|
|
|
| PenList
|
|
| type PenList a = List (CPenList a) |
| Pointer to an object of type PenList, derived from List.
|
|
| type TPenList a = TList (CPenList a) |
| Inheritance type of the PenList class.
|
|
| data CPenList a |
| Abstract type of the PenList class.
|
|
|
| PlotCurve
|
|
| type PlotCurve a = WxObject (CPlotCurve a) |
| Pointer to an object of type PlotCurve, derived from WxObject.
|
|
| type TPlotCurve a = TWxObject (CPlotCurve a) |
| Inheritance type of the PlotCurve class.
|
|
| data CPlotCurve a |
| Abstract type of the PlotCurve class.
|
|
|
| PlotEvent
|
|
| type PlotEvent a = NotifyEvent (CPlotEvent a) |
| Pointer to an object of type PlotEvent, derived from NotifyEvent.
|
|
| type TPlotEvent a = TNotifyEvent (CPlotEvent a) |
| Inheritance type of the PlotEvent class.
|
|
| data CPlotEvent a |
| Abstract type of the PlotEvent class.
|
|
|
| PlotOnOffCurve
|
|
| type PlotOnOffCurve a = WxObject (CPlotOnOffCurve a) |
| Pointer to an object of type PlotOnOffCurve, derived from WxObject.
|
|
| type TPlotOnOffCurve a = TWxObject (CPlotOnOffCurve a) |
| Inheritance type of the PlotOnOffCurve class.
|
|
| data CPlotOnOffCurve a |
| Abstract type of the PlotOnOffCurve class.
|
|
|
| PlotWindow
|
|
| type PlotWindow a = ScrolledWindow (CPlotWindow a) |
| Pointer to an object of type PlotWindow, derived from ScrolledWindow.
|
|
| type TPlotWindow a = TScrolledWindow (CPlotWindow a) |
| Inheritance type of the PlotWindow class.
|
|
| data CPlotWindow a |
| Abstract type of the PlotWindow class.
|
|
|
| PopupTransientWindow
|
|
| type PopupTransientWindow a = PopupWindow (CPopupTransientWindow a) |
| Pointer to an object of type PopupTransientWindow, derived from PopupWindow.
|
|
| type TPopupTransientWindow a = TPopupWindow (CPopupTransientWindow a) |
| Inheritance type of the PopupTransientWindow class.
|
|
| data CPopupTransientWindow a |
| Abstract type of the PopupTransientWindow class.
|
|
|
| PopupWindow
|
|
| type PopupWindow a = Window (CPopupWindow a) |
| Pointer to an object of type PopupWindow, derived from Window.
|
|
| type TPopupWindow a = TWindow (CPopupWindow a) |
| Inheritance type of the PopupWindow class.
|
|
| data CPopupWindow a |
| Abstract type of the PopupWindow class.
|
|
|
| PostScriptDC
|
|
| type PostScriptDC a = DC (CPostScriptDC a) |
| Pointer to an object of type PostScriptDC, derived from DC.
|
|
| type TPostScriptDC a = TDC (CPostScriptDC a) |
| Inheritance type of the PostScriptDC class.
|
|
| data CPostScriptDC a |
| Abstract type of the PostScriptDC class.
|
|
|
| PostScriptPrintNativeData
|
|
| type PostScriptPrintNativeData a = WxObject (CPostScriptPrintNativeData a) |
| Pointer to an object of type PostScriptPrintNativeData, derived from WxObject.
|
|
| type TPostScriptPrintNativeData a = TWxObject (CPostScriptPrintNativeData a) |
| Inheritance type of the PostScriptPrintNativeData class.
|
|
| data CPostScriptPrintNativeData a |
| Abstract type of the PostScriptPrintNativeData class.
|
|
|
| PreviewCanvas
|
|
| type PreviewCanvas a = ScrolledWindow (CPreviewCanvas a) |
| Pointer to an object of type PreviewCanvas, derived from ScrolledWindow.
|
|
| type TPreviewCanvas a = TScrolledWindow (CPreviewCanvas a) |
| Inheritance type of the PreviewCanvas class.
|
|
| data CPreviewCanvas a |
| Abstract type of the PreviewCanvas class.
|
|
|
| PreviewControlBar
|
|
| type PreviewControlBar a = Panel (CPreviewControlBar a) |
| Pointer to an object of type PreviewControlBar, derived from Panel.
|
|
| type TPreviewControlBar a = TPanel (CPreviewControlBar a) |
| Inheritance type of the PreviewControlBar class.
|
|
| data CPreviewControlBar a |
| Abstract type of the PreviewControlBar class.
|
|
|
| PreviewFrame
|
|
| type PreviewFrame a = Frame (CPreviewFrame a) |
| Pointer to an object of type PreviewFrame, derived from Frame.
|
|
| type TPreviewFrame a = TFrame (CPreviewFrame a) |
| Inheritance type of the PreviewFrame class.
|
|
| data CPreviewFrame a |
| Abstract type of the PreviewFrame class.
|
|
|
| PrintData
|
|
| type PrintData a = WxObject (CPrintData a) |
| Pointer to an object of type PrintData, derived from WxObject.
|
|
| type TPrintData a = TWxObject (CPrintData a) |
| Inheritance type of the PrintData class.
|
|
| data CPrintData a |
| Abstract type of the PrintData class.
|
|
|
| PrintDialog
|
|
| type PrintDialog a = Dialog (CPrintDialog a) |
| Pointer to an object of type PrintDialog, derived from Dialog.
|
|
| type TPrintDialog a = TDialog (CPrintDialog a) |
| Inheritance type of the PrintDialog class.
|
|
| data CPrintDialog a |
| Abstract type of the PrintDialog class.
|
|
|
| PrintDialogData
|
|
| type PrintDialogData a = WxObject (CPrintDialogData a) |
| Pointer to an object of type PrintDialogData, derived from WxObject.
|
|
| type TPrintDialogData a = TWxObject (CPrintDialogData a) |
| Inheritance type of the PrintDialogData class.
|
|
| data CPrintDialogData a |
| Abstract type of the PrintDialogData class.
|
|
|
| PrintPreview
|
|
| type PrintPreview a = WxObject (CPrintPreview a) |
| Pointer to an object of type PrintPreview, derived from WxObject.
|
|
| type TPrintPreview a = TWxObject (CPrintPreview a) |
| Inheritance type of the PrintPreview class.
|
|
| data CPrintPreview a |
| Abstract type of the PrintPreview class.
|
|
|
| Printer
|
|
| type Printer a = WxObject (CPrinter a) |
| Pointer to an object of type Printer, derived from WxObject.
|
|
| type TPrinter a = TWxObject (CPrinter a) |
| Inheritance type of the Printer class.
|
|
| data CPrinter a |
| Abstract type of the Printer class.
|
|
|
| PrinterDC
|
|
| type PrinterDC a = DC (CPrinterDC a) |
| Pointer to an object of type PrinterDC, derived from DC.
|
|
| type TPrinterDC a = TDC (CPrinterDC a) |
| Inheritance type of the PrinterDC class.
|
|
| data CPrinterDC a |
| Abstract type of the PrinterDC class.
|
|
|
| Printout
|
|
| type Printout a = WxObject (CPrintout a) |
| Pointer to an object of type Printout, derived from WxObject.
|
|
| type TPrintout a = TWxObject (CPrintout a) |
| Inheritance type of the Printout class.
|
|
| data CPrintout a |
| Abstract type of the Printout class.
|
|
|
| PrivateDropTarget
|
|
| type PrivateDropTarget a = DropTarget (CPrivateDropTarget a) |
| Pointer to an object of type PrivateDropTarget, derived from DropTarget.
|
|
| type TPrivateDropTarget a = TDropTarget (CPrivateDropTarget a) |
| Inheritance type of the PrivateDropTarget class.
|
|
| data CPrivateDropTarget a |
| Abstract type of the PrivateDropTarget class.
|
|
|
| Process
|
|
| type Process a = EvtHandler (CProcess a) |
| Pointer to an object of type Process, derived from EvtHandler.
|
|
| type TProcess a = TEvtHandler (CProcess a) |
| Inheritance type of the Process class.
|
|
| data CProcess a |
| Abstract type of the Process class.
|
|
|
| ProcessEvent
|
|
| type ProcessEvent a = Event (CProcessEvent a) |
| Pointer to an object of type ProcessEvent, derived from Event.
|
|
| type TProcessEvent a = TEvent (CProcessEvent a) |
| Inheritance type of the ProcessEvent class.
|
|
| data CProcessEvent a |
| Abstract type of the ProcessEvent class.
|
|
|
| ProgressDialog
|
|
| type ProgressDialog a = Frame (CProgressDialog a) |
| Pointer to an object of type ProgressDialog, derived from Frame.
|
|
| type TProgressDialog a = TFrame (CProgressDialog a) |
| Inheritance type of the ProgressDialog class.
|
|
| data CProgressDialog a |
| Abstract type of the ProgressDialog class.
|
|
|
| Protocol
|
|
| type Protocol a = SocketClient (CProtocol a) |
| Pointer to an object of type Protocol, derived from SocketClient.
|
|
| type TProtocol a = TSocketClient (CProtocol a) |
| Inheritance type of the Protocol class.
|
|
| data CProtocol a |
| Abstract type of the Protocol class.
|
|
|
| Quantize
|
|
| type Quantize a = WxObject (CQuantize a) |
| Pointer to an object of type Quantize, derived from WxObject.
|
|
| type TQuantize a = TWxObject (CQuantize a) |
| Inheritance type of the Quantize class.
|
|
| data CQuantize a |
| Abstract type of the Quantize class.
|
|
|
| QueryCol
|
|
| type QueryCol a = WxObject (CQueryCol a) |
| Pointer to an object of type QueryCol, derived from WxObject.
|
|
| type TQueryCol a = TWxObject (CQueryCol a) |
| Inheritance type of the QueryCol class.
|
|
| data CQueryCol a |
| Abstract type of the QueryCol class.
|
|
|
| QueryField
|
|
| type QueryField a = WxObject (CQueryField a) |
| Pointer to an object of type QueryField, derived from WxObject.
|
|
| type TQueryField a = TWxObject (CQueryField a) |
| Inheritance type of the QueryField class.
|
|
| data CQueryField a |
| Abstract type of the QueryField class.
|
|
|
| QueryLayoutInfoEvent
|
|
| type QueryLayoutInfoEvent a = Event (CQueryLayoutInfoEvent a) |
| Pointer to an object of type QueryLayoutInfoEvent, derived from Event.
|
|
| type TQueryLayoutInfoEvent a = TEvent (CQueryLayoutInfoEvent a) |
| Inheritance type of the QueryLayoutInfoEvent class.
|
|
| data CQueryLayoutInfoEvent a |
| Abstract type of the QueryLayoutInfoEvent class.
|
|
|
| QueryNewPaletteEvent
|
|
| type QueryNewPaletteEvent a = Event (CQueryNewPaletteEvent a) |
| Pointer to an object of type QueryNewPaletteEvent, derived from Event.
|
|
| type TQueryNewPaletteEvent a = TEvent (CQueryNewPaletteEvent a) |
| Inheritance type of the QueryNewPaletteEvent class.
|
|
| data CQueryNewPaletteEvent a |
| Abstract type of the QueryNewPaletteEvent class.
|
|
|
| RadioBox
|
|
| type RadioBox a = Control (CRadioBox a) |
| Pointer to an object of type RadioBox, derived from Control.
|
|
| type TRadioBox a = TControl (CRadioBox a) |
| Inheritance type of the RadioBox class.
|
|
| data CRadioBox a |
| Abstract type of the RadioBox class.
|
|
|
| RadioButton
|
|
| type RadioButton a = Control (CRadioButton a) |
| Pointer to an object of type RadioButton, derived from Control.
|
|
| type TRadioButton a = TControl (CRadioButton a) |
| Inheritance type of the RadioButton class.
|
|
| data CRadioButton a |
| Abstract type of the RadioButton class.
|
|
|
| RealPoint
|
|
| type RealPoint a = Object (CRealPoint a) |
| Pointer to an object of type RealPoint.
|
|
| type TRealPoint a = CRealPoint a |
| Inheritance type of the RealPoint class.
|
|
| data CRealPoint a |
| Abstract type of the RealPoint class.
|
|
|
| RecordSet
|
|
| type RecordSet a = WxObject (CRecordSet a) |
| Pointer to an object of type RecordSet, derived from WxObject.
|
|
| type TRecordSet a = TWxObject (CRecordSet a) |
| Inheritance type of the RecordSet class.
|
|
| data CRecordSet a |
| Abstract type of the RecordSet class.
|
|
|
| RegEx
|
|
| type RegEx a = Object (CRegEx a) |
| Pointer to an object of type RegEx.
|
|
| type TRegEx a = CRegEx a |
| Inheritance type of the RegEx class.
|
|
| data CRegEx a |
| Abstract type of the RegEx class.
|
|
|
| Region
|
|
| type Region a = GDIObject (CRegion a) |
| Pointer to an object of type Region, derived from GDIObject.
|
|
| type TRegion a = TGDIObject (CRegion a) |
| Inheritance type of the Region class.
|
|
| data CRegion a |
| Abstract type of the Region class.
|
|
|
| RegionIterator
|
|
| type RegionIterator a = WxObject (CRegionIterator a) |
| Pointer to an object of type RegionIterator, derived from WxObject.
|
|
| type TRegionIterator a = TWxObject (CRegionIterator a) |
| Inheritance type of the RegionIterator class.
|
|
| data CRegionIterator a |
| Abstract type of the RegionIterator class.
|
|
|
| RemotelyScrolledTreeCtrl
|
|
| type RemotelyScrolledTreeCtrl a = TreeCtrl (CRemotelyScrolledTreeCtrl a) |
| Pointer to an object of type RemotelyScrolledTreeCtrl, derived from TreeCtrl.
|
|
| type TRemotelyScrolledTreeCtrl a = TTreeCtrl (CRemotelyScrolledTreeCtrl a) |
| Inheritance type of the RemotelyScrolledTreeCtrl class.
|
|
| data CRemotelyScrolledTreeCtrl a |
| Abstract type of the RemotelyScrolledTreeCtrl class.
|
|
|
| STCDoc
|
|
| type STCDoc a = Object (CSTCDoc a) |
| Pointer to an object of type STCDoc.
|
|
| type TSTCDoc a = CSTCDoc a |
| Inheritance type of the STCDoc class.
|
|
| data CSTCDoc a |
| Abstract type of the STCDoc class.
|
|
|
| SVGFileDC
|
|
| type SVGFileDC a = DC (CSVGFileDC a) |
| Pointer to an object of type SVGFileDC, derived from DC.
|
|
| type TSVGFileDC a = TDC (CSVGFileDC a) |
| Inheritance type of the SVGFileDC class.
|
|
| data CSVGFileDC a |
| Abstract type of the SVGFileDC class.
|
|
|
| SashEvent
|
|
| type SashEvent a = Event (CSashEvent a) |
| Pointer to an object of type SashEvent, derived from Event.
|
|
| type TSashEvent a = TEvent (CSashEvent a) |
| Inheritance type of the SashEvent class.
|
|
| data CSashEvent a |
| Abstract type of the SashEvent class.
|
|
|
| SashLayoutWindow
|
|
| type SashLayoutWindow a = SashWindow (CSashLayoutWindow a) |
| Pointer to an object of type SashLayoutWindow, derived from SashWindow.
|
|
| type TSashLayoutWindow a = TSashWindow (CSashLayoutWindow a) |
| Inheritance type of the SashLayoutWindow class.
|
|
| data CSashLayoutWindow a |
| Abstract type of the SashLayoutWindow class.
|
|
|
| SashWindow
|
|
| type SashWindow a = Window (CSashWindow a) |
| Pointer to an object of type SashWindow, derived from Window.
|
|
| type TSashWindow a = TWindow (CSashWindow a) |
| Inheritance type of the SashWindow class.
|
|
| data CSashWindow a |
| Abstract type of the SashWindow class.
|
|
|
| Scintilla
|
|
| type Scintilla a = Object (CScintilla a) |
| Pointer to an object of type Scintilla.
|
|
| type TScintilla a = CScintilla a |
| Inheritance type of the Scintilla class.
|
|
| data CScintilla a |
| Abstract type of the Scintilla class.
|
|
|
| ScopedArray
|
|
| type ScopedArray a = Object (CScopedArray a) |
| Pointer to an object of type ScopedArray.
|
|
| type TScopedArray a = CScopedArray a |
| Inheritance type of the ScopedArray class.
|
|
| data CScopedArray a |
| Abstract type of the ScopedArray class.
|
|
|
| ScopedPtr
|
|
| type ScopedPtr a = Object (CScopedPtr a) |
| Pointer to an object of type ScopedPtr.
|
|
| type TScopedPtr a = CScopedPtr a |
| Inheritance type of the ScopedPtr class.
|
|
| data CScopedPtr a |
| Abstract type of the ScopedPtr class.
|
|
|
| ScreenDC
|
|
| type ScreenDC a = DC (CScreenDC a) |
| Pointer to an object of type ScreenDC, derived from DC.
|
|
| type TScreenDC a = TDC (CScreenDC a) |
| Inheritance type of the ScreenDC class.
|
|
| data CScreenDC a |
| Abstract type of the ScreenDC class.
|
|
|
| ScrollBar
|
|
| type ScrollBar a = Control (CScrollBar a) |
| Pointer to an object of type ScrollBar, derived from Control.
|
|
| type TScrollBar a = TControl (CScrollBar a) |
| Inheritance type of the ScrollBar class.
|
|
| data CScrollBar a |
| Abstract type of the ScrollBar class.
|
|
|
| ScrollEvent
|
|
| type ScrollEvent a = Event (CScrollEvent a) |
| Pointer to an object of type ScrollEvent, derived from Event.
|
|
| type TScrollEvent a = TEvent (CScrollEvent a) |
| Inheritance type of the ScrollEvent class.
|
|
| data CScrollEvent a |
| Abstract type of the ScrollEvent class.
|
|
|
| ScrollWinEvent
|
|
| type ScrollWinEvent a = Event (CScrollWinEvent a) |
| Pointer to an object of type ScrollWinEvent, derived from Event.
|
|
| type TScrollWinEvent a = TEvent (CScrollWinEvent a) |
| Inheritance type of the ScrollWinEvent class.
|
|
| data CScrollWinEvent a |
| Abstract type of the ScrollWinEvent class.
|
|
|
| ScrolledWindow
|
|
| type ScrolledWindow a = Panel (CScrolledWindow a) |
| Pointer to an object of type ScrolledWindow, derived from Panel.
|
|
| type TScrolledWindow a = TPanel (CScrolledWindow a) |
| Inheritance type of the ScrolledWindow class.
|
|
| data CScrolledWindow a |
| Abstract type of the ScrolledWindow class.
|
|
|
| Semaphore
|
|
| type Semaphore a = Object (CSemaphore a) |
| Pointer to an object of type Semaphore.
|
|
| type TSemaphore a = CSemaphore a |
| Inheritance type of the Semaphore class.
|
|
| data CSemaphore a |
| Abstract type of the Semaphore class.
|
|
|
| Server
|
|
| type Server a = ServerBase (CServer a) |
| Pointer to an object of type Server, derived from ServerBase.
|
|
| type TServer a = TServerBase (CServer a) |
| Inheritance type of the Server class.
|
|
| data CServer a |
| Abstract type of the Server class.
|
|
|
| ServerBase
|
|
| type ServerBase a = WxObject (CServerBase a) |
| Pointer to an object of type ServerBase, derived from WxObject.
|
|
| type TServerBase a = TWxObject (CServerBase a) |
| Inheritance type of the ServerBase class.
|
|
| data CServerBase a |
| Abstract type of the ServerBase class.
|
|
|
| SetCursorEvent
|
|
| type SetCursorEvent a = Event (CSetCursorEvent a) |
| Pointer to an object of type SetCursorEvent, derived from Event.
|
|
| type TSetCursorEvent a = TEvent (CSetCursorEvent a) |
| Inheritance type of the SetCursorEvent class.
|
|
| data CSetCursorEvent a |
| Abstract type of the SetCursorEvent class.
|
|
|
| ShowEvent
|
|
| type ShowEvent a = Event (CShowEvent a) |
| Pointer to an object of type ShowEvent, derived from Event.
|
|
| type TShowEvent a = TEvent (CShowEvent a) |
| Inheritance type of the ShowEvent class.
|
|
| data CShowEvent a |
| Abstract type of the ShowEvent class.
|
|
|
| SimpleHelpProvider
|
|
| type SimpleHelpProvider a = HelpProvider (CSimpleHelpProvider a) |
| Pointer to an object of type SimpleHelpProvider, derived from HelpProvider.
|
|
| type TSimpleHelpProvider a = THelpProvider (CSimpleHelpProvider a) |
| Inheritance type of the SimpleHelpProvider class.
|
|
| data CSimpleHelpProvider a |
| Abstract type of the SimpleHelpProvider class.
|
|
|
| SingleChoiceDialog
|
|
| type SingleChoiceDialog a = Dialog (CSingleChoiceDialog a) |
| Pointer to an object of type SingleChoiceDialog, derived from Dialog.
|
|
| type TSingleChoiceDialog a = TDialog (CSingleChoiceDialog a) |
| Inheritance type of the SingleChoiceDialog class.
|
|
| data CSingleChoiceDialog a |
| Abstract type of the SingleChoiceDialog class.
|
|
|
| SingleInstanceChecker
|
|
| type SingleInstanceChecker a = Object (CSingleInstanceChecker a) |
| Pointer to an object of type SingleInstanceChecker.
|
|
| type TSingleInstanceChecker a = CSingleInstanceChecker a |
| Inheritance type of the SingleInstanceChecker class.
|
|
| data CSingleInstanceChecker a |
| Abstract type of the SingleInstanceChecker class.
|
|
|
| SizeEvent
|
|
| type SizeEvent a = Event (CSizeEvent a) |
| Pointer to an object of type SizeEvent, derived from Event.
|
|
| type TSizeEvent a = TEvent (CSizeEvent a) |
| Inheritance type of the SizeEvent class.
|
|
| data CSizeEvent a |
| Abstract type of the SizeEvent class.
|
|
|
| Sizer
|
|
| type Sizer a = WxObject (CSizer a) |
| Pointer to an object of type Sizer, derived from WxObject.
|
|
| type TSizer a = TWxObject (CSizer a) |
| Inheritance type of the Sizer class.
|
|
| data CSizer a |
| Abstract type of the Sizer class.
|
|
|
| SizerItem
|
|
| type SizerItem a = WxObject (CSizerItem a) |
| Pointer to an object of type SizerItem, derived from WxObject.
|
|
| type TSizerItem a = TWxObject (CSizerItem a) |
| Inheritance type of the SizerItem class.
|
|
| data CSizerItem a |
| Abstract type of the SizerItem class.
|
|
|
| Slider
|
|
| type Slider a = Control (CSlider a) |
| Pointer to an object of type Slider, derived from Control.
|
|
| type TSlider a = TControl (CSlider a) |
| Inheritance type of the Slider class.
|
|
| data CSlider a |
| Abstract type of the Slider class.
|
|
|
| Slider95
|
|
| type Slider95 a = Slider (CSlider95 a) |
| Pointer to an object of type Slider95, derived from Slider.
|
|
| type TSlider95 a = TSlider (CSlider95 a) |
| Inheritance type of the Slider95 class.
|
|
| data CSlider95 a |
| Abstract type of the Slider95 class.
|
|
|
| SliderMSW
|
|
| type SliderMSW a = Slider (CSliderMSW a) |
| Pointer to an object of type SliderMSW, derived from Slider.
|
|
| type TSliderMSW a = TSlider (CSliderMSW a) |
| Inheritance type of the SliderMSW class.
|
|
| data CSliderMSW a |
| Abstract type of the SliderMSW class.
|
|
|
| SockAddress
|
|
| type SockAddress a = WxObject (CSockAddress a) |
| Pointer to an object of type SockAddress, derived from WxObject.
|
|
| type TSockAddress a = TWxObject (CSockAddress a) |
| Inheritance type of the SockAddress class.
|
|
| data CSockAddress a |
| Abstract type of the SockAddress class.
|
|
|
| SocketBase
|
|
| type SocketBase a = WxObject (CSocketBase a) |
| Pointer to an object of type SocketBase, derived from WxObject.
|
|
| type TSocketBase a = TWxObject (CSocketBase a) |
| Inheritance type of the SocketBase class.
|
|
| data CSocketBase a |
| Abstract type of the SocketBase class.
|
|
|
| SocketClient
|
|
| type SocketClient a = SocketBase (CSocketClient a) |
| Pointer to an object of type SocketClient, derived from SocketBase.
|
|
| type TSocketClient a = TSocketBase (CSocketClient a) |
| Inheritance type of the SocketClient class.
|
|
| data CSocketClient a |
| Abstract type of the SocketClient class.
|
|
|
| SocketEvent
|
|
| type SocketEvent a = Event (CSocketEvent a) |
| Pointer to an object of type SocketEvent, derived from Event.
|
|
| type TSocketEvent a = TEvent (CSocketEvent a) |
| Inheritance type of the SocketEvent class.
|
|
| data CSocketEvent a |
| Abstract type of the SocketEvent class.
|
|
|
| SocketInputStream
|
|
| type SocketInputStream a = InputStream (CSocketInputStream a) |
| Pointer to an object of type SocketInputStream, derived from InputStream.
|
|
| type TSocketInputStream a = TInputStream (CSocketInputStream a) |
| Inheritance type of the SocketInputStream class.
|
|
| data CSocketInputStream a |
| Abstract type of the SocketInputStream class.
|
|
|
| SocketOutputStream
|
|
| type SocketOutputStream a = OutputStream (CSocketOutputStream a) |
| Pointer to an object of type SocketOutputStream, derived from OutputStream.
|
|
| type TSocketOutputStream a = TOutputStream (CSocketOutputStream a) |
| Inheritance type of the SocketOutputStream class.
|
|
| data CSocketOutputStream a |
| Abstract type of the SocketOutputStream class.
|
|
|
| SocketServer
|
|
| type SocketServer a = SocketBase (CSocketServer a) |
| Pointer to an object of type SocketServer, derived from SocketBase.
|
|
| type TSocketServer a = TSocketBase (CSocketServer a) |
| Inheritance type of the SocketServer class.
|
|
| data CSocketServer a |
| Abstract type of the SocketServer class.
|
|
|
| Sound
|
|
| type Sound a = WxObject (CSound a) |
| Pointer to an object of type Sound, derived from WxObject.
|
|
| type TSound a = TWxObject (CSound a) |
| Inheritance type of the Sound class.
|
|
| data CSound a |
| Abstract type of the Sound class.
|
|
|
| SpinButton
|
|
| type SpinButton a = Control (CSpinButton a) |
| Pointer to an object of type SpinButton, derived from Control.
|
|
| type TSpinButton a = TControl (CSpinButton a) |
| Inheritance type of the SpinButton class.
|
|
| data CSpinButton a |
| Abstract type of the SpinButton class.
|
|
|
| SpinCtrl
|
|
| type SpinCtrl a = Control (CSpinCtrl a) |
| Pointer to an object of type SpinCtrl, derived from Control.
|
|
| type TSpinCtrl a = TControl (CSpinCtrl a) |
| Inheritance type of the SpinCtrl class.
|
|
| data CSpinCtrl a |
| Abstract type of the SpinCtrl class.
|
|
|
| SpinEvent
|
|
| type SpinEvent a = NotifyEvent (CSpinEvent a) |
| Pointer to an object of type SpinEvent, derived from NotifyEvent.
|
|
| type TSpinEvent a = TNotifyEvent (CSpinEvent a) |
| Inheritance type of the SpinEvent class.
|
|
| data CSpinEvent a |
| Abstract type of the SpinEvent class.
|
|
|
| SplashScreen
|
|
| type SplashScreen a = Frame (CSplashScreen a) |
| Pointer to an object of type SplashScreen, derived from Frame.
|
|
| type TSplashScreen a = TFrame (CSplashScreen a) |
| Inheritance type of the SplashScreen class.
|
|
| data CSplashScreen a |
| Abstract type of the SplashScreen class.
|
|
|
| SplitterEvent
|
|
| type SplitterEvent a = NotifyEvent (CSplitterEvent a) |
| Pointer to an object of type SplitterEvent, derived from NotifyEvent.
|
|
| type TSplitterEvent a = TNotifyEvent (CSplitterEvent a) |
| Inheritance type of the SplitterEvent class.
|
|
| data CSplitterEvent a |
| Abstract type of the SplitterEvent class.
|
|
|
| SplitterScrolledWindow
|
|
| type SplitterScrolledWindow a = ScrolledWindow (CSplitterScrolledWindow a) |
| Pointer to an object of type SplitterScrolledWindow, derived from ScrolledWindow.
|
|
| type TSplitterScrolledWindow a = TScrolledWindow (CSplitterScrolledWindow a) |
| Inheritance type of the SplitterScrolledWindow class.
|
|
| data CSplitterScrolledWindow a |
| Abstract type of the SplitterScrolledWindow class.
|
|
|
| SplitterWindow
|
|
| type SplitterWindow a = Window (CSplitterWindow a) |
| Pointer to an object of type SplitterWindow, derived from Window.
|
|
| type TSplitterWindow a = TWindow (CSplitterWindow a) |
| Inheritance type of the SplitterWindow class.
|
|
| data CSplitterWindow a |
| Abstract type of the SplitterWindow class.
|
|
|
| StaticBitmap
|
|
| type StaticBitmap a = Control (CStaticBitmap a) |
| Pointer to an object of type StaticBitmap, derived from Control.
|
|
| type TStaticBitmap a = TControl (CStaticBitmap a) |
| Inheritance type of the StaticBitmap class.
|
|
| data CStaticBitmap a |
| Abstract type of the StaticBitmap class.
|
|
|
| StaticBox
|
|
| type StaticBox a = Control (CStaticBox a) |
| Pointer to an object of type StaticBox, derived from Control.
|
|
| type TStaticBox a = TControl (CStaticBox a) |
| Inheritance type of the StaticBox class.
|
|
| data CStaticBox a |
| Abstract type of the StaticBox class.
|
|
|
| StaticBoxSizer
|
|
| type StaticBoxSizer a = BoxSizer (CStaticBoxSizer a) |
| Pointer to an object of type StaticBoxSizer, derived from BoxSizer.
|
|
| type TStaticBoxSizer a = TBoxSizer (CStaticBoxSizer a) |
| Inheritance type of the StaticBoxSizer class.
|
|
| data CStaticBoxSizer a |
| Abstract type of the StaticBoxSizer class.
|
|
|
| StaticLine
|
|
| type StaticLine a = Control (CStaticLine a) |
| Pointer to an object of type StaticLine, derived from Control.
|
|
| type TStaticLine a = TControl (CStaticLine a) |
| Inheritance type of the StaticLine class.
|
|
| data CStaticLine a |
| Abstract type of the StaticLine class.
|
|
|
| StaticText
|
|
| type StaticText a = Control (CStaticText a) |
| Pointer to an object of type StaticText, derived from Control.
|
|
| type TStaticText a = TControl (CStaticText a) |
| Inheritance type of the StaticText class.
|
|
| data CStaticText a |
| Abstract type of the StaticText class.
|
|
|
| StatusBar
|
|
| type StatusBar a = Window (CStatusBar a) |
| Pointer to an object of type StatusBar, derived from Window.
|
|
| type TStatusBar a = TWindow (CStatusBar a) |
| Inheritance type of the StatusBar class.
|
|
| data CStatusBar a |
| Abstract type of the StatusBar class.
|
|
|
| StopWatch
|
|
| type StopWatch a = Object (CStopWatch a) |
| Pointer to an object of type StopWatch.
|
|
| type TStopWatch a = CStopWatch a |
| Inheritance type of the StopWatch class.
|
|
| data CStopWatch a |
| Abstract type of the StopWatch class.
|
|
|
| StreamBase
|
|
| type StreamBase a = Object (CStreamBase a) |
| Pointer to an object of type StreamBase.
|
|
| type TStreamBase a = CStreamBase a |
| Inheritance type of the StreamBase class.
|
|
| data CStreamBase a |
| Abstract type of the StreamBase class.
|
|
|
| StreamBuffer
|
|
| type StreamBuffer a = Object (CStreamBuffer a) |
| Pointer to an object of type StreamBuffer.
|
|
| type TStreamBuffer a = CStreamBuffer a |
| Inheritance type of the StreamBuffer class.
|
|
| data CStreamBuffer a |
| Abstract type of the StreamBuffer class.
|
|
|
| StreamToTextRedirector
|
|
| type StreamToTextRedirector a = Object (CStreamToTextRedirector a) |
| Pointer to an object of type StreamToTextRedirector.
|
|
| type TStreamToTextRedirector a = CStreamToTextRedirector a |
| Inheritance type of the StreamToTextRedirector class.
|
|
| data CStreamToTextRedirector a |
| Abstract type of the StreamToTextRedirector class.
|
|
|
| StringBuffer
|
|
| type StringBuffer a = Object (CStringBuffer a) |
| Pointer to an object of type StringBuffer.
|
|
| type TStringBuffer a = CStringBuffer a |
| Inheritance type of the StringBuffer class.
|
|
| data CStringBuffer a |
| Abstract type of the StringBuffer class.
|
|
|
| StringClientData
|
|
| type StringClientData a = ClientData (CStringClientData a) |
| Pointer to an object of type StringClientData, derived from ClientData.
|
|
| type TStringClientData a = TClientData (CStringClientData a) |
| Inheritance type of the StringClientData class.
|
|
| data CStringClientData a |
| Abstract type of the StringClientData class.
|
|
|
| StringList
|
|
| type StringList a = List (CStringList a) |
| Pointer to an object of type StringList, derived from List.
|
|
| type TStringList a = TList (CStringList a) |
| Inheritance type of the StringList class.
|
|
| data CStringList a |
| Abstract type of the StringList class.
|
|
|
| StringTokenizer
|
|
| type StringTokenizer a = WxObject (CStringTokenizer a) |
| Pointer to an object of type StringTokenizer, derived from WxObject.
|
|
| type TStringTokenizer a = TWxObject (CStringTokenizer a) |
| Inheritance type of the StringTokenizer class.
|
|
| data CStringTokenizer a |
| Abstract type of the StringTokenizer class.
|
|
|
| StyledTextCtrl
|
|
| type StyledTextCtrl a = Control (CStyledTextCtrl a) |
| Pointer to an object of type StyledTextCtrl, derived from Control.
|
|
| type TStyledTextCtrl a = TControl (CStyledTextCtrl a) |
| Inheritance type of the StyledTextCtrl class.
|
|
| data CStyledTextCtrl a |
| Abstract type of the StyledTextCtrl class.
|
|
|
| StyledTextEvent
|
|
| type StyledTextEvent a = CommandEvent (CStyledTextEvent a) |
| Pointer to an object of type StyledTextEvent, derived from CommandEvent.
|
|
| type TStyledTextEvent a = TCommandEvent (CStyledTextEvent a) |
| Inheritance type of the StyledTextEvent class.
|
|
| data CStyledTextEvent a |
| Abstract type of the StyledTextEvent class.
|
|
|
| SysColourChangedEvent
|
|
| type SysColourChangedEvent a = Event (CSysColourChangedEvent a) |
| Pointer to an object of type SysColourChangedEvent, derived from Event.
|
|
| type TSysColourChangedEvent a = TEvent (CSysColourChangedEvent a) |
| Inheritance type of the SysColourChangedEvent class.
|
|
| data CSysColourChangedEvent a |
| Abstract type of the SysColourChangedEvent class.
|
|
|
| SystemOptions
|
|
| type SystemOptions a = WxObject (CSystemOptions a) |
| Pointer to an object of type SystemOptions, derived from WxObject.
|
|
| type TSystemOptions a = TWxObject (CSystemOptions a) |
| Inheritance type of the SystemOptions class.
|
|
| data CSystemOptions a |
| Abstract type of the SystemOptions class.
|
|
|
| SystemSettings
|
|
| type SystemSettings a = WxObject (CSystemSettings a) |
| Pointer to an object of type SystemSettings, derived from WxObject.
|
|
| type TSystemSettings a = TWxObject (CSystemSettings a) |
| Inheritance type of the SystemSettings class.
|
|
| data CSystemSettings a |
| Abstract type of the SystemSettings class.
|
|
|
| TabCtrl
|
|
| type TabCtrl a = Control (CTabCtrl a) |
| Pointer to an object of type TabCtrl, derived from Control.
|
|
| type TTabCtrl a = TControl (CTabCtrl a) |
| Inheritance type of the TabCtrl class.
|
|
| data CTabCtrl a |
| Abstract type of the TabCtrl class.
|
|
|
| TabEvent
|
|
| type TabEvent a = CommandEvent (CTabEvent a) |
| Pointer to an object of type TabEvent, derived from CommandEvent.
|
|
| type TTabEvent a = TCommandEvent (CTabEvent a) |
| Inheritance type of the TabEvent class.
|
|
| data CTabEvent a |
| Abstract type of the TabEvent class.
|
|
|
| TablesInUse
|
|
| type TablesInUse a = WxObject (CTablesInUse a) |
| Pointer to an object of type TablesInUse, derived from WxObject.
|
|
| type TTablesInUse a = TWxObject (CTablesInUse a) |
| Inheritance type of the TablesInUse class.
|
|
| data CTablesInUse a |
| Abstract type of the TablesInUse class.
|
|
|
| TaskBarIcon
|
|
| type TaskBarIcon a = EvtHandler (CTaskBarIcon a) |
| Pointer to an object of type TaskBarIcon, derived from EvtHandler.
|
|
| type TTaskBarIcon a = TEvtHandler (CTaskBarIcon a) |
| Inheritance type of the TaskBarIcon class.
|
|
| data CTaskBarIcon a |
| Abstract type of the TaskBarIcon class.
|
|
|
| TempFile
|
|
| type TempFile a = Object (CTempFile a) |
| Pointer to an object of type TempFile.
|
|
| type TTempFile a = CTempFile a |
| Inheritance type of the TempFile class.
|
|
| data CTempFile a |
| Abstract type of the TempFile class.
|
|
|
| TextAttr
|
|
| type TextAttr a = Object (CTextAttr a) |
| Pointer to an object of type TextAttr.
|
|
| type TTextAttr a = CTextAttr a |
| Inheritance type of the TextAttr class.
|
|
| data CTextAttr a |
| Abstract type of the TextAttr class.
|
|
|
| TextCtrl
|
|
| type TextCtrl a = Control (CTextCtrl a) |
| Pointer to an object of type TextCtrl, derived from Control.
|
|
| type TTextCtrl a = TControl (CTextCtrl a) |
| Inheritance type of the TextCtrl class.
|
|
| data CTextCtrl a |
| Abstract type of the TextCtrl class.
|
|
|
| TextDataObject
|
|
| type TextDataObject a = DataObjectSimple (CTextDataObject a) |
| Pointer to an object of type TextDataObject, derived from DataObjectSimple.
|
|
| type TTextDataObject a = TDataObjectSimple (CTextDataObject a) |
| Inheritance type of the TextDataObject class.
|
|
| data CTextDataObject a |
| Abstract type of the TextDataObject class.
|
|
|
| TextDropTarget
|
|
| type TextDropTarget a = DropTarget (CTextDropTarget a) |
| Pointer to an object of type TextDropTarget, derived from DropTarget.
|
|
| type TTextDropTarget a = TDropTarget (CTextDropTarget a) |
| Inheritance type of the TextDropTarget class.
|
|
| data CTextDropTarget a |
| Abstract type of the TextDropTarget class.
|
|
|
| TextEntryDialog
|
|
| type TextEntryDialog a = Dialog (CTextEntryDialog a) |
| Pointer to an object of type TextEntryDialog, derived from Dialog.
|
|
| type TTextEntryDialog a = TDialog (CTextEntryDialog a) |
| Inheritance type of the TextEntryDialog class.
|
|
| data CTextEntryDialog a |
| Abstract type of the TextEntryDialog class.
|
|
|
| TextFile
|
|
| type TextFile a = Object (CTextFile a) |
| Pointer to an object of type TextFile.
|
|
| type TTextFile a = CTextFile a |
| Inheritance type of the TextFile class.
|
|
| data CTextFile a |
| Abstract type of the TextFile class.
|
|
|
| TextInputStream
|
|
| type TextInputStream a = Object (CTextInputStream a) |
| Pointer to an object of type TextInputStream.
|
|
| type TTextInputStream a = CTextInputStream a |
| Inheritance type of the TextInputStream class.
|
|
| data CTextInputStream a |
| Abstract type of the TextInputStream class.
|
|
|
| TextOutputStream
|
|
| type TextOutputStream a = Object (CTextOutputStream a) |
| Pointer to an object of type TextOutputStream.
|
|
| type TTextOutputStream a = CTextOutputStream a |
| Inheritance type of the TextOutputStream class.
|
|
| data CTextOutputStream a |
| Abstract type of the TextOutputStream class.
|
|
|
| TextValidator
|
|
| type TextValidator a = Validator (CTextValidator a) |
| Pointer to an object of type TextValidator, derived from Validator.
|
|
| type TTextValidator a = TValidator (CTextValidator a) |
| Inheritance type of the TextValidator class.
|
|
| data CTextValidator a |
| Abstract type of the TextValidator class.
|
|
|
| ThinSplitterWindow
|
|
| type ThinSplitterWindow a = SplitterWindow (CThinSplitterWindow a) |
| Pointer to an object of type ThinSplitterWindow, derived from SplitterWindow.
|
|
| type TThinSplitterWindow a = TSplitterWindow (CThinSplitterWindow a) |
| Inheritance type of the ThinSplitterWindow class.
|
|
| data CThinSplitterWindow a |
| Abstract type of the ThinSplitterWindow class.
|
|
|
| Thread
|
|
| type Thread a = Object (CThread a) |
| Pointer to an object of type Thread.
|
|
| type TThread a = CThread a |
| Inheritance type of the Thread class.
|
|
| data CThread a |
| Abstract type of the Thread class.
|
|
|
| Time
|
|
| type Time a = WxObject (CTime a) |
| Pointer to an object of type Time, derived from WxObject.
|
|
| type TTime a = TWxObject (CTime a) |
| Inheritance type of the Time class.
|
|
| data CTime a |
| Abstract type of the Time class.
|
|
|
| TimeSpan
|
|
| type TimeSpan a = Object (CTimeSpan a) |
| Pointer to an object of type TimeSpan.
|
|
| type TTimeSpan a = CTimeSpan a |
| Inheritance type of the TimeSpan class.
|
|
| data CTimeSpan a |
| Abstract type of the TimeSpan class.
|
|
|
| Timer
|
|
| type Timer a = WxObject (CTimer a) |
| Pointer to an object of type Timer, derived from WxObject.
|
|
| type TTimer a = TWxObject (CTimer a) |
| Inheritance type of the Timer class.
|
|
| data CTimer a |
| Abstract type of the Timer class.
|
|
|
| TimerBase
|
|
| type TimerBase a = WxObject (CTimerBase a) |
| Pointer to an object of type TimerBase, derived from WxObject.
|
|
| type TTimerBase a = TWxObject (CTimerBase a) |
| Inheritance type of the TimerBase class.
|
|
| data CTimerBase a |
| Abstract type of the TimerBase class.
|
|
|
| TimerEvent
|
|
| type TimerEvent a = Event (CTimerEvent a) |
| Pointer to an object of type TimerEvent, derived from Event.
|
|
| type TTimerEvent a = TEvent (CTimerEvent a) |
| Inheritance type of the TimerEvent class.
|
|
| data CTimerEvent a |
| Abstract type of the TimerEvent class.
|
|
|
| TimerEx
|
|
| type TimerEx a = Timer (CTimerEx a) |
| Pointer to an object of type TimerEx, derived from Timer.
|
|
| type TTimerEx a = TTimer (CTimerEx a) |
| Inheritance type of the TimerEx class.
|
|
| data CTimerEx a |
| Abstract type of the TimerEx class.
|
|
|
| TimerRunner
|
|
| type TimerRunner a = Object (CTimerRunner a) |
| Pointer to an object of type TimerRunner.
|
|
| type TTimerRunner a = CTimerRunner a |
| Inheritance type of the TimerRunner class.
|
|
| data CTimerRunner a |
| Abstract type of the TimerRunner class.
|
|
|
| TipProvider
|
|
| type TipProvider a = Object (CTipProvider a) |
| Pointer to an object of type TipProvider.
|
|
| type TTipProvider a = CTipProvider a |
| Inheritance type of the TipProvider class.
|
|
| data CTipProvider a |
| Abstract type of the TipProvider class.
|
|
|
| TipWindow
|
|
| type TipWindow a = PopupTransientWindow (CTipWindow a) |
| Pointer to an object of type TipWindow, derived from PopupTransientWindow.
|
|
| type TTipWindow a = TPopupTransientWindow (CTipWindow a) |
| Inheritance type of the TipWindow class.
|
|
| data CTipWindow a |
| Abstract type of the TipWindow class.
|
|
|
| ToggleButton
|
|
| type ToggleButton a = Control (CToggleButton a) |
| Pointer to an object of type ToggleButton, derived from Control.
|
|
| type TToggleButton a = TControl (CToggleButton a) |
| Inheritance type of the ToggleButton class.
|
|
| data CToggleButton a |
| Abstract type of the ToggleButton class.
|
|
|
| ToolBar
|
|
| type ToolBar a = ToolBarBase (CToolBar a) |
| Pointer to an object of type ToolBar, derived from ToolBarBase.
|
|
| type TToolBar a = TToolBarBase (CToolBar a) |
| Inheritance type of the ToolBar class.
|
|
| data CToolBar a |
| Abstract type of the ToolBar class.
|
|
|
| ToolBarBase
|
|
| type ToolBarBase a = Control (CToolBarBase a) |
| Pointer to an object of type ToolBarBase, derived from Control.
|
|
| type TToolBarBase a = TControl (CToolBarBase a) |
| Inheritance type of the ToolBarBase class.
|
|
| data CToolBarBase a |
| Abstract type of the ToolBarBase class.
|
|
|
| ToolLayoutItem
|
|
| type ToolLayoutItem a = WxObject (CToolLayoutItem a) |
| Pointer to an object of type ToolLayoutItem, derived from WxObject.
|
|
| type TToolLayoutItem a = TWxObject (CToolLayoutItem a) |
| Inheritance type of the ToolLayoutItem class.
|
|
| data CToolLayoutItem a |
| Abstract type of the ToolLayoutItem class.
|
|
|
| ToolTip
|
|
| type ToolTip a = WxObject (CToolTip a) |
| Pointer to an object of type ToolTip, derived from WxObject.
|
|
| type TToolTip a = TWxObject (CToolTip a) |
| Inheritance type of the ToolTip class.
|
|
| data CToolTip a |
| Abstract type of the ToolTip class.
|
|
|
| ToolWindow
|
|
| type ToolWindow a = Frame (CToolWindow a) |
| Pointer to an object of type ToolWindow, derived from Frame.
|
|
| type TToolWindow a = TFrame (CToolWindow a) |
| Inheritance type of the ToolWindow class.
|
|
| data CToolWindow a |
| Abstract type of the ToolWindow class.
|
|
|
| TreeCompanionWindow
|
|
| type TreeCompanionWindow a = Window (CTreeCompanionWindow a) |
| Pointer to an object of type TreeCompanionWindow, derived from Window.
|
|
| type TTreeCompanionWindow a = TWindow (CTreeCompanionWindow a) |
| Inheritance type of the TreeCompanionWindow class.
|
|
| data CTreeCompanionWindow a |
| Abstract type of the TreeCompanionWindow class.
|
|
|
| TreeCtrl
|
|
| type TreeCtrl a = Control (CTreeCtrl a) |
| Pointer to an object of type TreeCtrl, derived from Control.
|
|
| type TTreeCtrl a = TControl (CTreeCtrl a) |
| Inheritance type of the TreeCtrl class.
|
|
| data CTreeCtrl a |
| Abstract type of the TreeCtrl class.
|
|
|
| TreeEvent
|
|
| type TreeEvent a = NotifyEvent (CTreeEvent a) |
| Pointer to an object of type TreeEvent, derived from NotifyEvent.
|
|
| type TTreeEvent a = TNotifyEvent (CTreeEvent a) |
| Inheritance type of the TreeEvent class.
|
|
| data CTreeEvent a |
| Abstract type of the TreeEvent class.
|
|
|
| TreeItemData
|
|
| type TreeItemData a = ClientData (CTreeItemData a) |
| Pointer to an object of type TreeItemData, derived from ClientData.
|
|
| type TTreeItemData a = TClientData (CTreeItemData a) |
| Inheritance type of the TreeItemData class.
|
|
| data CTreeItemData a |
| Abstract type of the TreeItemData class.
|
|
|
| TreeItemId
|
|
| type TreeItemId a = Object (CTreeItemId a) |
| Pointer to an object of type TreeItemId.
|
|
| type TTreeItemId a = CTreeItemId a |
| Inheritance type of the TreeItemId class.
|
|
| data CTreeItemId a |
| Abstract type of the TreeItemId class.
|
|
|
| TreeLayout
|
|
| type TreeLayout a = WxObject (CTreeLayout a) |
| Pointer to an object of type TreeLayout, derived from WxObject.
|
|
| type TTreeLayout a = TWxObject (CTreeLayout a) |
| Inheritance type of the TreeLayout class.
|
|
| data CTreeLayout a |
| Abstract type of the TreeLayout class.
|
|
|
| TreeLayoutStored
|
|
| type TreeLayoutStored a = TreeLayout (CTreeLayoutStored a) |
| Pointer to an object of type TreeLayoutStored, derived from TreeLayout.
|
|
| type TTreeLayoutStored a = TTreeLayout (CTreeLayoutStored a) |
| Inheritance type of the TreeLayoutStored class.
|
|
| data CTreeLayoutStored a |
| Abstract type of the TreeLayoutStored class.
|
|
|
| URL
|
|
| type URL a = WxObject (CURL a) |
| Pointer to an object of type URL, derived from WxObject.
|
|
| type TURL a = TWxObject (CURL a) |
| Inheritance type of the URL class.
|
|
| data CURL a |
| Abstract type of the URL class.
|
|
|
| UpdateUIEvent
|
|
| type UpdateUIEvent a = Event (CUpdateUIEvent a) |
| Pointer to an object of type UpdateUIEvent, derived from Event.
|
|
| type TUpdateUIEvent a = TEvent (CUpdateUIEvent a) |
| Inheritance type of the UpdateUIEvent class.
|
|
| data CUpdateUIEvent a |
| Abstract type of the UpdateUIEvent class.
|
|
|
| Validator
|
|
| type Validator a = EvtHandler (CValidator a) |
| Pointer to an object of type Validator, derived from EvtHandler.
|
|
| type TValidator a = TEvtHandler (CValidator a) |
| Inheritance type of the Validator class.
|
|
| data CValidator a |
| Abstract type of the Validator class.
|
|
|
| Variant
|
|
| type Variant a = WxObject (CVariant a) |
| Pointer to an object of type Variant, derived from WxObject.
|
|
| type TVariant a = TWxObject (CVariant a) |
| Inheritance type of the Variant class.
|
|
| data CVariant a |
| Abstract type of the Variant class.
|
|
|
| VariantData
|
|
| type VariantData a = WxObject (CVariantData a) |
| Pointer to an object of type VariantData, derived from WxObject.
|
|
| type TVariantData a = TWxObject (CVariantData a) |
| Inheritance type of the VariantData class.
|
|
| data CVariantData a |
| Abstract type of the VariantData class.
|
|
|
| View
|
|
| type View a = EvtHandler (CView a) |
| Pointer to an object of type View, derived from EvtHandler.
|
|
| type TView a = TEvtHandler (CView a) |
| Inheritance type of the View class.
|
|
| data CView a |
| Abstract type of the View class.
|
|
|
| WXCApp
|
|
| type WXCApp a = App (CWXCApp a) |
| Pointer to an object of type WXCApp, derived from App.
|
|
| type TWXCApp a = TApp (CWXCApp a) |
| Inheritance type of the WXCApp class.
|
|
| data CWXCApp a |
| Abstract type of the WXCApp class.
|
|
|
| WXCArtProv
|
|
| type WXCArtProv a = ArtProvider (CWXCArtProv a) |
| Pointer to an object of type WXCArtProv, derived from ArtProvider.
|
|
| type TWXCArtProv a = TArtProvider (CWXCArtProv a) |
| Inheritance type of the WXCArtProv class.
|
|
| data CWXCArtProv a |
| Abstract type of the WXCArtProv class.
|
|
|
| WXCClient
|
|
| type WXCClient a = Client (CWXCClient a) |
| Pointer to an object of type WXCClient, derived from Client.
|
|
| type TWXCClient a = TClient (CWXCClient a) |
| Inheritance type of the WXCClient class.
|
|
| data CWXCClient a |
| Abstract type of the WXCClient class.
|
|
|
| WXCCommand
|
|
| type WXCCommand a = Command (CWXCCommand a) |
| Pointer to an object of type WXCCommand, derived from Command.
|
|
| type TWXCCommand a = TCommand (CWXCCommand a) |
| Inheritance type of the WXCCommand class.
|
|
| data CWXCCommand a |
| Abstract type of the WXCCommand class.
|
|
|
| WXCConnection
|
|
| type WXCConnection a = Connection (CWXCConnection a) |
| Pointer to an object of type WXCConnection, derived from Connection.
|
|
| type TWXCConnection a = TConnection (CWXCConnection a) |
| Inheritance type of the WXCConnection class.
|
|
| data CWXCConnection a |
| Abstract type of the WXCConnection class.
|
|
|
| WXCDragDataObject
|
|
| type WXCDragDataObject a = Object (CWXCDragDataObject a) |
| Pointer to an object of type WXCDragDataObject.
|
|
| type TWXCDragDataObject a = CWXCDragDataObject a |
| Inheritance type of the WXCDragDataObject class.
|
|
| data CWXCDragDataObject a |
| Abstract type of the WXCDragDataObject class.
|
|
|
| WXCDropTarget
|
|
| type WXCDropTarget a = DropTarget (CWXCDropTarget a) |
| Pointer to an object of type WXCDropTarget, derived from DropTarget.
|
|
| type TWXCDropTarget a = TDropTarget (CWXCDropTarget a) |
| Inheritance type of the WXCDropTarget class.
|
|
| data CWXCDropTarget a |
| Abstract type of the WXCDropTarget class.
|
|
|
| WXCFileDropTarget
|
|
| type WXCFileDropTarget a = FileDropTarget (CWXCFileDropTarget a) |
| Pointer to an object of type WXCFileDropTarget, derived from FileDropTarget.
|
|
| type TWXCFileDropTarget a = TFileDropTarget (CWXCFileDropTarget a) |
| Inheritance type of the WXCFileDropTarget class.
|
|
| data CWXCFileDropTarget a |
| Abstract type of the WXCFileDropTarget class.
|
|
|
| WXCGridTable
|
|
| type WXCGridTable a = GridTableBase (CWXCGridTable a) |
| Pointer to an object of type WXCGridTable, derived from GridTableBase.
|
|
| type TWXCGridTable a = TGridTableBase (CWXCGridTable a) |
| Inheritance type of the WXCGridTable class.
|
|
| data CWXCGridTable a |
| Abstract type of the WXCGridTable class.
|
|
|
| WXCHtmlEvent
|
|
| type WXCHtmlEvent a = CommandEvent (CWXCHtmlEvent a) |
| Pointer to an object of type WXCHtmlEvent, derived from CommandEvent.
|
|
| type TWXCHtmlEvent a = TCommandEvent (CWXCHtmlEvent a) |
| Inheritance type of the WXCHtmlEvent class.
|
|
| data CWXCHtmlEvent a |
| Abstract type of the WXCHtmlEvent class.
|
|
|
| WXCHtmlWindow
|
|
| type WXCHtmlWindow a = HtmlWindow (CWXCHtmlWindow a) |
| Pointer to an object of type WXCHtmlWindow, derived from HtmlWindow.
|
|
| type TWXCHtmlWindow a = THtmlWindow (CWXCHtmlWindow a) |
| Inheritance type of the WXCHtmlWindow class.
|
|
| data CWXCHtmlWindow a |
| Abstract type of the WXCHtmlWindow class.
|
|
|
| WXCLocale
|
|
| type WXCLocale a = Locale (CWXCLocale a) |
| Pointer to an object of type WXCLocale, derived from Locale.
|
|
| type TWXCLocale a = TLocale (CWXCLocale a) |
| Inheritance type of the WXCLocale class.
|
|
| data CWXCLocale a |
| Abstract type of the WXCLocale class.
|
|
|
| WXCLog
|
|
| type WXCLog a = Log (CWXCLog a) |
| Pointer to an object of type WXCLog, derived from Log.
|
|
| type TWXCLog a = TLog (CWXCLog a) |
| Inheritance type of the WXCLog class.
|
|
| data CWXCLog a |
| Abstract type of the WXCLog class.
|
|
|
| WXCMessageParameters
|
|
| type WXCMessageParameters a = Object (CWXCMessageParameters a) |
| Pointer to an object of type WXCMessageParameters.
|
|
| type TWXCMessageParameters a = CWXCMessageParameters a |
| Inheritance type of the WXCMessageParameters class.
|
|
| data CWXCMessageParameters a |
| Abstract type of the WXCMessageParameters class.
|
|
|
| WXCPlotCurve
|
|
| type WXCPlotCurve a = PlotCurve (CWXCPlotCurve a) |
| Pointer to an object of type WXCPlotCurve, derived from PlotCurve.
|
|
| type TWXCPlotCurve a = TPlotCurve (CWXCPlotCurve a) |
| Inheritance type of the WXCPlotCurve class.
|
|
| data CWXCPlotCurve a |
| Abstract type of the WXCPlotCurve class.
|
|
|
| WXCPreviewControlBar
|
|
| type WXCPreviewControlBar a = PreviewControlBar (CWXCPreviewControlBar a) |
| Pointer to an object of type WXCPreviewControlBar, derived from PreviewControlBar.
|
|
| type TWXCPreviewControlBar a = TPreviewControlBar (CWXCPreviewControlBar a) |
| Inheritance type of the WXCPreviewControlBar class.
|
|
| data CWXCPreviewControlBar a |
| Abstract type of the WXCPreviewControlBar class.
|
|
|
| WXCPreviewFrame
|
|
| type WXCPreviewFrame a = PreviewFrame (CWXCPreviewFrame a) |
| Pointer to an object of type WXCPreviewFrame, derived from PreviewFrame.
|
|
| type TWXCPreviewFrame a = TPreviewFrame (CWXCPreviewFrame a) |
| Inheritance type of the WXCPreviewFrame class.
|
|
| data CWXCPreviewFrame a |
| Abstract type of the WXCPreviewFrame class.
|
|
|
| WXCPrintEvent
|
|
| type WXCPrintEvent a = Event (CWXCPrintEvent a) |
| Pointer to an object of type WXCPrintEvent, derived from Event.
|
|
| type TWXCPrintEvent a = TEvent (CWXCPrintEvent a) |
| Inheritance type of the WXCPrintEvent class.
|
|
| data CWXCPrintEvent a |
| Abstract type of the WXCPrintEvent class.
|
|
|
| WXCPrintout
|
|
| type WXCPrintout a = Printout (CWXCPrintout a) |
| Pointer to an object of type WXCPrintout, derived from Printout.
|
|
| type TWXCPrintout a = TPrintout (CWXCPrintout a) |
| Inheritance type of the WXCPrintout class.
|
|
| data CWXCPrintout a |
| Abstract type of the WXCPrintout class.
|
|
|
| WXCPrintoutHandler
|
|
| type WXCPrintoutHandler a = EvtHandler (CWXCPrintoutHandler a) |
| Pointer to an object of type WXCPrintoutHandler, derived from EvtHandler.
|
|
| type TWXCPrintoutHandler a = TEvtHandler (CWXCPrintoutHandler a) |
| Inheritance type of the WXCPrintoutHandler class.
|
|
| data CWXCPrintoutHandler a |
| Abstract type of the WXCPrintoutHandler class.
|
|
|
| WXCServer
|
|
| type WXCServer a = Server (CWXCServer a) |
| Pointer to an object of type WXCServer, derived from Server.
|
|
| type TWXCServer a = TServer (CWXCServer a) |
| Inheritance type of the WXCServer class.
|
|
| data CWXCServer a |
| Abstract type of the WXCServer class.
|
|
|
| WXCTextDropTarget
|
|
| type WXCTextDropTarget a = TextDropTarget (CWXCTextDropTarget a) |
| Pointer to an object of type WXCTextDropTarget, derived from TextDropTarget.
|
|
| type TWXCTextDropTarget a = TTextDropTarget (CWXCTextDropTarget a) |
| Inheritance type of the WXCTextDropTarget class.
|
|
| data CWXCTextDropTarget a |
| Abstract type of the WXCTextDropTarget class.
|
|
|
| WXCTextValidator
|
|
| type WXCTextValidator a = TextValidator (CWXCTextValidator a) |
| Pointer to an object of type WXCTextValidator, derived from TextValidator.
|
|
| type TWXCTextValidator a = TTextValidator (CWXCTextValidator a) |
| Inheritance type of the WXCTextValidator class.
|
|
| data CWXCTextValidator a |
| Abstract type of the WXCTextValidator class.
|
|
|
| WXCTreeItemData
|
|
| type WXCTreeItemData a = TreeItemData (CWXCTreeItemData a) |
| Pointer to an object of type WXCTreeItemData, derived from TreeItemData.
|
|
| type TWXCTreeItemData a = TTreeItemData (CWXCTreeItemData a) |
| Inheritance type of the WXCTreeItemData class.
|
|
| data CWXCTreeItemData a |
| Abstract type of the WXCTreeItemData class.
|
|
|
| Window
|
|
| type Window a = EvtHandler (CWindow a) |
| Pointer to an object of type Window, derived from EvtHandler.
|
|
| type TWindow a = TEvtHandler (CWindow a) |
| Inheritance type of the Window class.
|
|
| data CWindow a |
| Abstract type of the Window class.
|
|
|
| WindowCreateEvent
|
|
| type WindowCreateEvent a = CommandEvent (CWindowCreateEvent a) |
| Pointer to an object of type WindowCreateEvent, derived from CommandEvent.
|
|
| type TWindowCreateEvent a = TCommandEvent (CWindowCreateEvent a) |
| Inheritance type of the WindowCreateEvent class.
|
|
| data CWindowCreateEvent a |
| Abstract type of the WindowCreateEvent class.
|
|
|
| WindowDC
|
|
| type WindowDC a = DC (CWindowDC a) |
| Pointer to an object of type WindowDC, derived from DC.
|
|
| type TWindowDC a = TDC (CWindowDC a) |
| Inheritance type of the WindowDC class.
|
|
| data CWindowDC a |
| Abstract type of the WindowDC class.
|
|
|
| WindowDestroyEvent
|
|
| type WindowDestroyEvent a = CommandEvent (CWindowDestroyEvent a) |
| Pointer to an object of type WindowDestroyEvent, derived from CommandEvent.
|
|
| type TWindowDestroyEvent a = TCommandEvent (CWindowDestroyEvent a) |
| Inheritance type of the WindowDestroyEvent class.
|
|
| data CWindowDestroyEvent a |
| Abstract type of the WindowDestroyEvent class.
|
|
|
| WindowDisabler
|
|
| type WindowDisabler a = Object (CWindowDisabler a) |
| Pointer to an object of type WindowDisabler.
|
|
| type TWindowDisabler a = CWindowDisabler a |
| Inheritance type of the WindowDisabler class.
|
|
| data CWindowDisabler a |
| Abstract type of the WindowDisabler class.
|
|
|
| Wizard
|
|
| type Wizard a = Dialog (CWizard a) |
| Pointer to an object of type Wizard, derived from Dialog.
|
|
| type TWizard a = TDialog (CWizard a) |
| Inheritance type of the Wizard class.
|
|
| data CWizard a |
| Abstract type of the Wizard class.
|
|
|
| WizardEvent
|
|
| type WizardEvent a = NotifyEvent (CWizardEvent a) |
| Pointer to an object of type WizardEvent, derived from NotifyEvent.
|
|
| type TWizardEvent a = TNotifyEvent (CWizardEvent a) |
| Inheritance type of the WizardEvent class.
|
|
| data CWizardEvent a |
| Abstract type of the WizardEvent class.
|
|
|
| WizardPage
|
|
| type WizardPage a = Panel (CWizardPage a) |
| Pointer to an object of type WizardPage, derived from Panel.
|
|
| type TWizardPage a = TPanel (CWizardPage a) |
| Inheritance type of the WizardPage class.
|
|
| data CWizardPage a |
| Abstract type of the WizardPage class.
|
|
|
| WizardPageSimple
|
|
| type WizardPageSimple a = WizardPage (CWizardPageSimple a) |
| Pointer to an object of type WizardPageSimple, derived from WizardPage.
|
|
| type TWizardPageSimple a = TWizardPage (CWizardPageSimple a) |
| Inheritance type of the WizardPageSimple class.
|
|
| data CWizardPageSimple a |
| Abstract type of the WizardPageSimple class.
|
|
|
| WxArray
|
|
| type WxArray a = Object (CWxArray a) |
| Pointer to an object of type WxArray.
|
|
| type TWxArray a = CWxArray a |
| Inheritance type of the WxArray class.
|
|
| data CWxArray a |
| Abstract type of the WxArray class.
|
|
|
| WxDllLoader
|
|
| type WxDllLoader a = Object (CWxDllLoader a) |
| Pointer to an object of type WxDllLoader.
|
|
| type TWxDllLoader a = CWxDllLoader a |
| Inheritance type of the WxDllLoader class.
|
|
| data CWxDllLoader a |
| Abstract type of the WxDllLoader class.
|
|
|
| WxExpr
|
|
| type WxExpr a = Object (CWxExpr a) |
| Pointer to an object of type WxExpr.
|
|
| type TWxExpr a = CWxExpr a |
| Inheritance type of the WxExpr class.
|
|
| data CWxExpr a |
| Abstract type of the WxExpr class.
|
|
|
| WxManagedPtr
|
|
| type WxManagedPtr a = Object (CWxManagedPtr a) |
| Pointer to an object of type WxManagedPtr.
|
|
| type TWxManagedPtr a = CWxManagedPtr a |
| Inheritance type of the WxManagedPtr class.
|
|
| data CWxManagedPtr a |
| Abstract type of the WxManagedPtr class.
|
|
|
| WxObject
|
|
| type WxObject a = Object (CWxObject a) |
| Pointer to an object of type WxObject.
|
|
| type TWxObject a = CWxObject a |
| Inheritance type of the WxObject class.
|
|
| data CWxObject a |
| Abstract type of the WxObject class.
|
|
|
| WxPoint
|
|
| type WxPoint a = Object (CWxPoint a) |
| Pointer to an object of type WxPoint.
|
|
| type TWxPoint a = CWxPoint a |
| Inheritance type of the WxPoint class.
|
|
| data CWxPoint a |
| Abstract type of the WxPoint class.
|
|
|
| WxRect
|
|
| type WxRect a = Object (CWxRect a) |
| Pointer to an object of type WxRect.
|
|
| type TWxRect a = CWxRect a |
| Inheritance type of the WxRect class.
|
|
| data CWxRect a |
| Abstract type of the WxRect class.
|
|
|
| WxSize
|
|
| type WxSize a = Object (CWxSize a) |
| Pointer to an object of type WxSize.
|
|
| type TWxSize a = CWxSize a |
| Inheritance type of the WxSize class.
|
|
| data CWxSize a |
| Abstract type of the WxSize class.
|
|
|
| WxString
|
|
| type WxString a = Object (CWxString a) |
| Pointer to an object of type WxString.
|
|
| type TWxString a = CWxString a |
| Inheritance type of the WxString class.
|
|
| data CWxString a |
| Abstract type of the WxString class.
|
|
|
| XmlResource
|
|
| type XmlResource a = WxObject (CXmlResource a) |
| Pointer to an object of type XmlResource, derived from WxObject.
|
|
| type TXmlResource a = TWxObject (CXmlResource a) |
| Inheritance type of the XmlResource class.
|
|
| data CXmlResource a |
| Abstract type of the XmlResource class.
|
|
|
| XmlResourceHandler
|
|
| type XmlResourceHandler a = WxObject (CXmlResourceHandler a) |
| Pointer to an object of type XmlResourceHandler, derived from WxObject.
|
|
| type TXmlResourceHandler a = TWxObject (CXmlResourceHandler a) |
| Inheritance type of the XmlResourceHandler class.
|
|
| data CXmlResourceHandler a |
| Abstract type of the XmlResourceHandler class.
|
|
|
| ZipInputStream
|
|
| type ZipInputStream a = InputStream (CZipInputStream a) |
| Pointer to an object of type ZipInputStream, derived from InputStream.
|
|
| type TZipInputStream a = TInputStream (CZipInputStream a) |
| Inheritance type of the ZipInputStream class.
|
|
| data CZipInputStream a |
| Abstract type of the ZipInputStream class.
|
|
|
| ZlibInputStream
|
|
| type ZlibInputStream a = FilterInputStream (CZlibInputStream a) |
| Pointer to an object of type ZlibInputStream, derived from FilterInputStream.
|
|
| type TZlibInputStream a = TFilterInputStream (CZlibInputStream a) |
| Inheritance type of the ZlibInputStream class.
|
|
| data CZlibInputStream a |
| Abstract type of the ZlibInputStream class.
|
|
|
| ZlibOutputStream
|
|
| type ZlibOutputStream a = FilterOutputStream (CZlibOutputStream a) |
| Pointer to an object of type ZlibOutputStream, derived from FilterOutputStream.
|
|
| type TZlibOutputStream a = TFilterOutputStream (CZlibOutputStream a) |
| Inheritance type of the ZlibOutputStream class.
|
|
| data CZlibOutputStream a |
| Abstract type of the ZlibOutputStream class.
|
|
|
| Produced by Haddock version 2.1.0 |