mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-19 22:49:48 +01:00
FPDoc - updates to constructors and destructors in ComCtrls.xml, with some consequential changes in Controls.xml and StdCtrls.xml
git-svn-id: trunk@18500 -
This commit is contained in:
parent
32bbf1c432
commit
2927d73fba
@ -314,22 +314,28 @@
|
||||
<short/>
|
||||
</element>
|
||||
<!-- constructor Visibility: public -->
|
||||
<element name="TStatusPanel.Create" link="#rtl.Classes.TCollectionItem.Create">
|
||||
<short/>
|
||||
<element name="TStatusPanel.Create">
|
||||
<short>
|
||||
<var>Create</var> - constructor for <var>TStatusPanel</var>: sets default width, alignment and bevel, calls inherited <var>Create</var> and loads into StatusBar</short>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
<seealso>
|
||||
<link id="#rtl.Classes.TCollectionItem.Create">TCollectionItem.Create</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- argument Visibility: default -->
|
||||
<element name="TStatusPanel.Create.aCollection">
|
||||
<short/>
|
||||
</element>
|
||||
<!-- destructor Visibility: public -->
|
||||
<element name="TStatusPanel.Destroy" link="#rtl.Classes.TCollectionItem.Destroy">
|
||||
<short/>
|
||||
<element name="TStatusPanel.Destroy">
|
||||
<short>
|
||||
<var>Destroy</var> - destructor for <var>TStatusPanel</var>: calls inherited <var>Destroy</var> and removes itself from the StatusBar</short>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
<seealso>
|
||||
<link id="#rtl.Classes.TCollectionItem.Destroy">TCollectionItem.Destroy</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- procedure Visibility: public -->
|
||||
<element name="TStatusPanel.Assign" link="#rtl.Classes.TPersistent.Assign">
|
||||
@ -454,11 +460,14 @@
|
||||
<short/>
|
||||
</element>
|
||||
<!-- constructor Visibility: public -->
|
||||
<element name="TStatusPanels.Create" link="#rtl.Classes.TCollection.Create">
|
||||
<short/>
|
||||
<element name="TStatusPanels.Create">
|
||||
<short>
|
||||
<var>Create</var> - constructor for <var>TStatusPanels</var>: calls inherited <var>Create</var> and attaches itself to StatusBar</short>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
<seealso>
|
||||
<link id="#rtl.Classes.TCollection.Create">TCollection.Create</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- argument Visibility: default -->
|
||||
<element name="TStatusPanels.Create.TheStatusBar">
|
||||
@ -625,22 +634,36 @@
|
||||
<short/>
|
||||
</element>
|
||||
<!-- constructor Visibility: public -->
|
||||
<element name="TStatusBar.Create" link="#rtl.Classes.TComponent.Create">
|
||||
<short/>
|
||||
<descr/>
|
||||
<element name="TStatusBar.Create">
|
||||
<short>
|
||||
<var>Create</var> - constructor for TStatusBar: calls inherited <var>Create</var> and initialises a number of local variables</short>
|
||||
<descr>
|
||||
<p>
|
||||
<var>Create</var> - constructor for TStatusBar: calls inherited <var>Create</var> and initialises a number of local variables</p>
|
||||
<p>Among the variables initialised are:</p>
|
||||
<p>AutoHint (False), Canvas, ControlStyle, Colour, Align, AutoSize, and SimplePanel (True)</p>
|
||||
</descr>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
<seealso>
|
||||
<link id="#rtl.Classes.TComponent.Create">TComponent.Create</link>
|
||||
<link id="#lcl.Controls.TWinControl.Create">TWinControl.Create</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- argument Visibility: default -->
|
||||
<element name="TStatusBar.Create.TheOwner">
|
||||
<short/>
|
||||
</element>
|
||||
<!-- destructor Visibility: public -->
|
||||
<element name="TStatusBar.Destroy" link="#rtl.Classes.TComponent.Destroy">
|
||||
<short/>
|
||||
<element name="TStatusBar.Destroy">
|
||||
<short>
|
||||
<var>Destroy</var> - destructor for <var>TStatusBar</var>: frees canvas and panels, then calls inherited <var>Destroy</var>
|
||||
</short>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
<seealso>
|
||||
<link id="#rtl.Classes.TComponent.Destroy">TComponent.Destroy</link>
|
||||
<link id="#lcl.Controls.TWinControl.Destroy">TWinControl.Destroy</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- procedure Visibility: public -->
|
||||
<element name="TStatusBar.InvalidatePanel">
|
||||
@ -870,22 +893,32 @@
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- constructor Visibility: public -->
|
||||
<element name="TTabSheet.Create" link="#rtl.Classes.TComponent.Create">
|
||||
<short/>
|
||||
<element name="TTabSheet.Create">
|
||||
<short>
|
||||
<var>Create</var> - constructor for <var>TTabSheet</var>: calls inherited <var>Create</var> and zeroes <var>ImageIndex</var>
|
||||
</short>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
<seealso>
|
||||
<link id="#rtl.Classes.TComponent.Create">TComponent.Create</link>
|
||||
<link id="#LCL.ExtCtrls.TCustomPage.Create">TCustomPage.Create</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- argument Visibility: default -->
|
||||
<element name="TTabSheet.Create.TheOwner">
|
||||
<short/>
|
||||
</element>
|
||||
<!-- destructor Visibility: public -->
|
||||
<element name="TTabSheet.Destroy" link="#rtl.Classes.TComponent.Destroy">
|
||||
<short/>
|
||||
<element name="TTabSheet.Destroy">
|
||||
<short>
|
||||
<var>Destroy</var> - destructor for <var>TTabSheet</var>: detaches from the Host Dock Site and calls inherited <var>Destroy</var>
|
||||
</short>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
<seealso>
|
||||
<link id="#rtl.Classes.TComponent.Destroy">TComponent.Destroy</link>
|
||||
<link id="#LCL.ExtCtrls.TCustomPage.Destroy">TCustomPage.Destroy</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- property Visibility: public -->
|
||||
<element name="TTabSheet.PageControl">
|
||||
@ -1160,11 +1193,16 @@
|
||||
<short/>
|
||||
</element>
|
||||
<!-- constructor Visibility: public -->
|
||||
<element name="TPageControl.Create" link="#rtl.Classes.TComponent.Create">
|
||||
<short/>
|
||||
<element name="TPageControl.Create">
|
||||
<short>
|
||||
<var>Create</var> - constructor for <var>TPageControl</var>: sets <var>PageClass</var> to <var>TTabSheet</var> then calls inherited <var>Create</var>
|
||||
</short>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
<seealso>
|
||||
<link id="#rtl.Classes.TComponent.Create">TComponent.Create</link>
|
||||
<link id="#LCL.ExtCtrls.TCustomNotebook.Create">TCustomNotebook.Create</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- argument Visibility: default -->
|
||||
<element name="TPageControl.Create.TheOwner">
|
||||
@ -1237,7 +1275,9 @@
|
||||
<short>
|
||||
<var>Pages</var> - the actual Pages (<var>TTabSheet</var>) that comprise the component</short>
|
||||
<descr/>
|
||||
<seealso/>
|
||||
<seealso>
|
||||
<link id="#LCL.ExtCtrls.TCustomNotebook.Pages">TCustomNotebook.Pages</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- argument Visibility: default -->
|
||||
<element name="TPageControl.Pages.Index">
|
||||
@ -1620,11 +1660,19 @@
|
||||
<short/>
|
||||
</element>
|
||||
<!-- constructor Visibility: public -->
|
||||
<element name="TTabControlStrings.Create" link="#rtl.System.TObject.Create">
|
||||
<short/>
|
||||
<descr/>
|
||||
<element name="TTabControlStrings.Create">
|
||||
<short>
|
||||
<var>Create</var> - constructor for <var>TTabControlStrings</var>: calls inherited <var>Create</var> then sets many local defaults</short>
|
||||
<descr>
|
||||
<p>
|
||||
<var>Create</var> - constructor for <var>TTabControlStrings</var>: calls inherited <var>Create</var> then sets many local defaults</p>
|
||||
<p>Among the defaults set are:</p>
|
||||
<p>HotTrack, Multiline, MultiSelect, OwnerDraw, RaggedRight, ScrollOpposite - all False; Tab height and width to zero</p>
|
||||
</descr>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
<seealso>
|
||||
<link id="#rtl.System.TObject.Create">TObject.Create</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- argument Visibility: default -->
|
||||
<element name="TTabControlStrings.Create.TheTabControl">
|
||||
@ -2053,21 +2101,36 @@
|
||||
<short/>
|
||||
</element>
|
||||
<!-- constructor Visibility: public -->
|
||||
<element name="TTabControlNoteBookStrings.Create" link="#rtl.System.TObject.Create">
|
||||
<descr/>
|
||||
<element name="TTabControlNoteBookStrings.Create">
|
||||
<descr>
|
||||
<p>
|
||||
<var>Create</var> - constructor for <var>TTabControlNoteBookStrings</var>: calls inherited <var>Create</var> then sets some default Actions</p>
|
||||
<p>Among the actions set are:</p>
|
||||
<p>OnGetImageIndex, OnChanging, OnPageChanged. Notebook is created with a nominated parent</p>
|
||||
</descr>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
<seealso>
|
||||
<link id="#rtl.System.TObject.Create">TObject.Create</link>
|
||||
<link id="#LCL.ComCtrls.TTabControlStrings.Create">TTabControlStrings.Create</link>
|
||||
</seealso>
|
||||
<short>
|
||||
<var>Create</var> - constructor for <var>TTabControlNoteBookStrings</var>: calls inherited <var>Create</var> then sets some default Actions</short>
|
||||
</element>
|
||||
<!-- argument Visibility: default -->
|
||||
<element name="TTabControlNoteBookStrings.Create.TheTabControl">
|
||||
<short/>
|
||||
</element>
|
||||
<!-- destructor Visibility: public -->
|
||||
<element name="TTabControlNoteBookStrings.Destroy" link="#rtl.Classes.TStrings.Destroy">
|
||||
<short/>
|
||||
<element name="TTabControlNoteBookStrings.Destroy">
|
||||
<short>
|
||||
<var>Destroy</var> - destructor for <var>TTabControlNoteBookStrings</var>: frees NoteBook then calls inherited <var>Destroy</var>
|
||||
</short>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
<seealso>
|
||||
<link id="#rtl.Classes.TStrings.Destroy">TStrings.Destroy</link>
|
||||
<link id="#LCL.ComCtrls.TTabControlStrings.Destroy">TTabControlStrings.Destroy</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- procedure Visibility: public -->
|
||||
<element name="TTabControlNoteBookStrings.Clear" link="#rtl.Classes.TStrings.Clear">
|
||||
@ -2815,22 +2878,31 @@
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- constructor Visibility: public -->
|
||||
<element name="TCustomTabControl.Create" link="#rtl.Classes.TComponent.Create">
|
||||
<short/>
|
||||
<element name="TCustomTabControl.Create">
|
||||
<short>
|
||||
<var>Create</var> - constructor for <var>TCustomTabControl</var>: calls inherited <var>Create</var>, sets initial bounds, forms links and sets some defaults</short>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
<seealso>
|
||||
<link id="#LCL.Controls.TCustomControl.Create">TCustomControl.Create</link>
|
||||
<link id="#rtl.Classes.TComponent.Create">TComponent.Create</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- argument Visibility: default -->
|
||||
<element name="TCustomTabControl.Create.TheOwner">
|
||||
<short/>
|
||||
</element>
|
||||
<!-- destructor Visibility: public -->
|
||||
<element name="TCustomTabControl.Destroy" link="#rtl.Classes.TComponent.Destroy">
|
||||
<short/>
|
||||
<element name="TCustomTabControl.Destroy">
|
||||
<short>
|
||||
<var>Destroy</var> - destructor for <var>TCustomTabControl</var>: frees links and tabs, then calls inherited <var>Destroy</var>
|
||||
</short>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
<seealso>
|
||||
<link id="#LCL.Controls.TCustomControl.Destroy">TCustomControl.Destroy</link>
|
||||
<link id="#rtl.Classes.TComponent.Destroy">TComponent.Destroy</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- function Visibility: public -->
|
||||
<element name="TCustomTabControl.IndexOfTabAt">
|
||||
@ -4296,22 +4368,29 @@
|
||||
<short/>
|
||||
</element>
|
||||
<!-- constructor Visibility: public -->
|
||||
<element name="TListColumn.Create" link="#rtl.Classes.TCollectionItem.Create">
|
||||
<short/>
|
||||
<element name="TListColumn.Create">
|
||||
<short>
|
||||
<var>Create</var> - constructor for TListColumn: calls inherited <var>Create</var> then sets defaults for size, alignment and index</short>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
<seealso>
|
||||
<link id="#rtl.Classes.TCollectionItem.Create">TCollectionItem.Create</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- argument Visibility: default -->
|
||||
<element name="TListColumn.Create.ACollection">
|
||||
<short/>
|
||||
</element>
|
||||
<!-- destructor Visibility: public -->
|
||||
<element name="TListColumn.Destroy" link="#rtl.Classes.TCollectionItem.Destroy">
|
||||
<short/>
|
||||
<element name="TListColumn.Destroy">
|
||||
<short>
|
||||
<var>Destroy</var> - destructor for <var>TListColumn</var>: if update allowed, updates columns then calls inherited <var>Destroy</var>
|
||||
</short>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
<seealso>
|
||||
<link id="#rtl.Classes.TCollectionItem.Destroy">TCollectionItem.Destroy</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- procedure Visibility: public -->
|
||||
<element name="TListColumn.Assign" link="#rtl.Classes.TPersistent.Assign">
|
||||
@ -5765,17 +5844,28 @@
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- constructor Visibility: public -->
|
||||
<element name="TCustomListView.Create" link="#rtl.Classes.TComponent.Create"/>
|
||||
<element name="TCustomListView.Create">
|
||||
<short>
|
||||
<var>Create</var> - constructor for TCustomListView: calls inherited <var>Create</var> then initialises columns, the list of items, the canvas and properties and some formats and styles</short>
|
||||
<seealso>
|
||||
<link id="#rtl.Classes.TComponent.Create">TComponent.Create</link>
|
||||
<link id="#LCL.Controls.WinControl.Create">WinControl.Create</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- argument Visibility: default -->
|
||||
<element name="TCustomListView.Create.Aowner">
|
||||
<short/>
|
||||
</element>
|
||||
<!-- destructor Visibility: public -->
|
||||
<element name="TCustomListView.Destroy" link="#rtl.Classes.TComponent.Destroy">
|
||||
<short/>
|
||||
<element name="TCustomListView.Destroy">
|
||||
<short>
|
||||
<var>Destroy</var> - destructor for <var>TCustomListView</var>: frees Canvas, calls inherited <var>Destroy</var> and frees columns, links and list items</short>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
<seealso>
|
||||
<link id="#rtl.Classes.TComponent.Destroy">TComponent.Destroy</link>
|
||||
<link id="#LCL.Controls.WinControl.Destroy">WinControl.Destroy</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- procedure Visibility: public -->
|
||||
<element name="TCustomListView.BeginUpdate">
|
||||
@ -6371,11 +6461,15 @@
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- constructor Visibility: public -->
|
||||
<element name="TCustomProgressBar.Create" link="#rtl.Classes.TComponent.Create">
|
||||
<short/>
|
||||
<element name="TCustomProgressBar.Create">
|
||||
<short>
|
||||
<var>Create</var> - constructor for <var>TCustomProgressBar</var>: calls inherited <var>Create</var>, initialises position, orientation and size</short>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
<seealso>
|
||||
<link id="#rtl.Classes.TComponent.Create">TComponent.Create</link>
|
||||
<link id="#LCL.Controls.TWinControlCreate">TWinControlCreate</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- argument Visibility: default -->
|
||||
<element name="TCustomProgressBar.Create.AOwner">
|
||||
@ -7172,22 +7266,31 @@
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- constructor Visibility: public -->
|
||||
<element name="TCustomUpDown.Create" link="#rtl.Classes.TComponent.Create">
|
||||
<short/>
|
||||
<element name="TCustomUpDown.Create">
|
||||
<short>
|
||||
<var>TWinControlCreate</var> - constructor for <var>TCustomUpDown</var>: calls inherited <var>Create</var>, initialises orientation, max and min, bounds, size and alignment</short>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
<seealso>
|
||||
<link id="#rtl.Classes.TComponent.Create">TComponent.Create</link>
|
||||
<link id="#lcl.Controls.TCustomControl.Create">TCustomControl.Create</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- argument Visibility: default -->
|
||||
<element name="TCustomUpDown.Create.AOwner">
|
||||
<short/>
|
||||
</element>
|
||||
<!-- destructor Visibility: public -->
|
||||
<element name="TCustomUpDown.Destroy" link="#rtl.Classes.TComponent.Destroy">
|
||||
<short/>
|
||||
<element name="TCustomUpDown.Destroy">
|
||||
<short>
|
||||
<var>Destroy</var> destructor for <var>TCustomUpDown</var>: removes connection with associate control and calls inherited <var>Destroy</var>
|
||||
</short>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
<seealso>
|
||||
<link id="#rtl.Classes.TComponent.Destroy">TComponent.Destroy</link>
|
||||
<link id="#LCL.Controls.TCustomControl.Destroy">TCustomControl.Destroy</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- object Visibility: default -->
|
||||
<element name="TUpDown">
|
||||
@ -8087,11 +8190,15 @@
|
||||
<short/>
|
||||
</element>
|
||||
<!-- constructor Visibility: public -->
|
||||
<element name="TToolButton.Create" link="#rtl.Classes.TComponent.Create">
|
||||
<short/>
|
||||
<element name="TToolButton.Create">
|
||||
<short>
|
||||
<var>Create</var> - constructor for <var>TToolButton</var>: calls inherited <var>Create</var> and sets initial bounds and style</short>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
<seealso>
|
||||
<link id="#rtl.Classes.TComponent.Create">TComponent.Create</link>
|
||||
<link id="#LCL.Controls.TGraphicControl.Create">TGraphicControl.Create</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- argument Visibility: default -->
|
||||
<element name="TToolButton.Create.TheOwner">
|
||||
|
||||
@ -1011,9 +1011,22 @@ mrLast=mrYesToAll=10</descr>
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- constructor Visibility: public -->
|
||||
<element name="TControlCanvas.Create" link="#fcl.FPCanvas.TFPCustomCanvas.create"/>
|
||||
<element name="TControlCanvas.Create">
|
||||
<short>
|
||||
<var>Create</var> - constructor for TControlCanvas: calls inherited <var>Create</var> then initialises local variables to show an empty control</short>
|
||||
<seealso>
|
||||
<link id="#fcl.FPCanvas.TFPCustomCanvas.create">TFPCustomCanvas.create</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- destructor Visibility: public -->
|
||||
<element name="TControlCanvas.Destroy" link="#rtl.Classes.TPersistent.Destroy"/>
|
||||
<element name="TControlCanvas.Destroy">
|
||||
<short>
|
||||
<var>Destroy</var> - destructor for <var>TControlCanvas</var>: frees handle and calls inherited <var>Destroy</var>
|
||||
</short>
|
||||
<seealso>
|
||||
<link id="#rtl.Classes.TPersistent.Destroy">TPersistent.Destroy</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- procedure Visibility: public -->
|
||||
<element name="TControlCanvas.FreeHandle" link="#LCL.Graphics.TCanvas.FreeHandle">
|
||||
<descr/>
|
||||
@ -2565,11 +2578,14 @@ mrLast=mrYesToAll=10</descr>
|
||||
<short/>
|
||||
</element>
|
||||
<!-- constructor Visibility: public -->
|
||||
<element name="TSizeConstraints.Create" link="#rtl.System.TObject.Create">
|
||||
<short/>
|
||||
<element name="TSizeConstraints.Create">
|
||||
<short>
|
||||
<var>Create</var> - constructor for <var>TSizeConstraints</var>: calls inherited <var>Create</var> and sets some default (zero) constraints</short>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
<seealso>
|
||||
<link id="#rtl.System.TObject.Create">TObject.Create</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- argument Visibility: default -->
|
||||
<element name="TSizeConstraints.Create.AControl">
|
||||
@ -2965,7 +2981,7 @@ mrLast=mrYesToAll=10</descr>
|
||||
</descr>
|
||||
<errors/>
|
||||
<seealso>
|
||||
<link id="#rtl.System.TObject.Create"/>
|
||||
<link id="#rtl.System.TObject.Create">TObject.Create</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- argument Visibility: default -->
|
||||
@ -6743,12 +6759,13 @@ mrLast=mrYesToAll=10</descr>
|
||||
<p>
|
||||
<var>Create</var>
|
||||
a new Control - Constructor. Overrides constructors of ancestor classes and sets a number of defaults. Often overridden by descendant classes.</p>
|
||||
<p>Defaults set by the Constructor include ControlStyle, Constraints, BorderSpacing, Anchoring, alignment, CaptureMouseBottons, Color, Visibility, Hinting, Cursor, Font, The WindowProcedure to be used, the Help type, the FloatingDockSite and Enabled properties</p>
|
||||
</descr>
|
||||
<seealso>
|
||||
<link id="#rtl.Classes.TComponent.Create"/>
|
||||
<link id="#rtl.Classes.TComponent.Create">TComponent.Create</link>
|
||||
</seealso>
|
||||
<short>
|
||||
<var>Create</var> - constructor for <var>TControl </var>and derived classes</short>
|
||||
<var>Create</var> - constructor for <var>TControl </var>and derived classes: calls inherited <var>Create</var> and sets a number of defaults</short>
|
||||
</element>
|
||||
<!-- argument Visibility: default -->
|
||||
<element name="TControl.Create.TheOwner">
|
||||
@ -6763,7 +6780,7 @@ mrLast=mrYesToAll=10</descr>
|
||||
<p>Overrides destructors of ancestor classes, and in turn may be overridden by descendant classes.</p>
|
||||
</descr>
|
||||
<seealso>
|
||||
<link id="#rtl.Classes.TComponent.Destroy"/>
|
||||
<link id="#rtl.Classes.TComponent.Destroy">TComponent.Destroy</link>
|
||||
</seealso>
|
||||
<short>
|
||||
<var>Destroy</var> - Destructor for <var>TControl</var>. Detaches control from parents, removes graphics, frees memory and Operating System handles, pointers etc</short>
|
||||
@ -8036,7 +8053,7 @@ Properties are defined in the parent class <link id="#lcl.Menus.TPopupMenu">TPop
|
||||
</descr>
|
||||
<errors/>
|
||||
<seealso>
|
||||
<link id="#rtl.System.TObject.Create"/>
|
||||
<link id="#rtl.System.TObject.Create">TObject.Create</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- argument Visibility: default -->
|
||||
@ -10790,7 +10807,8 @@ If the TabStop is True, the control is in the tab order. If TabStop is False, th
|
||||
<!-- constructor Visibility: public -->
|
||||
<element name="TWinControl.Create">
|
||||
<seealso>
|
||||
<link id="#rtl.Classes.TComponent"/>
|
||||
<link id="#rtl.Classes.TComponent.Create">TComponent.Create</link>
|
||||
<link id="#LCL.Controls.TControl.Create">TControl.Create</link>
|
||||
</seealso>
|
||||
<short>
|
||||
<var>Create</var> - constructor for <var>TWinControl</var>: performs inherited <var>Create</var> and initialises some local variables</short>
|
||||
@ -10798,6 +10816,7 @@ If the TabStop is True, the control is in the tab order. If TabStop is False, th
|
||||
<p>
|
||||
<var>Create</var> - Constructor for <var>TWinControl</var>: performs inherited <var>Create</var> and initialises some local variables</p>
|
||||
<p>Overrides ancestor constructor, and may in turn be overridden</p>
|
||||
<p>Among additional variables initialised are: CompStyle, ChildSizing, Brush, TabOrder and TabStop</p>
|
||||
</descr>
|
||||
</element>
|
||||
<!-- argument Visibility: default -->
|
||||
@ -11299,7 +11318,7 @@ need the ability to accept keyboard input or contain other controls. </p>
|
||||
<p>Overrides ancestor and may be overridden</p>
|
||||
</descr>
|
||||
<seealso>
|
||||
<link id="#LCL.Controls.TControl.Create"/>
|
||||
<link id="#LCL.Controls.TControl.Create">TControl.Create</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- argument Visibility: default -->
|
||||
@ -11317,6 +11336,9 @@ need the ability to accept keyboard input or contain other controls. </p>
|
||||
</p>
|
||||
<p>Overrides ancestor destructors, and may be overridden</p>
|
||||
</descr>
|
||||
<seealso>
|
||||
<link id="#LCL.Controls.TControl.Destroy">TControl.Destroy</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- property Visibility: public -->
|
||||
<element name="TGraphicControl.Canvas">
|
||||
@ -11391,7 +11413,7 @@ getting the parent control's Canvas dimensions.</p>
|
||||
<short>
|
||||
<var>Create</var> - constructor for <var>TCustomControl</var>: performs inherited <var>Create</var>, then creates local <var>Canvas</var> and sets <var>DoubleBuffered</var> to be False</short>
|
||||
<seealso>
|
||||
<link id="#LCL.Controls.TControl.Create"/>
|
||||
<link id="#LCL.Controls.TControl.Create">TControl.Create</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- argument Visibility: default -->
|
||||
@ -11712,7 +11734,7 @@ getting the parent control's Canvas dimensions.</p>
|
||||
<var>Create</var> - constructor for <var>TDockZone</var>: sets local variables to show the <var>Tree</var> and the <var>ChildControl</var>, sets default bounds and then performs inherited <var>Create</var>
|
||||
</short>
|
||||
<seealso>
|
||||
<link id="#rtl.System.TObject.Create"/>
|
||||
<link id="#rtl.System.TObject.Create">TObject.Create</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- argument Visibility: default -->
|
||||
@ -12258,7 +12280,7 @@ getting the parent control's Canvas dimensions.</p>
|
||||
<p>Overrides ancestor constructors, may be overridden</p>
|
||||
</descr>
|
||||
<seealso>
|
||||
<link id="#rtl.System.TObject.Create"/>
|
||||
<link id="#rtl.System.TObject.Create">TObject.Create</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- argument Visibility: default -->
|
||||
|
||||
@ -425,7 +425,7 @@
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso>
|
||||
<link id="#LCL.Controls.TWinControl.CreateParams"/>
|
||||
<link id="#LCL.Controls.TWinControl.CreateParams">WinControl.CreateParams</link>
|
||||
</seealso>
|
||||
<short>
|
||||
<var>CreateParams</var> - calls inherited <var>CreateParams</var> then sets up style and alignment depending on whether horizontal or vertical</short>
|
||||
@ -439,7 +439,7 @@
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso>
|
||||
<link id="#LCL.Controls.TWinControl.CreateWnd"/>
|
||||
<link id="#LCL.Controls.TWinControl.CreateWnd">TWinControl.CreateWnd</link>
|
||||
</seealso>
|
||||
<short>
|
||||
<var>CreateWnd</var> - calls inherited <var>CreateWnd</var> then initialises various Scroll Info properties</short>
|
||||
@ -471,7 +471,7 @@
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso>
|
||||
<link id="#LCL.Controls.TWinControl.Create"/>
|
||||
<link id="#LCL.Controls.TWinControl.Create">TWinControl.Create</link>
|
||||
</seealso>
|
||||
<short>
|
||||
<var>Create</var> - constructor for <var>TCustomScrollBar</var>: calls inherited <var>Create</var> then initialises size, style and various local variables</short>
|
||||
@ -881,7 +881,7 @@ Properties are defined in the parent class <link id="#lcl.Menus.TPopupMenu">TPop
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso>
|
||||
<link id="#LCL.Controls.TWinControl.Create"/>
|
||||
<link id="#LCL.Controls.TWinControl.Create">TWinControl.Create</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- argument Visibility: default -->
|
||||
@ -1747,7 +1747,7 @@ False is set when the edit or combobox control loses focus.
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso>
|
||||
<link id="#LCL.Controls.TWinControl.InitializeWnd"/>
|
||||
<link id="#LCL.Controls.TWinControl.InitializeWnd">TWinControl.InitializeWnd</link>
|
||||
</seealso>
|
||||
<short>
|
||||
<var>InitializeWnd</var> - creates the underlying interface-object: calls inherited <var>InitializeWnd</var> then sets up several local lists and variables notably for style and size</short>
|
||||
@ -1757,7 +1757,7 @@ False is set when the edit or combobox control loses focus.
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso>
|
||||
<link id="#LCL.Controls.TWinControl.DestroyWnd"/>
|
||||
<link id="#LCL.Controls.TWinControl.DestroyWnd">TWinControl.DestroyWnd</link>
|
||||
</seealso>
|
||||
<short>
|
||||
<var>DestroyWnd</var> - finds somewhere to store locally held variables then frees lists, cals inherited <var>DestroyWnd</var>
|
||||
@ -2280,10 +2280,10 @@ False is set when the edit or combobox control loses focus.
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso>
|
||||
<link id="#LCL.Controls.TWinControl.Create"/>
|
||||
<link id="#LCL.Controls.TWinControl.Create">TWinControl.Create</link>
|
||||
</seealso>
|
||||
<short>
|
||||
<var>Create</var> - constructor for TCustomComboBox: calls inherited <var>Create</var> then initialises styles, item lists, bounds and various other local variables</short>
|
||||
<var>Create</var> - constructor for <var>TCustomComboBox</var>: calls inherited <var>Create</var> then initialises styles, item lists, bounds and various other local variables</short>
|
||||
</element>
|
||||
<!-- argument Visibility: default -->
|
||||
<element name="TCustomComboBox.Create.TheOwner">
|
||||
@ -2294,7 +2294,7 @@ False is set when the edit or combobox control loses focus.
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso>
|
||||
<link id="#LCL.Controls.TWinControl.Destroy"/>
|
||||
<link id="#LCL.Controls.TWinControl.Destroy">TWinControl.Destroy</link>
|
||||
</seealso>
|
||||
<short>
|
||||
<var>Destroy</var> - destructor for <var>TCustomComboBox</var>: frees handles, itemlists, canvas and items then calls inherited <var>Destroy</var>
|
||||
@ -3645,7 +3645,7 @@ Reads flag or writes one to determine if a hint is to be shown when mouse hovers
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso>
|
||||
<link id="#LCL.Controls.TWinControl.Create"/>
|
||||
<link id="#LCL.Controls.TWinControl.Create">TWinControl.Create</link>
|
||||
</seealso>
|
||||
<short>
|
||||
<var>Create</var> - constructor for <var>TCustomListBox</var>: calls inherited <var>Create</var> then initialises style, canvas, item list and various other local variables</short>
|
||||
@ -3659,7 +3659,7 @@ Reads flag or writes one to determine if a hint is to be shown when mouse hovers
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso>
|
||||
<link id="#LCL.Controls.TWinControl.Destroy"/>
|
||||
<link id="#LCL.Controls.TWinControl.Destroy">TWinControl.Destroy</link>
|
||||
</seealso>
|
||||
<short>
|
||||
<var>Destroy</var>: destructor for <var>TCustomListBox</var>: frees canvas and item list, then calls inherited <var>Destroy</var>
|
||||
@ -4769,7 +4769,7 @@ Indicates how text is displayed in a text editing control.</p>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso>
|
||||
<link id="#LCL.Controls.TWinControl.CreateWnd"/>
|
||||
<link id="#LCL.Controls.TWinControl.CreateWnd">TWinControl.CreateWnd</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- procedure Visibility: protected -->
|
||||
@ -4998,7 +4998,7 @@ Indicates how text is displayed in a text editing control.</p>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso>
|
||||
<link id="#LCL.Controls.TWinControl.Create"/>
|
||||
<link id="#LCL.Controls.TWinControl.Create">TWinControl.Create</link>
|
||||
</seealso>
|
||||
<short>
|
||||
<var>Create</var> - constructor for <var>TCustomEdit</var>: calls inherited <var>Create</var> then initialises style, colour, size and various other local variables</short>
|
||||
@ -5566,7 +5566,7 @@ Reads or writes a flag to determine paging increment; default value is 80 pixels
|
||||
</descr>
|
||||
<errors/>
|
||||
<seealso>
|
||||
<link id="#LCL.Controls.TWinControl.Create"/>
|
||||
<link id="#LCL.Controls.TWinControl.Create">TWinControl.Create</link>
|
||||
</seealso>
|
||||
<short>
|
||||
<var>Create</var> - constructor for <var>TCustomMemo</var>: calls inherited <var>Create</var> then initialises some variables, creates the stringlist and creates scrollbars</short>
|
||||
@ -5581,7 +5581,7 @@ Reads or writes a flag to determine paging increment; default value is 80 pixels
|
||||
</descr>
|
||||
<errors/>
|
||||
<seealso>
|
||||
<link id="#LCL.Controls.TWinControl.Destroy"/>
|
||||
<link id="#LCL.Controls.TWinControl.Destroy">TWinControl.Destroy</link>
|
||||
</seealso>
|
||||
<short>
|
||||
<var>Destroy</var> - destructor for <var>TCustomMemo</var>: frees stringlist and scrollbars then calls inherited <var>Destroy</var>
|
||||
@ -6447,7 +6447,7 @@ Properties are defined in the parent class <link id="#lcl.Menus.TPopupMenu">TPop
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso>
|
||||
<link id="#LCL.Controls.TWinControl.Create"/>
|
||||
<link id="#LCL.Controls.TWinControl.Create">TWinControl.Create</link>
|
||||
</seealso>
|
||||
<short>
|
||||
<var>Create</var> - constructor for <var>TCustomStaticText</var>: calls inherited <var>Create</var> the initialises style, alignment and bounds</short>
|
||||
@ -6910,7 +6910,7 @@ is done automatically by the streaming system.
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso>
|
||||
<link id="#LCL.Controls.TWinControl.Create"/>
|
||||
<link id="#LCL.Controls.TWinControl.Create">TWinControl.Create</link>
|
||||
</seealso>
|
||||
<short>
|
||||
<var>Create</var> - constructor for <var>TButtonControl</var>: calls inherited <var>Create</var> then initialises style</short>
|
||||
@ -7242,7 +7242,7 @@ is done automatically by the streaming system.
|
||||
</descr>
|
||||
<errors/>
|
||||
<seealso>
|
||||
<link id="#LCL.Controls.TWinControl.Create"/>
|
||||
<link id="#LCL.Controls.TWinControl.Create">TWinControl.Create</link>
|
||||
</seealso>
|
||||
<short>
|
||||
<var>Create</var> - constructor for <var>TCustomButton</var>: calls inherited <var>Create</var> then initialises style, colour, bounds, alignment and various other properties</short>
|
||||
@ -7844,11 +7844,11 @@ is the ancestor of all check-box components.</short>
|
||||
<!-- constructor Visibility: public -->
|
||||
<element name="TCustomCheckBox.Create">
|
||||
<short>
|
||||
<var>Create</var> - constructor for TCustomCheckBox: calls inherited <var>Create</var> then initialises style, and state, bounds, tabstop and autosize</short>
|
||||
<var>Create</var> - constructor for <var>TCustomCheckBox</var>: calls inherited <var>Create</var> then initialises style, and state, bounds, tabstop and autosize</short>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso>
|
||||
<link id="#LCL.Controls.TWinControl.Create"/>
|
||||
<link id="#LCL.Controls.TWinControl.Create">TWinControl.Create</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- argument Visibility: default -->
|
||||
@ -8122,7 +8122,7 @@ If the TabStop is True, the control is in the tab order. If TabStop is False, th
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso>
|
||||
<link id="#LCL.StdCtrls.TCustomCheckBox.Create"/>
|
||||
<link id="#LCL.StdCtrls.TCustomCheckBox.Create">TCustomCheckBox.Create</link>
|
||||
</seealso>
|
||||
<short>
|
||||
<var>Create</var> - constructor for <var>TToggleBox</var>: calls inherited <var>Create</var> then initialises style and makes autosize False</short>
|
||||
@ -8397,7 +8397,7 @@ If the TabStop is True, the control is in the tab order. If TabStop is False, th
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso>
|
||||
<link id="#LCL.StdCtrls.TCustomCheckBox.Create"/>
|
||||
<link id="#LCL.StdCtrls.TCustomCheckBox.Create">TCustomCheckBox.Create</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- argument Visibility: default -->
|
||||
@ -9076,7 +9076,7 @@ is done automatically by the streaming system.
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso>
|
||||
<link id="#LCL.Controls.TGraphicControl.Create"/>
|
||||
<link id="#LCL.Controls.TGraphicControl.Create">TGraphicControl.Create</link>
|
||||
</seealso>
|
||||
<short>
|
||||
<var>Create</var> - constructor for <var>TCustomLabel</var>: calls inherited <var>Create</var> then initialises style, bounds, colour and some other properties</short>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user