Commit Graph

1856 Commits

Author SHA1 Message Date
dsiders
4162d4cf25 Docs: LCL/extctrls. Adds TLabeledEdit.OnContextPopup topic for changes in 6be15f2b. 2024-10-20 01:58:48 +01:00
dsiders
c14fb39fe8 Docs: LCL. Updates border style and icon topics for changes in 939daf54. Issue #41189.
* TCustomForm.CMIconChanged
* TCustomForm.BorderStyle
* corrects invalid See Also links
2024-10-20 01:58:48 +01:00
dsiders
877b59d84e Docs: LCL/comctrls. Updates topics in THeaderSection for changes in 6a919803, c0b0fb81.
* Changes THeaderSection.OriginalIndex to public visibility.
* Update THeaderSection.Alignment and THeaderSection.Visible to reflect default value declarations.
2024-10-20 01:58:48 +01:00
dsiders
c85d53f86a Docs: LCL/menus. Updates the TMenuItem.InternalRethinkLines topic for changes in 3afd9c57. Issue #41028. 2024-10-20 01:58:47 +01:00
dsiders
98c70c9c28 Docs: LCL/menus. Updates the TMenuItem.CheckChildrenHandles topic for changes in 93af6708. Issue #41109. 2024-10-20 01:58:47 +01:00
dsiders
6a22596f32 Docs: LCL/checklst. Adds TCheckListBox.Options topic for changes in 14018cbf. 2024-10-20 01:58:47 +01:00
dsiders
d2dac0bbb9 Docs: LCL/menus. Adds menu / menu item line reduction topics for changes in e762d9b6. Issue #41028. 2024-10-20 01:58:46 +01:00
dsiders
77d2d5346e Docs: LCL/comctrls. Adds the TPageControl.UpdateDockCaption topic for changes in d944f9f5. Issue #40741. 2024-10-20 01:58:43 +01:00
dsiders
469023dd3b Docs: LCL/menus. Adds and updates TPopUpMenu topics for changes in 987f140c. Issue #41036.
* TPopupMenu.SetPopupPoint (added)
* TPopupMenu.PopUp (updated)
* TPopupMenu.PopupPoint (updated)
2024-10-20 01:58:42 +01:00
dsiders
df33147eb7 Docs: LCL/grids. Updates UpdateHorzScrollBar and UpdateVertScrollbar topics in TCustomGrid for changes in 9c955b7c. 2024-10-20 01:58:42 +01:00
dsiders
015381325b Docs: LCL/actnlist. Updates TCustomAction topics modified in da3310dd. Issue #41005.
* Affects:
* TCustomAction
* TCustomAction.SetAutoCheck
* TCustomAction.SetCaption
* TCustomAction.SetChecked
* TCustomAction.SetEnabled
* TCustomAction.SetGroupIndex
* TCustomAction.SetHelpContext
* TCustomAction.SetHelpType
* TCustomAction.SetHelpKeyword
* TCustomAction.SetHint
* TCustomAction.SetImageIndex
* TCustomAction.SetShortCut
* TCustomAction.SetVisible
2024-10-20 01:58:41 +01:00
dsiders
8e37966d49 Revert "Docs: LCL/comctrls. Adds TCustomTabControl.ActivateFirstControlOnPage topic for changes in e5a63799. Issue #40775."
This reverts commit 5c3a46c7855db56d6e00bed3c20a46eae44b86ec.
2024-10-20 01:58:38 +01:00
dsiders
8e80f10271 Revert "Docs: LCL/comctrls. Updates TCustomTabControl topics for changes in 5e54b2f9, 148735d8."
This reverts commit 03d61fcd1bcbbe40dd53e54e5e0a7f8010f15da8.
2024-10-20 01:58:37 +01:00
dsiders
6625afb1dc Revert "Docs: LCL/comctrls. Updates TCustomTabControl.Change topic for changes in 36c308d1."
This reverts commit 6eff43b592726068ed7cf9ee3903703531b6f9d2.
2024-10-20 01:58:36 +01:00
dsiders
583a83f3a8 Revert "Docs: LCL/comctrls. Updates TCustomTabControl topics for changes in db41ce26."
This reverts commit 60dda96b3ecf629db6a0b80da8b56a556d670151.
2024-10-20 01:58:34 +01:00
dsiders
7e234e47ec Docs: Various Fixes duplicate words 'the the '. 2024-10-20 01:58:33 +01:00
dsiders
7ba4881fd9 Docs: LCL/LazUtils. Updates the link to license information and the copyright declaration in file headers. 2024-10-20 01:58:26 +01:00
dsiders
380681e2cd Docs: LCL/lclproc. Adds deprecation notices and links for changes in c1274517. Includes:
* RaiseGDBException
* DebugLn
* DebugLnEnter
* DebugLnExit
* DbgOut
* DbgS
* DbgSName
* DbgStr
* DbgWideStr
* dbgMemRange
* dbgMemStream
* dbgObjMem
* dbgHex
* CloseDebugOutput
2024-10-20 01:58:24 +01:00
dsiders
88315fb8a2 Docs: LCL/lclproc. Removes or deprecates topics moved to LazUtils/lazutilities. Changed in ca71aeb4.
* Removes: TStringsSortCompare
* Deprecates: MergeSort, CreateFirstIdentifier, CreateNextIdentifier.
2024-10-20 01:58:24 +01:00
dsiders
6b122dc296 Docs: LCL/extctrls. Adds topic for published NumbersOnly property in TLabeledEdit. Added in 76182b6c. 2024-10-20 01:58:23 +01:00
dsiders
fd097a5f62 Docs: LCL/controls. Minor corrections in TChildControlResizeStyle where "width" or "height" was used instead of "size". 2024-10-20 01:58:23 +01:00
dsiders
127ba96ec8 Docs: LCL/controls. Updates content in child sizng-related topics, including:
* TChildControlResizeStyle
* TControlChildrenLayout
* TControlChildSizing
* TControlChildSizing.ControlsPerLine
* TControlChildSizing.EnlargeHorizontal
* TControlChildSizing.EnlargeVertical
* TControlChildSizing.Layout
* TControlChildSizing.ShrinkHorizontal
* TControlChildSizing.ShrinkVertical
* TControlChildSizing.TopBottomSpacing

