From 03f68b4474e035e88c9e22f860323a0aed5a264c Mon Sep 17 00:00:00 2001 From: dsiders Date: Fri, 18 Jun 2021 17:04:20 +0000 Subject: [PATCH] Docs: LCL. Fixes missing punctuation in short descriptions after var tag. git-svn-id: trunk@65274 - --- docs/xml/lcl/comctrls.xml | 60 +++++++++++++++++++-------------------- docs/xml/lcl/controls.xml | 14 ++++----- docs/xml/lcl/lclproc.xml | 2 +- docs/xml/lcl/stdctrls.xml | 8 +++--- 4 files changed, 42 insertions(+), 42 deletions(-) diff --git a/docs/xml/lcl/comctrls.xml b/docs/xml/lcl/comctrls.xml index 4e74f7f297..14269e39a5 100644 --- a/docs/xml/lcl/comctrls.xml +++ b/docs/xml/lcl/comctrls.xml @@ -4561,7 +4561,7 @@ Create - constructor for TTabControlNoteBookStrings: calls inherited Create then sets some default Actions. - +

Create - constructor for TTabControlNoteBookStrings: calls inherited Create then sets some default Actions. @@ -4581,7 +4581,7 @@ - Destroy - destructor for TTabControlNoteBookStrings: frees NoteBook then calls inherited Destroy + Destroy - destructor for TTabControlNoteBookStrings: frees NoteBook then calls inherited Destroy. @@ -4664,7 +4664,7 @@ - TTabControl - a series of Tabs along the edge of a display area; selection of a Tab governs the contents of the DisplayRect + TTabControl - a series of Tabs along the edge of a display area; selection of a Tab governs the contents of the DisplayRect.

@@ -5456,8 +5456,8 @@ - TCustomDrawState - set of TCustomDrawStateFlag - + TCustomDrawState - set of TCustomDrawStateFlag. + . TCustomDrawState determines how a item will be drawn. @@ -5498,8 +5498,8 @@ - TCustomDrawResult - set of TCustomDrawResultFlag - + TCustomDrawResult - set of TCustomDrawResultFlag. + . @@ -6305,7 +6305,7 @@ Makes the item visible in the list view control which owns the container and the list item. - + @@ -6336,7 +6336,7 @@ DisplayRectSubItem - returns the coordinates of a display rectangle for a specified sub-item. - +

DisplayRectSubItem - returns the coordinates of a display rectangle for a specified sub-item. @@ -6793,8 +6793,8 @@ - GetItem returns the ListItem specified by AIndex - + GetItem returns the ListItem specified by AIndex. + . @@ -6916,8 +6916,8 @@ - Destroy destructor for TListItems: frees the individual items on the list, then calls inherited Destroy - + Destroy destructor for TListItems: frees the individual items on the list, then calls inherited Destroy. + . TPersistent.Destroy @@ -7040,7 +7040,7 @@ - Insert an item in the list at AIndex, returning the value of the ListItem + Insert an item in the list at AIndex, returning the value of the ListItem. @@ -7360,7 +7360,7 @@ - Destroy - destructor for TListColumn: if update allowed, updates columns then calls inherited Destroy + Destroy - destructor for TListColumn: if update allowed, updates columns then calls inherited Destroy. @@ -7512,7 +7512,7 @@ - Create - constructor for TListColumns: sets ownership then calls inherited Create + Create - constructor for TListColumns: sets ownership then calls inherited Create. @@ -8195,7 +8195,7 @@ - Set type used to store values from TListHotTrackStyle + Set type used to store values from TListHotTrackStyle.

@@ -8334,7 +8334,7 @@ - TCustomListView - the base class for TListView + TCustomListView - the base class for TListView.

@@ -11909,7 +11909,7 @@ - Destroy - destructor for TCustomUpDown: removes connection with associate control and calls inherited Destroy + Destroy - destructor for TCustomUpDown: removes connection with associate control and calls inherited Destroy. @@ -12050,7 +12050,7 @@ - TToolButtonFlags - set of TToolButtonFlag + TToolButtonFlags - set of TToolButtonFlag. @@ -12119,7 +12119,7 @@ - TToolButtonActionLinkClass - class of TToolButtonActionLink + TToolButtonActionLinkClass - class of TToolButtonActionLink. @@ -12979,7 +12979,7 @@ - TToolBarFlags - set of TToolBarFlag + TToolBarFlags - set of TToolBarFlag. @@ -13564,7 +13564,7 @@ - Destroy - destructor for TToolBar: frees buttons and links then calls inherited Destroy + Destroy - destructor for TToolBar: frees buttons and links then calls inherited Destroy. @@ -15621,7 +15621,7 @@ - TCustomTrackBar - the base class for TTrackBar + TCustomTrackBar - the base class for TTrackBar.

