SDBUIForm: Difference between revisions
Jump to navigation
Jump to search
m (versions) |
(added note about default and cancel button) |
||
Line 2: | Line 2: | ||
== CoClass SDBUIForm == | == CoClass SDBUIForm == | ||
Object represents a single window. | |||
When user presses <tt>Enter</tt> in the window, [[ISDBUIButton::Default|default button]] handler is called. When user presses <tt>Esc</tt>, the [[ISDBUIButton::Cancel|cancel button]] handler is called. Both of these are optional. | |||
=== ISDBUIForm members === | === ISDBUIForm members === |
Latest revision as of 16:00, 23 April 2013
- SDBAlbum
- SDBAlbumArtItem
- SDBAlbumArtList
- SDBAlbums
- SDBApplication
- SDBArtist
- SDBArtists
- SDBCommonDialog
- SDBDatabase
- SDBDBIterator
- SDBDevice
- SDBDeviceList
- SDBDropTarget
- SDBDropTargetLast
- SDBDropTargetNext
- SDBDropTargetRip
- SDBFileSystem
- SDBHWEvents
- SDBImage
- SDBIniFile
- SDBMedia
- SDBMenuItem
- SDBPlayer
- SDBPlaylist
- SDBPlaylists
- SDBProgress
- SDBRegistry
- SDBScriptControl
- SDBSongData
- SDBSongIterator
- SDBSongList
- SDBStringList
- SDBTextFile
- SDBTimer
- SDBTools
- SDBTrackSynchStatus
- SDBTracksWindow
- SDBTree
- SDBTreeNode
- SDBUI
- SDBUIActiveX
- SDBUIButton
- SDBUICheckBox
- SDBUICommon
- SDBUIDockablePanel
- SDBUIDropDown
- SDBUIEdit
- SDBUIForm
- SDBUIGroupBox
- SDBUILabel
- SDBUIListBox
- SDBUIMaskEdit
- SDBUIMultiLineEdit
- SDBUIPanel
- SDBUIRadioButton
- SDBUISpinEdit
- SDBUITrackBar
- SDBUITranspPanel
- SDBUITreeList
- SDBUITreeListItem
- SDBWebSearch
CoClass SDBUIForm
Object represents a single window.
When user presses Enter in the window, default button handler is called. When user presses Esc, the cancel button handler is called. Both of these are optional.
ISDBUIForm members
Name | Type | Description |
---|---|---|
BorderStyle | Property Get/Let | |
Caption | Property Get/Let | |
Common | Property Get | |
FormPosition | Property Get/Let | |
SavePositionName | Property Get/Let | |
ShowModal | Method | |
StayOnTop | Property Get/Let | |
ActiveControl | Property Get/Let | From 3.1.2. |
ISDBUIFormEvents members
Name | Type | Description |
---|---|---|
OnClose | Event |