* The changes try to simplify and consolidate the content in these topics.
* The updates focus less on the innards of the layout algorithms and more
* on their observable behavior.
* The comments in controls.pp source code need to be updated.
* They do not reflect the actual implementation any longer.
2024-10-20 01:58:23 +01:00
dsiders
34f30ff73f Docs: LCL/forms. Updates TApplication.ActivateHint topic for changes in 90dbac6a. Issue #40820. 2024-10-20 01:58:22 +01:00
dsiders
028dd8b0f8 Docs: LCL/controls. Updates ChildSizing-related topics for changes in: 65809d75, 29f16437, 22881f66, da3a1abb, 560c6818, 1f35f2f8.
* Updated topics:
* TChildControlResizeStyle
* TControlChildSizing.EnlargeVertical
* TControlChildSizing.EnlargeHorizontal
* TControlChildSizing.HorizontalSpacing
* TControlChildSizing.VerticalSpacing
* TWinControl.ChildSizing
2024-10-20 01:58:21 +01:00
dsiders
b329260bb0 Docs: LCL/grids. Updates FocusColor and FocusRectVisible topics in TCustomGrid for changes in 86a410c9. 2024-10-20 01:58:21 +01:00
dsiders
340a862e93 Docs: LCL/controls. Rearranges and updates content in TChildControlResizeStyle topics. 2024-10-20 01:58:21 +01:00
dsiders
aba6fbd822 Docs: LCL/dialogs. Updates, clarifies content in TaskDlg topics. 2024-10-20 01:58:20 +01:00
dsiders
f45a7a1900 Docs: LCL/dialogs. Adds TaskDlg topics for changes in 5779cff4. 2024-10-20 01:58:20 +01:00
dsiders
e7d336f8ee Docs: LCL/controls. Adds missing CM_MASKHITTEST topic. 2024-10-20 01:58:19 +01:00
dsiders
f614fbc25b Docs: LCL/controls. Adds content in the DefaultSideForAnchorKind topic. 2024-10-20 01:58:19 +01:00
dsiders
c61ff37cf8 Docs: LCL/comboex. Adds missing content. 2024-10-20 01:58:18 +01:00
dsiders
de85df0d3e Docs: LCL/buttons. Adds missing topics, including:
* TButtonImage
* TCustomBitBtn.LoadGlyphFromResource
* GetButtonImageIndex
* LoadGlyphFromResource
2024-10-20 01:58:18 +01:00
dsiders
2ea537c259 Docs: LCL/grids. Adds, removes topics for changes in 153c212c.
* Adds:
* TDrawGrid.FocusColor
* TDrawGrid.FocusRectVisible
* TStringGrid.FocusColor
* TStringGrid.FocusRectVisible

