Template:DXLIB FUNCTIONS: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (→List) |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | |||
===<span style="color:##332170;text-shadow:0.05em 0.05em 0.2em blue;">General Functions</span>=== | ===<span style="color:##332170;text-shadow:0.05em 0.05em 0.2em blue;">General Functions</span>=== | ||
*[[ | *[[dxGetLibrary]] | ||
*[[ | *[[dxGetScreen]] | ||
*[[ | *[[dxSet]] | ||
*[[ | *[[dxGet]] | ||
*[[ | *[[dxSetText]] | ||
*[[ | *[[dxSetTitle]] | ||
*[[ | *[[dxSetVisible]] | ||
*[[ | *[[dxSetEnabled]] | ||
*[[ | *[[dxSetPosition]] | ||
*[[ | *[[dxGetPosition]] | ||
*[[ | *[[dxSetSize]] | ||
*[[ | *[[dxGetSize]] | ||
*[[ | *[[dxGetRootParent]] | ||
*[[ | *[[dxSetColorBackground]] | ||
*[[ | *[[dxSetColorText]] | ||
*[[ | *[[dxSetColorSelected]] | ||
*[[ | *[[dxSetColorBorder]] | ||
*[[ | *[[dxFont]] | ||
*[[ | *[[dxSetFont]] | ||
*[[ | *[[dxGetText]] | ||
*[[ | *[[dxSetTitle]] | ||
*[[ | *[[dxGetTitle]] | ||
===<span style="color:###412891;text-shadow:0.05em 0.05em 0.2em purple;">Window</span>=== | ===<span style="color:###412891;text-shadow:0.05em 0.05em 0.2em purple;">Window</span>=== | ||
*[[ | *[[dxWindow]] | ||
*[[ | *[[dxWindowSetCloseState]] | ||
*[[ | *[[dxWindowGetCloseState]] | ||
===<span style="color:###412891;text-shadow:0.05em 0.05em 0.2em purple;">Button</span>=== | ===<span style="color:###412891;text-shadow:0.05em 0.05em 0.2em purple;">Button</span>=== | ||
*[[ | *[[dxButton]] | ||
===<span style="color:###412891;text-shadow:0.05em 0.05em 0.2em purple;">CheckBox</span>=== | ===<span style="color:###412891;text-shadow:0.05em 0.05em 0.2em purple;">CheckBox</span>=== | ||
*[[ | *[[dxCheckBox]] | ||
*[[ | *[[dxCheckBoxSetState]] | ||
*[[ | *[[dxCheckBoxGetState]] | ||
===<span style="color:###412891;text-shadow:0.05em 0.05em 0.2em purple;">Edit</span>=== | ===<span style="color:###412891;text-shadow:0.05em 0.05em 0.2em purple;">Edit</span>=== | ||
*[[ | *[[dxEdit]] | ||
*[[ | *[[dxEditSetMasked]] | ||
*[[ | *[[dxEditSetMaxCharacters]] | ||
===<span style="color:###412891;text-shadow:0.05em 0.05em 0.2em purple;">GridList</span>=== | ===<span style="color:###412891;text-shadow:0.05em 0.05em 0.2em purple;">GridList</span>=== | ||
*[[ | *[[dxGridList]] | ||
*[[ | *[[dxGridListAddItem]] | ||
*[[ | *[[dxGridListRemoveItem]] | ||
*[[ | *[[dxGridListAddColumn]] | ||
*[[ | *[[dxGridListRemoveColumn]] | ||
*[[ | *[[dxGridListGetItemSelected]] | ||
*[[ | *[[dxGridListSetItemSelected]] | ||
*[[ | *[[dxGridListGetScrollHV]] | ||
===<span style="color:###412891;text-shadow:0.05em 0.05em 0.2em purple;">Image</span>=== | ===<span style="color:###412891;text-shadow:0.05em 0.05em 0.2em purple;">Image</span>=== | ||
*[[ | *[[dxImage]] | ||
*[[ | *[[dxImageApplyMask]] | ||
*[[ | *[[dxImageRemoveMask]] | ||
===<span style="color:###412891;text-shadow:0.05em 0.05em 0.2em purple;">Label</span>=== | ===<span style="color:###412891;text-shadow:0.05em 0.05em 0.2em purple;">Label</span>=== | ||
*[[ | *[[dxLabel]] | ||
===<span style="color:###412891;text-shadow:0.05em 0.05em 0.2em purple;">List</span>=== | ===<span style="color:###412891;text-shadow:0.05em 0.05em 0.2em purple;">List</span>=== | ||
*[[ | *[[dxList]] | ||
*[[ | *[[dxListAddItem]] | ||
*[[ | *[[dxListRemoveItem]] | ||
*[[ | *[[dxListGetItemSelected]] | ||
*[[ | *[[dxListSetItemSelected]] | ||
*[[ | *[[dxListSetColorFilaItem]] | ||
===<span style="color:###412891;text-shadow:0.05em 0.05em 0.2em purple;">ProgressBar</span>=== | ===<span style="color:###412891;text-shadow:0.05em 0.05em 0.2em purple;">ProgressBar</span>=== | ||
*[[ | *[[dxProgressBar]] | ||
*[[ | *[[dxProgressBarSetProgress]] | ||
*[[ | *[[dxProgressBarGetProgress]] | ||
*[[dxProgressBarSetColor]] | |||
===<span style="color:###412891;text-shadow:0.05em 0.05em 0.2em purple;">ScrollBar</span>=== | ===<span style="color:###412891;text-shadow:0.05em 0.05em 0.2em purple;">ScrollBar</span>=== | ||
*[[ | *[[dxScroll]] | ||
*[[ | *[[dxScrollGetCurrentPosition]] | ||
*[[ | *[[dxScrollSetCurrentPosition]] | ||
*[[dxScrollSetColorButton]] | |||
*[[dxScrollSetVertical]] |
Latest revision as of 16:38, 6 October 2024
General Functions
- dxGetLibrary
- dxGetScreen
- dxSet
- dxGet
- dxSetText
- dxSetTitle
- dxSetVisible
- dxSetEnabled
- dxSetPosition
- dxGetPosition
- dxSetSize
- dxGetSize
- dxGetRootParent
- dxSetColorBackground
- dxSetColorText
- dxSetColorSelected
- dxSetColorBorder
- dxFont
- dxSetFont
- dxGetText
- dxSetTitle
- dxGetTitle
Window
Button
CheckBox
Edit
GridList
- dxGridList
- dxGridListAddItem
- dxGridListRemoveItem
- dxGridListAddColumn
- dxGridListRemoveColumn
- dxGridListGetItemSelected
- dxGridListSetItemSelected
- dxGridListGetScrollHV
Image
Label
List
- dxList
- dxListAddItem
- dxListRemoveItem
- dxListGetItemSelected
- dxListSetItemSelected
- dxListSetColorFilaItem