SDBUIForm: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(added note about default and cancel button) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{AutomationObjectsList}} | |||
== 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 === | ||
Line 13: | Line 16: | ||
|[[ISDBUIForm::ShowModal|ShowModal]] |Method | | |[[ISDBUIForm::ShowModal|ShowModal]] |Method | | ||
|[[ISDBUIForm::StayOnTop|StayOnTop]] |Property Get/Let | | |[[ISDBUIForm::StayOnTop|StayOnTop]] |Property Get/Let | | ||
|[[ISDBUIForm::ActiveControl|ActiveControl]] |Property Get/Let | From 3.1.2. | |||
}} | }} | ||
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 |