* Removes:
* TDrawGrid.VisibleColCount
* TDrawGrid.VisibleRowCount
* TStringGrid.VisibleColCount
* TStringGrid.VisibleRowCount
2024-10-20 01:58:17 +01:00
dsiders
92ba77a5c6 Docs: LCL/editbtn. Updates topics for changes in 7446930e, 4c4c9631. Issues #40845, #40847.
* Updates:
* TFileNameEdit.CreateDialog
* TFileNameEdit.InitialDir
2024-10-20 01:58:17 +01:00
dsiders
c8dcda511d Docs: LCL/comctrls. Updates TCustomTabControl topics for changes in db41ce26.
* TCustomTabControl.Change
* TCustomTabControl.InternalSetPageIndex
* TCustomTabControl.MaybeSelectFirstControlOnPage
2024-10-20 01:58:17 +01:00
dsiders
0b7d0c5d1d Revert "Docs: LCL/maskedit. Changes topic order to match declaration order in 0cbb6646."
This reverts commit aef581b0c0bd5dfa768ef7ed817253c692a6e555.
2024-10-20 01:58:16 +01:00
dsiders
1b47c55880 Revert "Docs: LCL/maskedit. Adds EnableSets to the FormatMaskText topic. Changed in a09b37af."
This reverts commit f2626efc718b374cf8e800b17f265e65725d648f.
2024-10-20 01:58:15 +01:00
dsiders
8867480bc2 Docs: LCL/comctrls. Updates TCustomListView.ColumnClick topic to mention platform support for header drawing state. 2024-10-20 01:58:15 +01:00
dsiders
dfbdfbe059 Docs: LCL/comctrls. Updates the TCustomListView.ColumnClick topic for changes in 57bb5a13. 2024-10-20 01:58:15 +01:00
dsiders
84dbb4fc09 Docs: LCL/editbtn. Adds or updates TTimeEdit topics for changes in d6b0e5c0.
* TTimeEdit.FTimeAMPMString
* TTimeEdit.UsedFormatSettings
* TTimeEdit.GetTimeAMPMString
* TTimeEdit.SetTimeAMPMString
* TTimeEdit.TimeFormat
* TTimeEdit.TimeAMString
* TTimeEdit.TimePMString
2024-10-20 01:58:14 +01:00
dsiders
0838e8c01d Docs: LCL/buttonpanel. Adds TButtonPanel.ShowHint topic for changes in f47d94ce. 2024-10-20 01:58:14 +01:00
dsiders
72a06a0516 Docs: LCL/editbtn. Adds or updates TTimeEdit topics for changes in d85a691f.
* Adds:
* TTimeEdit.FTimeFormat
* TTimeEdit.FTimeSeparator
* TTimeEdit.SetTimeFormat
* TTimeEdit.SetTimeSeparator
* TTimeEdit.UsedFormatSettings
* TTimeEdit.UsedTimeFormat
* TTimeEdit.UsedTimeSeparator
* TTimeEdit.ValidTimeFormat
* TTimeEdit.TimeFormat
* TTimeEdit.TimeSeparator

* Updates:
* TTimeEdit
* TTimeEdit.Text
2024-10-20 01:58:14 +01:00
dsiders
a1b5a9e58e Docs: LCL/comctrls. Updates TCustomTabControl topics for changes in 5e54b2f9, 148735d8.
* TCustomTabControl.MaybeSelectFirstControlOnPage
* TCustomTabControl.Change
2024-10-20 01:58:13 +01:00
dsiders
75eb44e0c4 Docs: LCL/comctrls. Adds TCustomTabControl.ActivateFirstControlOnPage topic for changes in e5a63799. Issue #40775.
* Updates TCustomTabControl.Change.
2024-10-20 01:58:13 +01:00
dsiders
f697aec2d2 Docs: LCL/xmlpropstorage. Adds URL links to example code on git. 2024-10-20 01:58:13 +01:00
dsiders
27cda09f5f Docs: LCL/forms. Adds URL link to example code on git. 2024-10-20 01:58:12 +01:00
dsiders
f31d7bdec9 Docs: LCL/imglist. Adds GetHandle and Handle topics in TCustomImageList for changes in c7c643a4. 2024-10-20 01:58:11 +01:00
dsiders
e70d0e18c4 Docs: LCL/extctrls. Updates TCustomCheckGroup topics for changes in b4061b20. Issue #40738.
* TCustomCheckGroup.Checked
* TCustomCheckGroup.CheckEnabled
2024-10-20 01:58:11 +01:00
dsiders
95c2602a6c Docs: LCL/shellctrls. Updates content for renamed TCustomShellTreeView.ExistsAndIsValid topic. Changed in
44e32411.