@@ -16828,7 +16828,7 @@ - A pointer to TDelphiNodeInfo + A pointer to TDelphiNodeInfo. @@ -17489,7 +17489,7 @@ - GetNextChild - returns the next child node of the parent specified by AValue + GetNextChild - returns the next child node of the parent specified by AValue. @@ -18455,7 +18455,7 @@ - PNodeCache - pointer to TNodeCache + PNodeCache - pointer to TNodeCache. @@ -19307,7 +19307,7 @@ - TTreeViewState - enumerated type containing the permissible values for state of a TTreeView + TTreeViewState - enumerated type containing the permissible values for state of a TTreeView.

@@ -19609,7 +19609,7 @@ - Ancestor class for TTreeView + Ancestor class for TTreeView.

@@ -23102,7 +23102,7 @@ OldExpanded.Free; - The Width of the section that appears on the THeaderControl + The Width of the section that appears on the THeaderControl. diff --git a/docs/xml/lcl/controls.xml b/docs/xml/lcl/controls.xml index e505c81b31..9e5a903c56 100644 --- a/docs/xml/lcl/controls.xml +++ b/docs/xml/lcl/controls.xml @@ -563,7 +563,7 @@ - TWinControlClass - class of TWinControl + TWinControlClass - class of TWinControl. @@ -571,7 +571,7 @@ - TControlClass - class of TControl + TControlClass - class of TControl. @@ -3460,7 +3460,7 @@ - Position DropCtl relative Control, using the alignment specified by InsertAt + Position DropCtl relative Control, using the alignment specified by InsertAt.

@@ -3605,7 +3605,7 @@ - Saves the docksite layout to Stream + Saves the docksite layout to Stream. @@ -10971,7 +10971,7 @@ - Class of TWinControlActionLink + Class of TWinControlActionLink. @@ -15098,7 +15098,7 @@ if MyControl.CanSetFocus then - Replace the OldChild zone by NewChild + Replace the OldChild zone by NewChild. @@ -15530,7 +15530,7 @@ if MyControl.CanSetFocus then - Positions DropCtl relative Control, using the alignment specified by InsertAt + Positions DropCtl relative Control, using the alignment specified by InsertAt.

diff --git a/docs/xml/lcl/lclproc.xml b/docs/xml/lcl/lclproc.xml index c9d6149f54..28fd13ed12 100644 --- a/docs/xml/lcl/lclproc.xml +++ b/docs/xml/lcl/lclproc.xml @@ -273,7 +273,7 @@ - Compare function type for TStrings Strings[] + Compare function type for TStrings Strings[]. diff --git a/docs/xml/lcl/stdctrls.xml b/docs/xml/lcl/stdctrls.xml index 1da1fdfa34..daa76094ba 100644 --- a/docs/xml/lcl/stdctrls.xml +++ b/docs/xml/lcl/stdctrls.xml @@ -220,7 +220,7 @@ - The base class for TScrollBar + The base class for TScrollBar.

TCustomScrollBar is a TWinControl descendant which defines the base class for a scrollbar, such as TScrollBar. TCustomScrollBar can be used for horizontal or vertical scrollbars displayed on a form or scrolling window control. @@ -3303,7 +3303,7 @@ - The base class for TListBox + The base class for TListBox.

TCustomListBox is a TWinControl descendant which specifies the base class used for a list box control. A list box displays a scrollable list which allows selection of one or more of the item values. @@ -6390,7 +6390,7 @@ end; - Replaces the value in Lines.Text + Replaces the value in Lines.Text. TControl.RealSetText @@ -7054,7 +7054,7 @@ end; - The base class for TStaticText + The base class for TStaticText.

Specifies the base ancestor for TStaticText, a control used to display static text. TCustomStaticText is a TWinControl descendant. It can be used in place of TLabel for situations where a TWinControl descendant is required.