Docs: LCLType partial revision

git-svn-id: trunk@33144 -
This commit is contained in:
dodi 2011-10-29 06:20:37 +00:00
parent 0bb944d2f6
commit 6f369dbff1

View File

@ -759,460 +759,513 @@
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="DT_RIGHT"> <element name="DT_RIGHT">
<short></short> <short><var>DrawText</var> formatting:
<descr> text justified to the right of the rectangle.
</descr> </short>
<seealso> <descr>
</seealso> </descr>
<seealso>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="DT_VCENTER"> <element name="DT_VCENTER">
<short></short> <short><var>DrawText</var> formatting:
<descr> text centered vertically within the rectangle.
</descr> </short>
<seealso> <descr>
</seealso> </descr>
<seealso>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="DT_BOTTOM"> <element name="DT_BOTTOM">
<short></short> <short><var>DrawText</var> formatting:
<descr> text justified to the bottom of the rectangle.
</descr> </short>
<seealso> <descr>
</seealso> </descr>
<seealso>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="DT_WORDBREAK"> <element name="DT_WORDBREAK">
<short></short> <short><var>DrawText</var> formatting:
<descr> text can wrap into multiple lines.
</descr> </short>
<seealso> <descr>
</seealso> </descr>
<seealso>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="DT_SINGLELINE"> <element name="DT_SINGLELINE">
<short></short> <short><var>DrawText</var> formatting:
<descr> text is drawn in a single line, regardless of embedded line endings.
</descr> </short>
<seealso> <descr>
</seealso> </descr>
<seealso>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="DT_EXPANDTABS"> <element name="DT_EXPANDTABS">
<short></short> <short><var>DrawText</var> formatting:
<descr> expand tab characters.
</descr> </short>
<seealso> <descr>
</seealso> </descr>
<seealso>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="DT_NOCLIP"> <element name="DT_NOCLIP">
<short></short> <short><var>DrawText</var> formatting:
<descr> text is drawn without clipping.
</descr> </short>
<seealso> <descr>
</seealso> </descr>
<seealso>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="DT_CALCRECT"> <element name="DT_CALCRECT">
<short></short> <short><var>DrawText</var> formatting:
<descr> returns the required rectangle, without actually drawing.
</descr> </short>
<seealso> <descr>
</seealso> </descr>
<seealso>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="DT_NOPREFIX"> <element name="DT_NOPREFIX">
<short></short> <short><var>DrawText</var> formatting:
<descr> show embedded '&amp;' characters.
</descr> </short>
<seealso> <descr>
</seealso> </descr>
<seealso>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="DT_INTERNAL"> <element name="DT_INTERNAL">
<short></short> <short><var>DrawText</var> formatting:
<descr> uses the system font for calculations.
</descr> </short>
<seealso> <descr>
</seealso> </descr>
<seealso>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="DT_EDITCONTROL"> <element name="DT_EDITCONTROL">
<short></short> <short><var>DrawText</var> formatting:
<descr> emulate behaviour of a multiline EDIT control.
</descr> </short>
<seealso> <descr>
</seealso> </descr>
<seealso>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="DT_END_ELLIPSIS"> <element name="DT_END_ELLIPSIS">
<short></short> <short><var>DrawText</var> formatting:
<descr> appends an ellipsis when the text is truncated.
</descr> </short>
<seealso> <descr>
</seealso> </descr>
<seealso>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="DT_MODIFYSTRING"> <element name="DT_MODIFYSTRING">
<short></short> <short><var>DrawText</var> formatting:
<descr> update the string to match the displayed text (possibly truncated).
</descr> </short>
<seealso> <descr>
</seealso> </descr>
<seealso>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="DT_RTLREADING"> <element name="DT_RTLREADING">
<short></short> <short><var>DrawText</var> formatting:
<descr> use right-to-left reading layout for bidirectional text.
</descr> </short>
<seealso> <descr>
</seealso> </descr>
<seealso>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="DFC_CAPTION"> <element name="DFC_CAPTION">
<short></short> <short><var>DrawFrameControl</var> control type:
<descr> title bar.
</descr> </short>
<seealso> <descr>
</seealso> </descr>
<seealso>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="DFC_MENU"> <element name="DFC_MENU">
<short></short> <short><var>DrawFrameControl</var> control type:
<descr> menu bar.
</descr> </short>
<seealso> <descr>
</seealso> </descr>
<seealso>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="DFC_SCROLL"> <element name="DFC_SCROLL">
<short></short> <short><var>DrawFrameControl</var> control type:
<descr> scroll bar.
</descr> </short>
<seealso> <descr>
</seealso> </descr>
<seealso>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="DFC_BUTTON"> <element name="DFC_BUTTON">
<short></short> <short><var>DrawFrameControl</var> control type:
<descr> button.
</descr> </short>
<seealso> <descr>
</seealso> </descr>
<seealso>
</seealso>
</element>
<!-- constant Visibility: default -->
<element name="DFC_POPUPMENU">
<short><var>DrawFrameControl</var> control type:
menu item.
</short>
<descr>
</descr>
<seealso>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="DFCS_BUTTONCHECK"> <element name="DFCS_BUTTONCHECK">
<short></short> <short><var>DrawFrameControl</var> button control style:
<descr> checkbox.
</descr> </short>
<seealso> <descr>
</seealso> </descr>
<seealso>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="DFCS_BUTTONRADIOIMAGE"> <element name="DFCS_BUTTONRADIOIMAGE">
<short></short> <short><var>DrawFrameControl</var> button control style:
<descr> radio button image.
</descr> </short>
<seealso> <descr>
</seealso> </descr>
<seealso>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="DFCS_BUTTONRADIOMASK"> <element name="DFCS_BUTTONRADIOMASK">
<short></short> <short><var>DrawFrameControl</var> button control style:
<descr> radio button mask.
</descr> </short>
<seealso> <descr>
</seealso> </descr>
<seealso>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="DFCS_BUTTONRADIO"> <element name="DFCS_BUTTONRADIO">
<short></short> <short><var>DrawFrameControl</var> button control style:
<descr> radio button.
</descr> </short>
<seealso> <descr>
</seealso> </descr>
<seealso>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="DFCS_BUTTON3STATE"> <element name="DFCS_BUTTON3STATE">
<short></short> <short><var>DrawFrameControl</var> button control style:
<descr> three-state button.
</descr> </short>
<seealso> <descr>
</seealso> </descr>
<seealso>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="DFCS_BUTTONPUSH"> <element name="DFCS_BUTTONPUSH">
<short></short> <short><var>DrawFrameControl</var> button control style:
<descr> push button.
</descr> </short>
<seealso> <descr>
</seealso> </descr>
<seealso>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="DFCS_CAPTIONCLOSE"> <element name="DFCS_CAPTIONCLOSE">
<short></short> <short><var>DrawFrameControl</var> caption control style:
<descr> Close button.
</descr> </short>
<seealso> <descr>
</seealso> </descr>
<seealso>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="DFCS_CAPTIONMIN"> <element name="DFCS_CAPTIONMIN">
<short></short> <short><var>DrawFrameControl</var> caption control style:
<descr> Minimize button.
</descr> </short>
<seealso> <descr>
</seealso> </descr>
<seealso>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="DFCS_CAPTIONMAX"> <element name="DFCS_CAPTIONMAX">
<short></short> <short><var>DrawFrameControl</var> caption control style:
<descr> Maximize button.
</descr> </short>
<seealso> <descr>
</seealso> </descr>
<seealso>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="DFCS_CAPTIONRESTORE"> <element name="DFCS_CAPTIONRESTORE">
<short></short> <short><var>DrawFrameControl</var> caption control style:
<descr> Restore button.
</descr> </short>
<seealso> <descr>
</seealso> </descr>
<seealso>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="DFCS_CAPTIONHELP"> <element name="DFCS_CAPTIONHELP">
<short></short> <short><var>DrawFrameControl</var> caption control style:
<descr> Help button.
</descr> </short>
<seealso> <descr>
</seealso> </descr>
<seealso>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="DFCS_MENUARROW"> <element name="DFCS_MENUARROW">
<short></short> <short><var>DrawFrameControl</var> menubar control style:
<descr> submenu arrow.
</descr> </short>
<seealso> <descr>
</seealso> </descr>
<seealso>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="DFCS_MENUCHECK"> <element name="DFCS_MENUCHECK">
<short></short> <short><var>DrawFrameControl</var> menubar control style:
<descr> check mark.
</descr> </short>
<seealso> <descr>
</seealso> </descr>
<seealso>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="DFCS_MENUBULLET"> <element name="DFCS_MENUBULLET">
<short></short> <short><var>DrawFrameControl</var> menubar control style:
<descr> bullet.
</descr> </short>
<seealso> <descr>
</seealso> </descr>
<seealso>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="DFCS_SCROLLDOWN"> <element name="DFCS_SCROLLDOWN">
<short></short> <short><var>DrawFrameControl</var> scrollbar control style:
<descr> down arrow.
</descr> </short>
<seealso> <descr>
</seealso> </descr>
<seealso>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="DFCS_SCROLLLEFT"> <element name="DFCS_SCROLLLEFT">
<short></short> <short><var>DrawFrameControl</var> scrollbar control style:
<descr> left arrow.
</descr> </short>
<seealso> <descr>
</seealso> </descr>
<seealso>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="DFCS_SCROLLRIGHT"> <element name="DFCS_SCROLLRIGHT">
<short></short> <short><var>DrawFrameControl</var> scrollbar control style:
<descr> right arrow.
</descr> </short>
<seealso> <descr>
</seealso> </descr>
<seealso>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="DFCS_SCROLLCOMBOBOX"> <element name="DFCS_SCROLLCOMBOBOX">
<short></short> <short><var>DrawFrameControl</var> scrollbar control style:
<descr> combobox scrollbar.
</descr> </short>
<seealso> <descr>
</seealso> </descr>
<seealso>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="DFCS_SCROLLSIZEGRIP"> <element name="DFCS_SCROLLSIZEGRIP">
<short></short> <short><var>DrawFrameControl</var> scrollbar control style:
<descr> size grip in the bottom-right window corner.
</descr> </short>
<seealso> <descr>
</seealso> </descr>
<seealso>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="DFCS_SCROLLUP"> <element name="DFCS_SCROLLUP">
<short></short> <short><var>DrawFrameControl</var> scrollbar control style:
<descr> up arrow.
</descr> </short>
<seealso> <descr>
</seealso> </descr>
<seealso>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="DFCS_INACTIVE"> <element name="DFCS_INACTIVE">
<short></short> <short><var>DrawFrameControl</var> control state:
<descr> inactive (grayed).
</descr> </short>
<seealso> <descr>
</seealso> </descr>
<seealso>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="DFCS_PUSHED"> <element name="DFCS_PUSHED">
<short></short> <short><var>DrawFrameControl</var> button control state:
<descr> button pushed.
</descr> </short>
<seealso> <descr>
</seealso> </descr>
<seealso>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="DFCS_CHECKED"> <element name="DFCS_CHECKED">
<short></short> <short><var>DrawFrameControl</var> button control state:
<descr> button checked.
</descr> </short>
<seealso> <descr>
</seealso> </descr>
<seealso>
</seealso>
</element>
<!-- constant Visibility: default -->
<element name="DFCS_TRANSPARENT">
<short><var>DrawFrameControl</var> control style:
transparent (title bar...).
</short>
<descr>
</descr>
<seealso>
</seealso>
</element>
<!-- constant Visibility: default -->
<element name="DFCS_HOT">
<short><var>DrawFrameControl</var> scrollbar control state:
button hot-tracked.
</short>
<descr>
</descr>
<seealso>
</seealso>
</element> </element>
<!-- constant Visibility: default -->
<element name="DFCS_TRANSPARENT">
<short></short>
<descr>
</descr>
<seealso>
</seealso>
</element>
<!-- constant Visibility: default -->
<element name="DFCS_HOT">
<short></short>
<descr>
</descr>
<seealso>
</seealso>
</element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="DFCS_ADJUSTRECT"> <element name="DFCS_ADJUSTRECT">
<short></short> <short><var>DrawFrameControl</var> button control style:
<descr> exclude frame.
</descr> </short>
<seealso> <descr>
</seealso> </descr>
<seealso>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="DFCS_FLAT"> <element name="DFCS_FLAT">
<short></short> <short><var>DrawFrameControl</var> button control style:
<descr> flat.
</descr> </short>
<seealso> <descr>
</seealso> </descr>
<seealso>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="DFCS_MONO"> <element name="DFCS_MONO">
<short></short> <short><var>DrawFrameControl</var> button control style:
<descr> monochrome border.
</descr> </short>
<seealso> <descr>
</seealso> </descr>
<seealso>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="HTERROR"> <element name="HTERROR">
<short></short> <short>Hit test: [what?]</short>
<descr> <descr>
</descr> </descr>
<seealso> <seealso>
</seealso> </seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="HTTRANSPARENT"> <element name="HTTRANSPARENT">
<short></short> <short>Hit test: transparent area[?]</short>
<descr> <descr>
</descr> </descr>
<seealso> <seealso>
</seealso> </seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="HTNOWHERE"> <element name="HTNOWHERE">
<short></short> <short>Hit test: outside control.</short>
<descr> <descr>
</descr> </descr>
<seealso> <seealso>
</seealso> </seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="HTCLIENT"> <element name="HTCLIENT">
<short></short> <short>Hit test: client area.</short>
<descr> <descr>
</descr> </descr>
<seealso> <seealso>
</seealso> </seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="HTCAPTION"> <element name="HTCAPTION">
<short></short> <short>Hit test: caption background.</short>
<descr> <descr>
</descr> </descr>
<seealso> <seealso>
</seealso> </seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
@ -1223,7 +1276,6 @@
<seealso> <seealso>
</seealso> </seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="MSGF_MESSAGEBOX"> <element name="MSGF_MESSAGEBOX">
<short></short> <short></short>
@ -1232,7 +1284,6 @@
<seealso> <seealso>
</seealso> </seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="MSGF_MENU"> <element name="MSGF_MENU">
<short></short> <short></short>
@ -1241,7 +1292,6 @@
<seealso> <seealso>
</seealso> </seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="MSGF_MOVE"> <element name="MSGF_MOVE">
<short></short> <short></short>
@ -1250,7 +1300,6 @@
<seealso> <seealso>
</seealso> </seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="MSGF_SIZE"> <element name="MSGF_SIZE">
<short></short> <short></short>
@ -1259,7 +1308,6 @@
<seealso> <seealso>
</seealso> </seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="MSGF_SCROLLBAR"> <element name="MSGF_SCROLLBAR">
<short></short> <short></short>
@ -1268,7 +1316,6 @@
<seealso> <seealso>
</seealso> </seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="MSGF_NEXTWINDOW"> <element name="MSGF_NEXTWINDOW">
<short></short> <short></short>
@ -1280,57 +1327,56 @@
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="PM_Noremove"> <element name="PM_Noremove">
<short></short> <short><var>PeekMessage</var> flag:
<descr> don't remove peeked message.
</descr> </short>
<seealso> <descr>
</seealso> </descr>
<seealso>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="PM_Remove"> <element name="PM_Remove">
<short></short> <short><var>PeekMessage</var> flag:
<descr> remove peeked message.
</descr> </short>
<seealso> <descr>
</seealso> </descr>
<seealso>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="MF_BYCOMMAND"> <element name="MF_BYCOMMAND">
<short></short> <short>Find menu item by command ID.</short>
<descr> <descr>
</descr> </descr>
<seealso> <seealso>
</seealso> </seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="MF_BYPOSITION"> <element name="MF_BYPOSITION">
<short></short> <short>Find menu item by position number.</short>
<descr> <descr>
</descr> </descr>
<seealso> <seealso>
</seealso> </seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="MF_BYHANDLE"> <element name="MF_BYHANDLE">
<short></short> <short>[?]</short>
<descr> <descr>
</descr> </descr>
<seealso> <seealso>
</seealso> </seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="MF_SEPARATOR"> <element name="MF_SEPARATOR">
<short></short> <short></short>
<descr> <descr>
</descr> </descr>
<seealso> <seealso>
</seealso> </seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="MF_ENABLED"> <element name="MF_ENABLED">