* TCustomShellTreeView.ExistsAndIsValid
* TCustomShellTreeView.UpdateView
* TCustomShellTreeView.Path
* TCustomShellTreeView.OnSortCompare
2024-10-20 01:58:10 +01:00
dsiders
1fcfe24d7d Docs: LCL/dialogs, LCL/extdlgs. Updates content in Filter topics, including:
* TFileDialog.Filter
* TOpenPictureDialog.Filter
2024-10-20 01:58:09 +01:00
dsiders
741fe7ad70 Docs: LCL/shellctrls. Updates TCustomShellTreeView topics for changes in 1b2d06b8. Issue #40766.
* TCustomShellTreeView.Exists
* TCustomShellTreeView.ObjectTypes
2024-10-20 01:58:09 +01:00
dsiders
d30c638ff3 Docs: LCL/shellctrls. Updates the TCustomShellTreeView.UpdateView topic for changes in eb5db964. 2024-10-20 01:58:07 +01:00
dsiders
276af4a22b Docs: LCL/extctrls. Adds topics for new symbols in TCustomRadioGroup, TCustomCheckGroup. Added in f2a32ca7. Issue #40738.
* TCustomRadioGroup.GetButton
* TCustomRadioGroup.Buttons
* TCustomCheckGroup.GetButton
* TCustomCheckGroup.Buttons
2024-10-20 01:58:07 +01:00
dsiders
e2e4043226 Docs: LCL/shellctrls. Updates topics in TShellTreeView, TShellListView for changes in
9035cf4f.

* TCustomShellTreeView.Create
* TShellTreeView.ReadOnly
* TShellListView.ReadOnly
2024-10-20 01:58:07 +01:00
dsiders
5edce0a45d Revert "Docs: LCL/controls. Adds control message topics for changes in 9ae59e2b."
This reverts commit 1676d6532c8de484333b33923554a9c1130e0084.
2024-10-20 01:58:06 +01:00
dsiders
6dca5434b7 Docs: LCL/interfacebase. Adds TMessageDispatcher topics for changes in 92e31d44.
* TMessageDispatcher
* TMessageDispatcher.Create
* TMessageDispatcher.Dispatch
2024-10-20 01:58:06 +01:00
dsiders
f846d08eef Docs: LCL/lclproc. Adds AddCmdLineParamDesc topic for changes in f0eb9b84. Issue #40690. 2024-10-20 01:58:05 +01:00
dsiders
3e8fd84cf3 Docs: LCL/graphics. Adds content and See Also links in the TPicture.WriteData topic. 2024-10-20 01:58:05 +01:00
dsiders
379959e364 Docs: LCL/graphics. Updates TPicture.ReadData topic for changes in 05f867ee. Issue #40685.
* The method is private and will not appear in generated documentation. It had content, so I updated it.
2024-10-20 01:58:04 +01:00
dsiders
ad06ecc51e Docs: LCL/comctrls. Adds version information and tweaks wording in topics.
* Adds version information in TLVChangeEvent.
* Implies future widgetset changes in TCustomListView.CanChange, TCustomListView.OnChanging.
2024-10-20 01:58:04 +01:00
dsiders
471bba54b8 Docs: LCL/comctrls. Adds topics for changes in 76bbc6e2. Issue #19169.
* TLVChangingEvent
* TCustomListView.CanChange
* TCustomListView.OnChanging
* TListView.OnChanging
2024-10-20 01:58:03 +01:00
dsiders
bb694c4b08 Docs: LCL/extctrls. Updates content in TBoundLabel, TCustomLabeledEdit, and TLabeledEdit topics. 2024-10-20 01:58:03 +01:00
dsiders
cd93389a8e Docs: LCL/extctrls. Adds and updates topics for changes in ca219eca, including:
* TBoundLabel
* TBoundLabel.Create
* TBoundLabel.FocusControl
* TBoundLabel.Alignment
* TBoundLabel.Layout
* TLabelPosition
* TCustomLabeledEdit
* TCustomLabeledEdit.DoPositionLabel
* TLabeledEdit
* Admonitions based on discussions in https://forum.lazarus.freepascal.org/index.php/topic,65452.msg498672.html#msg498672
2024-10-20 01:58:03 +01:00
dsiders
6931ba37de DocsL LCL/controls. Updates version admonitions for backports to FPC 3.2.3. Changed in commits 72ea1555, e5831fc9. 2024-10-20 01:58:02 +01:00
dsiders
f8d06c652d Docs: LCL/editbtn. Updates topics for changes in 3692c658 and 764415b6.
* TCustomControlFilterEdit.EditKeyDown
2024-10-20 01:58:02 +01:00
dsiders
9b379f285b Revert "Revert "Docs: LCL/lresources. Adds deprecation notices in TUTF8Parser topics for changes in 5b65498e.""
This reverts commit 1c5aeb7cade691be903685e76ff2127015039291.
2024-10-20 01:58:01 +01:00
dsiders
9b65222e3f Revert "Docs: LCL/lresources. Adds deprecation notices in TUTF8Parser topics for changes in 5b65498e."
This reverts commit e01852c60035fe0d57cfddd2adc48c2750c074a2.
2024-10-20 01:58:01 +01:00
dsiders
92a606dd94 Docs: LCL/shellctrls. Updates TCustomShellTreeView.UpdateView topic for changes in 4b6c4e06. 2024-10-20 01:58:01 +01:00
dsiders
b1960a6a60 Docs: LCL/lresources. Adds deprecation notices in TUTF8Parser topics for changes in 5b65498e. 2024-10-20 01:58:01 +01:00
dsiders
e5eaf05f2f Docs: LCL/shellctrls. Updates content in the TCustomShellTreeView.UpdateView topic for changes in cd92f94f. 2024-10-20 01:58:00 +01:00
dsiders
0509a73b2d Docs: LCL/shellctrls. Adds or updates topics for changes in 01d11f00, 222117e4, and 6fd30d19. Includes:
* TCustomShellTreeView.FUpdateLock
* TCustomShellTreeView.UpdateView
* TCustomShellTreeView.ObjectTypes
* TCustomShellTreeView.FileSortType
* TCustomShellTreeView.OnSortCompare
* TCustomShellListView.SetObjectTypes
* TCustomShellListView.UpdateView
* TCustomShellListView.ObjectTypes
2024-10-20 01:58:00 +01:00
dsiders
9ece771d70 Revert "Docs: LCL/groupededit. Updates TCustomAbstractGroupedEdit.PopupMenu topic for changes in 54e9cc9171." 2024-10-20 01:58:00 +01:00
dsiders
cc5e892acf Docs: LCL/grids. Adds or updates topics for changes in fb8756e0, including:
TGridOption2
TGridOption2.goCopyWithoutTrailingLinebreak
TCustomStringGrid.CopyCellRectToClipboard
2024-10-20 01:57:59 +01:00
dsiders
e97ac42b74 Docs: LCL/shellctrls. Adds topics for changes in 8fa26c3c71, including:
* TCustomShellTreeView.Exists
* TCustomShellTreeView.UpdateView
* TCustomShellListView.UpdateView
2024-10-20 01:57:59 +01:00
dsiders
c6a99fe03a Docs: LCL/lcltype. Adds topic content. Reduces wordiness in SPI_* short descriptions. 2024-10-20 01:57:59 +01:00
dsiders
d1fb2cf817 Docs: LCL/lcltype. Adds content in topics. 2024-10-20 01:57:58 +01:00
dsiders
7b061c1580 Docs: LCL/lcltype. Adds topics for button identifier contants added in bcd4138d.
* Includes other content updates.
2024-10-20 01:57:58 +01:00
dsiders
3621913af7 Docs: LCL/controls. Adds topics for modal result values added in bcd4138d. 2024-10-20 01:57:58 +01:00
dsiders
b06ec95360 Docs: LCL/grids. Updates content in TCustomGrid.TrySmoothScrollBy and TCustomGrid.ScrollBy topics. 2024-10-20 01:57:57 +01:00
dsiders
e87f549144 Docs: LCL/forms. Updates the TApplication.CreateForm topic to match the order of operations after changes in 872608c3. 2024-10-20 01:57:56 +01:00
dsiders
4a705aeb31 Docs: LCL/extctrls. Fixes invalid URIs in linked topics. 2024-10-20 01:57:56 +01:00
dsiders
32833c42dc Docs: LCL/extctrls. Adds, removes or updates topics for changes in 727b27b9.
* Removes TShapePoints
* Modifies TShapePointsEvent
* Updates TCustomShape.Brush, TCustomShape.Pen, TCustomShape.Shape
2024-10-20 01:57:55 +01:00
dsiders
8688069bac Docs: LCL/extctrls. Adds and updates TCustomShape, TShape topics for changes in c15b41d8. 2024-10-20 01:57:55 +01:00
dsiders
cb98548a29 Docs: LCL/extctrls. Updates the TShape.DrawToCanvas topic for design-time changes in c92ad748. 2024-10-20 01:57:54 +01:00
dsiders
5b8054ea06 Docs: LCL/extctrls. Adds or updates TShape topics for changes in b473b8b1, 3ec349e0, 6873e264.
* TShape.Click
* TShape.CMShapeHitTest
* TShape.DrawToCanvas
* TShape.UpdateMask
* TShape.OnShapePoints
* TShape.SetOnShapePoints
* TShapeType.stPolygon
* TShapePoints
* TShapePointsEvent
2024-10-20 01:57:54 +01:00
dsiders
ace343ea93 Docs: LCL/extctrls. Updates TShape topics for HitTest to PtInShape changes in e13451a5. 2024-10-20 01:57:54 +01:00
dsiders
4e4b4f3809 Docs: LCL/extctrls. Adds or updates TShape topics for changes in 386cb0c5 including:
* TShape.HitTest
* TShape.OnShapeClick
* TShape.Create
* TShape.Destroy
2024-10-20 01:57:53 +01:00
dsiders
3288855ff3 Docs: LCL/extdlgs. Adds TCalendarDialog.FirstDayOfWeek topic for changes in 8de3e144. 2024-10-20 01:57:53 +01:00
dsiders
42b43c96c0 Docs: LCL/dialogs. Updates content in TOpenOptionEx topics. 2024-10-20 01:57:53 +01:00
dsiders
320c0da41d Docs: LCL/dialogs. Updates the TOpenDialog.DoExecute topic for changes in a5b48a08. 2024-10-20 01:57:52 +01:00
dsiders
9325968f3d Docs: LCL/dialogs. Updates topics for changes in 7d4a36a2, including:
* TOpenOption.ofExtensionDifferent
* TOpenDialog.CheckFile
* TOpenDialog.DoExecute
2024-10-20 01:57:52 +01:00
dsiders
b37a724265 Docs: LCL/dialogs. Adds or updates topics for changes in 33484eab.
* TOpenOption.ofExtensionDifferent
* TOpenOptionEx
* TOpenOptionsEx
* TOpenDialog.OptionsEx
2024-10-20 01:57:52 +01:00
dsiders
65bf9ff5a5 Docs: LCL/taskdlgemulation. Updates content in the TLCLTaskDialog.SetupControls and ExecuteLCLTaskDialog topics. 2024-10-20 01:57:51 +01:00
dsiders
aa4bb84a78 Docs: LCL/lclintf. Adds content to topics.
* LParamExtractLoHiWord
* LParamHiWord
* LParamLoWord
2024-10-20 01:57:51 +01:00
dsiders
b3ed31aa2e Docs: LCL/dialogs. Updates content in short descriptions.
* TDE_EXPANDED_INFORMATION
* TDE_FOOTER
2024-10-20 01:57:51 +01:00
dsiders
5ffa4ccb40 Docs: LCL/taskdlgemulation. Adds topics for changes in b7d34812. 2024-10-20 01:57:50 +01:00
dsiders
fb9e18d9a2 Docs: LCL/taskdlgemulation. Adds topics for changes in 39c979d5, b7d34812. 2024-10-20 01:57:50 +01:00
dsiders
6690bb5ac8 Docs: LCL/dialogs. Adds topics for changes in b7d34812. 2024-10-20 01:57:50 +01:00
dsiders
9fe268feb6 Docs: LCL/lclintf. Adds topic skeletons for changes in c70e6b32.
* LParamExtractLoHiWord
* LParamHiWord
* LParamLoWord
2024-10-20 01:57:50 +01:00
dsiders
a1e5829e44 Docs: LCL/taskdlgemulation. Updates content in the TLCLTaskDialog.SetupControls topic. 2024-10-20 01:57:49 +01:00