mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-14 03:19:32 +02:00
Docs: LCL, LazUtils. Various. Fixes external See Also links where link text was omitted.
This commit is contained in:
parent
863bee03a8
commit
3651027d61
@ -137,7 +137,7 @@
|
||||
</descr>
|
||||
<seealso>
|
||||
<link id="TFileReferenceList.TimeStamp"/>
|
||||
<link id="#lazutils.lazfilecache.LUInvalidChangeStamp64"/>
|
||||
<link id="#lazutils.lazfilecache.LUInvalidChangeStamp64">LUInvalidChangeStamp64</link>
|
||||
</seealso>
|
||||
</element>
|
||||
|
||||
|
@ -7,11 +7,12 @@
|
||||
====================================================================
|
||||
-->
|
||||
<module name="ActnList">
|
||||
<short>Defines classes for Actions and lists of Actions for use in LCL components.</short>
|
||||
<short>
|
||||
Defines classes for Actions and lists of Actions for use in LCL components.
|
||||
</short>
|
||||
<descr>
|
||||
<p>
|
||||
<file>actnlist.pas</file> contains classes which implements actions used in LCL components.
|
||||
The following components are added to the Lazarus IDE component palette:
|
||||
<file>actnlist.pas</file> contains classes which implements actions used in LCL components. The following components are added to the Lazarus IDE component palette:
|
||||
</p>
|
||||
<p>
|
||||
<b>Standard</b> Tab
|
||||
@ -173,8 +174,8 @@
|
||||
</descr>
|
||||
<seealso>
|
||||
<link id="TCustomActionList.ExecuteAction"/>
|
||||
<link id="#lcl.forms.TApplication"/>
|
||||
<link id="#lcl.lclproc.SendApplicationMessage"/>
|
||||
<link id="#lcl.forms.TApplication">TApplication</link>
|
||||
<link id="#lcl.lclproc.SendApplicationMessage">SendApplicationMessage</link>
|
||||
<link id="#rtl.classes.TComponent.ExecuteAction">TComponent.ExecuteAction</link>
|
||||
<link id="#rtl.classes.TBasicAction.Execute">TBasicAction.Execute</link>
|
||||
</seealso>
|
||||
|
@ -688,7 +688,7 @@
|
||||
<seealso>
|
||||
<link id="TClipBoard.AddFormat"/>
|
||||
<link id="TClipBoard.Assign"/>
|
||||
<link id="#lcl.lcltype.TClipboardFormat"/>
|
||||
<link id="#lcl.lcltype.TClipboardFormat">TClipboardFormat</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- argument Visibility: default -->
|
||||
|
@ -546,7 +546,7 @@
|
||||
<seealso>
|
||||
<link id="TCustomColorBox.Colors"/>
|
||||
<link id="TCustomColorBox.Style"/>
|
||||
<link id="#lcl.stdctrls.TCustomComboBox.Items"/>
|
||||
<link id="#lcl.stdctrls.TCustomComboBox.Items">TCustomComboBox.Items</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<element name="TCustomColorBox.ColorNames.Index">
|
||||
@ -846,7 +846,7 @@ if iPos <> -1 then
|
||||
<link id="TColorListBox"/>
|
||||
<link id="TCustomColorBox"/>
|
||||
<link id="TColorBox"/>
|
||||
<link id="#lcl.stdctrls.TCustomListBox"/>
|
||||
<link id="#lcl.stdctrls.TCustomListBox">TCustomListBox</link>
|
||||
</seealso>
|
||||
</element>
|
||||
|
||||
@ -1066,7 +1066,7 @@ if iPos <> -1 then
|
||||
</descr>
|
||||
<seealso>
|
||||
<link id="TCustomColorListBox.ColorDialog"/>
|
||||
<link id="#lcl.controls.TControl.Notification"/>
|
||||
<link id="#lcl.controls.TControl.Notification">TControl.Notification</link>
|
||||
<link id="#rtl.classes.TComponent">TComponent</link>
|
||||
</seealso>
|
||||
</element>
|
||||
|
@ -1208,7 +1208,7 @@
|
||||
</descr>
|
||||
<seealso>
|
||||
<link id="TCustomComboBoxEx.Images"/>
|
||||
<link id="#lcl.controls.TControl.Notification"/>
|
||||
<link id="#lcl.controls.TControl.Notification">TControl.Notification</link>
|
||||
<link id="#rtl.classes.TComponent">TComponent</link>
|
||||
</seealso>
|
||||
</element>
|
||||
|
@ -8138,7 +8138,7 @@ end;
|
||||
<short>Gets the owner of the persistent object.</short>
|
||||
<descr/>
|
||||
<seealso>
|
||||
<link id="#rtl.classes.TPersistent"/>
|
||||
<link id="#rtl.classes.TPersistent">TPersistent</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<element name="TListColumns.GetOwner.Result">
|
||||
@ -9057,7 +9057,7 @@ end;
|
||||
</p>
|
||||
</descr>
|
||||
<seealso>
|
||||
<link id="#lcl.stdctrls.TCustomEdit.DoExit"/>
|
||||
<link id="#lcl.stdctrls.TCustomEdit.DoExit">TCustomEdit.DoExit</link>
|
||||
</seealso>
|
||||
</element>
|
||||
|
||||
@ -14156,7 +14156,7 @@ end;
|
||||
<seealso>
|
||||
<link id="TToolButton.Down"/>
|
||||
<link id="TToolButton.ImageIndex"/>
|
||||
<link id="#lcl.actnlist.TCustomAction.Checked"/>
|
||||
<link id="#lcl.actnlist.TCustomAction.Checked">TCustomAction.Checked</link>
|
||||
<link id="#lcl.controls.TControl.ActionChange">TControl.ActionChange</link>
|
||||
</seealso>
|
||||
</element>
|
||||
@ -15603,7 +15603,7 @@ end;
|
||||
</p>
|
||||
</descr>
|
||||
<seealso>
|
||||
<link id="#lcl.controls.TCustomControl.Paint"/>
|
||||
<link id="#lcl.controls.TCustomControl.Paint">TCustomControl.Paint</link>
|
||||
</seealso>
|
||||
</element>
|
||||
|
||||
@ -23398,7 +23398,7 @@ AToolbar.ButtonHeight := 30;
|
||||
</p>
|
||||
</descr>
|
||||
<seealso>
|
||||
<link id="#lcl.controls.TWinControl.CreateWnd"/>
|
||||
<link id="#lcl.controls.TWinControl.CreateWnd">TWinControl.CreateWnd</link>
|
||||
</seealso>
|
||||
</element>
|
||||
|
||||
@ -23486,7 +23486,7 @@ AToolbar.ButtonHeight := 30;
|
||||
</p>
|
||||
</descr>
|
||||
<seealso>
|
||||
<link id="#lcl.controls.TWinControl.DestroyWnd"/>
|
||||
<link id="#lcl.controls.TWinControl.DestroyWnd">TWinControl.DestroyWnd</link>
|
||||
</seealso>
|
||||
</element>
|
||||
|
||||
@ -26442,7 +26442,7 @@ OldExpanded.Free;
|
||||
<short>Gets the value for the DisplayName property.</short>
|
||||
<descr/>
|
||||
<seealso>
|
||||
<link id="#rtl.classes.TCollectionItem.DisplayName"/>
|
||||
<link id="#rtl.classes.TCollectionItem.DisplayName">TCollectionItem.DisplayName</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<element name="THeaderSection.Result">
|
||||
|
@ -635,7 +635,7 @@
|
||||
<short>Alias for the TLMNCHitTest type.</short>
|
||||
<descr/>
|
||||
<seealso>
|
||||
<link id="#lcl.lmessages.TLMNCHitTest"/>
|
||||
<link id="#lcl.lmessages.TLMNCHitTest">TLMNCHitTest</link>
|
||||
</seealso>
|
||||
</element>
|
||||
|
||||
@ -643,7 +643,7 @@
|
||||
<short>Alias for the TLMMouse type.</short>
|
||||
<descr/>
|
||||
<seealso>
|
||||
<link id="#lcl.lmessages.TLMMouse"/>
|
||||
<link id="#lcl.lmessages.TLMMouse">TLMMouse</link>
|
||||
</seealso>
|
||||
</element>
|
||||
|
||||
@ -706,7 +706,7 @@
|
||||
<element name="TCMDialogChar">
|
||||
<short>Alias for the TLMKey type.</short>
|
||||
<seealso>
|
||||
<link id="#lcl.lmessages.TLMKey"/>
|
||||
<link id="#lcl.lmessages.TLMKey">TLMKey</link>
|
||||
</seealso>
|
||||
<notes><note>Used in LazReport controls.</note></notes>
|
||||
</element>
|
||||
@ -714,7 +714,7 @@
|
||||
<element name="TCMDialogKey">
|
||||
<short>Alias for the TLMKey type.</short>
|
||||
<seealso>
|
||||
<link id="#lcl.lmessages.TLMKey"/>
|
||||
<link id="#lcl.lmessages.TLMKey">TLMKey</link>
|
||||
</seealso>
|
||||
<notes><note>Used in the jvcllaz package.</note></notes>
|
||||
</element>
|
||||
@ -729,7 +729,7 @@
|
||||
<element name="TCMExit">
|
||||
<short>Alias for the TLMExit type.</short>
|
||||
<seealso>
|
||||
<link id="#lcl.lmessages.TLMExit"/>
|
||||
<link id="#lcl.lmessages.TLMExit">TLMExit</link>
|
||||
</seealso>
|
||||
</element>
|
||||
|
||||
@ -2112,7 +2112,7 @@
|
||||
<descr/>
|
||||
<seealso>
|
||||
<link id="TDragImageList.DragHotSpot"/>
|
||||
<link id="#lcl.imglist.TCustomImageList.GetHotSpot"/>
|
||||
<link id="#lcl.imglist.TCustomImageList.GetHotSpot">TCustomImageList.GetHotSpot</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<element name="TDragImageList.GetDragHotSpot.Result">
|
||||
@ -11311,8 +11311,8 @@
|
||||
</p>
|
||||
</descr>
|
||||
<seealso>
|
||||
<link id="#rtl.classes.TComponent.BeforeDestruction"/>
|
||||
<link id="#rtl.classes.TComponent.Destroying"/>
|
||||
<link id="#rtl.classes.TComponent.BeforeDestruction">TComponent.BeforeDestruction</link>
|
||||
<link id="#rtl.classes.TComponent.Destroying">TComponent.Destroying</link>
|
||||
</seealso>
|
||||
</element>
|
||||
|
||||
@ -11608,9 +11608,9 @@
|
||||
</p>
|
||||
</descr>
|
||||
<seealso>
|
||||
<link id="#lcl.forms.TCustomForm.FormIsUpdating"/>
|
||||
<link id="#lcl.forms.TCustomForm.BeginFormUpdate"/>
|
||||
<link id="#lcl.forms.TCustomForm.EndFormUpdate"/>
|
||||
<link id="#lcl.forms.TCustomForm.FormIsUpdating">TCustomForm.FormIsUpdating</link>
|
||||
<link id="#lcl.forms.TCustomForm.BeginFormUpdate">TCustomForm.BeginFormUpdate</link>
|
||||
<link id="#lcl.forms.TCustomForm.EndFormUpdate">TCustomForm.EndFormUpdate</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<element name="TControl.FormIsUpdating.Result">
|
||||
@ -12212,11 +12212,11 @@
|
||||
<link id="TControl.HelpType"/>
|
||||
<link id="TControl.HelpContext"/>
|
||||
<link id="TControl.HelpKeyword"/>
|
||||
<link id="#lcl.forms.TApplication.HelpContext"/>
|
||||
<link id="#lcl.forms.TApplication.HelpKeyword"/>
|
||||
<link id="#lcl.forms.TApplication.ShowHelpForObject"/>
|
||||
<link id="#lcl.forms.TApplicationProperties.HelpFile"/>
|
||||
<link id="#lcl.forms.TCustomForm.HelpFile"/>
|
||||
<link id="#lcl.forms.TApplication.HelpContext">TApplication.HelpContext</link>
|
||||
<link id="#lcl.forms.TApplication.HelpKeyword">TApplication.HelpKeyword</link>
|
||||
<link id="#lcl.forms.TApplication.ShowHelpForObject">TApplication.ShowHelpForObject</link>
|
||||
<link id="#lcl.forms.TApplicationProperties.HelpFile">TApplicationProperties.HelpFile</link>
|
||||
<link id="#lcl.forms.TCustomForm.HelpFile">TCustomForm.HelpFile</link>
|
||||
</seealso>
|
||||
</element>
|
||||
|
||||
@ -13248,7 +13248,7 @@ Button1.Parent := Form1; // set parent as last, the LCL now applies all properti
|
||||
</descr>
|
||||
<seealso>
|
||||
<link id="TControl.CalculateDockSizes"/>
|
||||
<link id="#lcl.ldocktree.TLazDockTree.InsertControl"/>
|
||||
<link id="#lcl.ldocktree.TLazDockTree.InsertControl">TLazDockTree.InsertControl</link>
|
||||
</seealso>
|
||||
</element>
|
||||
|
||||
@ -16419,7 +16419,7 @@ Button1.Parent := Form1; // set parent as last, the LCL now applies all properti
|
||||
</descr>
|
||||
<seealso>
|
||||
<link id="TWinControl.DoRemainingKeyDown"/>
|
||||
<link id="#lcl.forms.TCustomForm.WantChildKey"/>
|
||||
<link id="#lcl.forms.TCustomForm.WantChildKey">TCustomForm.WantChildKey</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<element name="TWinControl.ChildKey.Result">
|
||||
|
@ -5187,10 +5187,9 @@
|
||||
<seealso>
|
||||
<link id="TDBGridOptions"/>
|
||||
<link id="TDBGridOption"/>
|
||||
<link id="#lcl.grids.TGridOptions"/>
|
||||
<link id="#lcl.grids.TGridOption"/>
|
||||
<link id="#lcl.grids.TGridOptions2"/>
|
||||
<link id="#lcl.grids.TGridOption2"/>
|
||||
<link id="#lcl.grids.TGridOptions">TGridOptions</link>
|
||||
<link id="#lcl.grids.TGridOption">TGridOption</link>
|
||||
<link id="#lcl.grids.TGridOptions2">TGridOptions2</link>
|
||||
</seealso>
|
||||
</element>
|
||||
|
||||
|
@ -477,7 +477,7 @@
|
||||
<seealso>
|
||||
<link id="TCommonDialog.Execute"/>
|
||||
<link id="TCommonDialog.DoExecute"/>
|
||||
<link id="#lazutils.uitypes.TModalResult"/>
|
||||
<link id="#lazutils.uitypes.TModalResult">TModalResult</link>
|
||||
</seealso>
|
||||
</element>
|
||||
|
||||
@ -1557,7 +1557,7 @@ ADialog.CustomColors.Values['ColorA'] := 'FFFF00';
|
||||
<link id="TCustomSpeedButton.Spacing"/>
|
||||
<link id="TCustomSpeedButton.Layout"/>
|
||||
<link id="TCustomSpeedButton.Margin"/>
|
||||
<link id="#lcl.controls.TControl.Caption"/>
|
||||
<link id="#lcl.controls.TControl.Caption">TControl.Caption</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<element name="TColorButton.GetGlyphSize.Result">
|
||||
@ -1695,7 +1695,7 @@ ADialog.CustomColors.Values['ColorA'] := 'FFFF00';
|
||||
<link id="TCustomSpeedButton.Spacing"/>
|
||||
<link id="TCustomSpeedButton.Layout"/>
|
||||
<link id="TCustomSpeedButton.Margin"/>
|
||||
<link id="#lcl.controls.TControl.Caption"/>
|
||||
<link id="#lcl.controls.TControl.Caption">TControl.Caption</link>
|
||||
</seealso>
|
||||
</element>
|
||||
|
||||
@ -3537,7 +3537,7 @@ ADialog.CustomColors.Values['ColorA'] := 'FFFF00';
|
||||
<seealso>
|
||||
<link id="TCustomTaskDialog.ModalResult"/>
|
||||
<link id="TCustomTaskDialog.Button"/>
|
||||
<link id="#lcl.lcltaskdialog.TTaskDialog"/>
|
||||
<link id="#lcl.lcltaskdialog.TTaskDialog">TTaskDialog</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<element name="TCustomTaskDialog.Execute.Result">
|
||||
@ -3641,7 +3641,7 @@ ADialog.CustomColors.Values['ColorA'] := 'FFFF00';
|
||||
<link id="TCustomTaskDialog.Flags"/>
|
||||
<link id="TTaskDialogFlags"/>
|
||||
<link id="TTaskDialogFlag"/>
|
||||
<link id="#lcl.lcltype.TTranslateString"/>
|
||||
<link id="#lcl.lcltype.TTranslateString">TTranslateString</link>
|
||||
</seealso>
|
||||
</element>
|
||||
|
||||
@ -3671,14 +3671,16 @@ ADialog.ExpandedText := 'Please read the Terms of Service.'+#10+
|
||||
<link id="TCustomTaskDialog.Flags"/>
|
||||
<link id="TTaskDialogFlags"/>
|
||||
<link id="TTaskDialogFlag"/>
|
||||
<link id="#lcl.lcltype.TTranslateString"/>
|
||||
<link id="#lcl.lcltype.TTranslateString">TTranslateString</link>
|
||||
</seealso>
|
||||
</element>
|
||||
|
||||
<element name="TCustomTaskDialog.Flags">
|
||||
<short>Set of options enabled for the Task dialog.</short>
|
||||
<descr>
|
||||
Flags is a TTaskDialogFlags property with the set of options for the Task dialog. It contains values from the TTaskDialogFlag enumeration, and when included, enable the corresponding feature in the Task Dialog. The default value for the property is [tfAllowDialogCancellation] and allows the dialog to be cancelled.
|
||||
<p>
|
||||
Flags is a TTaskDialogFlags property with the set of options for the Task dialog. It contains values from the TTaskDialogFlag enumeration, and when included, enable the corresponding feature in the Task Dialog. The default value for the property is [tfAllowDialogCancellation] and allows the dialog to be cancelled.
|
||||
</p>
|
||||
</descr>
|
||||
<seealso>
|
||||
<link id="TTaskDialogFlags"/>
|
||||
@ -3729,7 +3731,7 @@ ADialog.FooterText := '(c) Copyright 1960-2021, Acme Corporation LLC.' + #10 +
|
||||
<link id="TCustomTaskDialog.Flags"/>
|
||||
<link id="TTaskDialogFlags"/>
|
||||
<link id="TTaskDialogFlag"/>
|
||||
<link id="#lcl.lcltype.TTranslateString"/>
|
||||
<link id="#lcl.lcltype.TTranslateString">TTranslateString</link>
|
||||
</seealso>
|
||||
</element>
|
||||
|
||||
@ -3838,7 +3840,7 @@ ADialog.Text := 'Please read and accept the <a href="file://tos.pdf">Terms
|
||||
<link id="TCustomTaskDialog.Flags"/>
|
||||
<link id="TTaskDialogFlags"/>
|
||||
<link id="TTaskDialogFlag"/>
|
||||
<link id="#lcl.lcltype.TTranslateString"/>
|
||||
<link id="#lcl.lcltype.TTranslateString">TTranslateString</link>
|
||||
</seealso>
|
||||
</element>
|
||||
|
||||
@ -4317,17 +4319,19 @@ uses
|
||||
|
||||
procedure TForm1.Button1Click(Sender: TObject);
|
||||
var
|
||||
btns: array[0..2] of LongInt = (idButtonOK, idButtonCancel, idButtonHelp);
|
||||
res: LongInt;
|
||||
btns: array[0..2] of LongInt = (idButtonOK, idButtonCancel, idButtonHelp);
|
||||
res: LongInt;
|
||||
begin
|
||||
res := DefaultPromptDialog('This is the caption', 'This is the message of this dialog', idDialogInfo, @btns, 3, 0, 1, true, 0, 0);
|
||||
Caption := 'Dialog result is ' + IntToStr(res);
|
||||
res := DefaultPromptDialog('This is the caption',
|
||||
'This is the message of this dialog', idDialogInfo, @btns,
|
||||
3, 0, 1, true, 0, 0);
|
||||
Caption := 'Dialog result is ' + IntToStr(res);
|
||||
end;
|
||||
</code>
|
||||
</descr>
|
||||
<seealso>
|
||||
<link id="#lcl.forms.TCustomForm.ShowModal"/>
|
||||
<link id="#lcl.forms.TCustomForm.ModalResult"/>
|
||||
<link id="#lcl.forms.TCustomForm.ShowModal">TCustomForm.ShowModal</link>
|
||||
<link id="#lcl.forms.TCustomForm.ModalResult">TCustomForm.ModalResult</link>
|
||||
<link id="#lcl.interfacebase.PromptDialogFunction">PromptDialogFunction</link>
|
||||
</seealso>
|
||||
</element>
|
||||
|
@ -2468,7 +2468,7 @@
|
||||
</p>
|
||||
</descr>
|
||||
<seealso>
|
||||
<link id="#lcl.controls.TGraphicControl.WSRegisterClass"/>
|
||||
<link id="#lcl.controls.TGraphicControl.WSRegisterClass">TGraphicControl.WSRegisterClass</link>
|
||||
</seealso>
|
||||
</element>
|
||||
|
||||
@ -6127,7 +6127,7 @@
|
||||
</p>
|
||||
</descr>
|
||||
<seealso>
|
||||
<link id="#lcl.extctrls.TCustomFlowPanel.AutoWrap"/>
|
||||
<link id="#lcl.extctrls.TCustomFlowPanel.AutoWrap">TCustomFlowPanel.AutoWrap</link>
|
||||
</seealso>
|
||||
</element>
|
||||
|
||||
|
@ -1205,7 +1205,7 @@
|
||||
<link id="TScrollingWinControl.HorzScrollBar"/>
|
||||
<link id="TScrollingWinControl.VertScrollBar"/>
|
||||
<link id="TScrollingWinControl.UpdateScrollBars"/>
|
||||
<link id="#lcl.forms.TScrollingWinControl.AutoScroll"/>
|
||||
<link id="#lcl.forms.TScrollingWinControl.AutoScroll">TScrollingWinControl.AutoScroll</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<element name="TScrollingWinControl.SetAutoScroll.Value">
|
||||
@ -1654,7 +1654,7 @@
|
||||
<link id="#lcl.controls.TControl.Constraints">TControl.Constraints</link>
|
||||
<link id="#lcl.controls.TControl.BorderSpacing">TControl.BorderSpacing</link>
|
||||
<link id="#lcl.controls.TControl.Parent">TControl.Parent</link>
|
||||
<link id="#lcl.controls.TLayoutAdjustmentPolicy"/>
|
||||
<link id="#lcl.controls.TLayoutAdjustmentPolicy">TLayoutAdjustmentPolicy</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<element name="TCustomDesignControl.DoAutoAdjustLayout.AMode">
|
||||
@ -1957,7 +1957,7 @@
|
||||
<link id="#lcl.controls.TControl.CMParentColorChanged">TControl.CMParentColorChanged</link>
|
||||
<link id="#lcl.controls.TControl.ParentColor">TControl.ParentColor</link>
|
||||
<link id="#lcl.controls.TControl.Color">TControl.Color</link>
|
||||
<link id="#rtl.classes.TComponent.ComponentState"/>
|
||||
<link id="#rtl.classes.TComponent.ComponentState">TComponent.ComponentState</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<element name="TCustomFrame.CMParentColorChanged.Message">
|
||||
@ -2132,7 +2132,7 @@
|
||||
<seealso>
|
||||
<link id="TFrame.LCLVersion"/>
|
||||
<link id="TCustomFrame.Create"/>
|
||||
<link id="#lcl.lclversion.lcl_version"/>
|
||||
<link id="#lcl.lclversion.lcl_version">lcl_version</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<element name="TFrame.Create.TheOwner">
|
||||
@ -2168,8 +2168,8 @@
|
||||
<seealso>
|
||||
<link id="TForm.LCLVersion"/>
|
||||
<link id="TForm.Create"/>
|
||||
<link id="#lcl.controls.TControl.Parent"/>
|
||||
<link id="#lcl.lclversion.lcl_version"/>
|
||||
<link id="#lcl.controls.TControl.Parent">TControl.Parent</link>
|
||||
<link id="#lcl.lclversion.lcl_version">lcl_version</link>
|
||||
</seealso>
|
||||
</element>
|
||||
|
||||
@ -5024,7 +5024,7 @@
|
||||
</descr>
|
||||
<seealso>
|
||||
<link id="TCustomForm.AddHandlerCreate"/>
|
||||
<link id="#rtl.classes.TNotifyEvent"/>
|
||||
<link id="#rtl.classes.TNotifyEvent">TNotifyEvent</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<element name="TCustomForm.RemoveHandlerCreate.OnCreateHandler">
|
||||
@ -10060,7 +10060,7 @@ HintWindow.ActivateHint(Rect, 'This is the hint');
|
||||
</p>
|
||||
</descr>
|
||||
<seealso>
|
||||
<link id="#LazUtils.LazUTF8.ParamStrUTF8"/>
|
||||
<link id="#lazutils.lazutf8.ParamStrUTF8">ParamStrUTF8</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<element name="TApplication.GetExename.Result">
|
||||
@ -12626,7 +12626,7 @@ HintWindow.ActivateHint(Rect, 'This is the hint');
|
||||
</p>
|
||||
</descr>
|
||||
<seealso>
|
||||
<link id="#lcl.lcltype.VK_LSHIFT"/>
|
||||
<link id="#lcl.lcltype.VK_LSHIFT">VK_LSHIFT</link>
|
||||
</seealso>
|
||||
</element>
|
||||
|
||||
|
@ -3791,7 +3791,7 @@
|
||||
<descr/>
|
||||
<seealso>
|
||||
<link id="#lcl.lcltype.HRGN">HRGN</link>
|
||||
<link id="#rtl.sysutils.THandle"/>
|
||||
<link id="#rtl.sysutils.THandle">THandle</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<element name="TRegion.Reference">
|
||||
|
@ -12062,10 +12062,10 @@
|
||||
<link id="TCustomGrid.PrepareCanvas"/>
|
||||
<link id="TCustomGrid.OnPrepareCanvas"/>
|
||||
<link id="#lcl.controls.TCustomControl.Canvas">TCustomControl.Canvas</link>
|
||||
<link id="#lcl.graphics.clBtnFace"/>
|
||||
<link id="#lcl.graphics.clBtnText"/>
|
||||
<link id="#lcl.graphics.clInactiveCaption"/>
|
||||
<link id="#lcl.graphics.clInactiveCaptionText"/>
|
||||
<link id="#lcl.graphics.clBtnFace">clBtnFace</link>
|
||||
<link id="#lcl.graphics.clBtnText">clBtnText</link>
|
||||
<link id="#lcl.graphics.clInactiveCaption">clInactiveCaption</link>
|
||||
<link id="#lcl.graphics.clInactiveCaptionText">clInactiveCaptionText</link>
|
||||
</seealso>
|
||||
</element>
|
||||
|
||||
@ -13144,7 +13144,7 @@
|
||||
<link id="TCustomGrid.Columns"/>
|
||||
<link id="TGridColumns"/>
|
||||
<link id="TGridColumn"/>
|
||||
<link id="#lcl.controls.TControl.Font"/>
|
||||
<link id="#lcl.controls.TControl.Font">TControl.Font</link>
|
||||
<link id="#lcl.controls.TControl.ScaleFontsPPI">TControl.ScaleFontsPPI</link>
|
||||
</seealso>
|
||||
</element>
|
||||
|
@ -139,7 +139,7 @@ TImageCacheItems is used in the implementation of the
|
||||
<short>Notifies observers when a value in the container has been changed.</short>
|
||||
<descr/>
|
||||
<seealso>
|
||||
<link id="#rtl.classes.TList"/>
|
||||
<link id="#rtl.classes.TList">TList</link>
|
||||
</seealso>
|
||||
</element>
|
||||
|
||||
@ -192,7 +192,7 @@ Items is the default property for the container.
|
||||
</p>
|
||||
</descr>
|
||||
<seealso>
|
||||
<link id="#rtl.classes.TList"/>
|
||||
<link id="#rtl.classes.TList">TList</link>
|
||||
</seealso>
|
||||
</element>
|
||||
|
||||
|
@ -2319,7 +2319,7 @@ end;
|
||||
<short>Finds the monitor which contains most of the specified window.</short>
|
||||
<descr/>
|
||||
<seealso>
|
||||
<link id="#lcl.forms.TScreen.MonitorFromWindow"/>
|
||||
<link id="#lcl.forms.TScreen.MonitorFromWindow">TScreen.MonitorFromWindow</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<element name="MonitorFromWindow.Result">
|
||||
|
@ -577,12 +577,12 @@ end;
|
||||
</p>
|
||||
</descr>
|
||||
<seealso>
|
||||
<link id="#lcl.lclstrconsts.rsMtWarning"/>
|
||||
<link id="#lcl.lclstrconsts.rsMtError"/>
|
||||
<link id="#lcl.lclstrconsts.rsMtInformation"/>
|
||||
<link id="#lcl.lclstrconsts.rsMtConfirmation"/>
|
||||
<link id="#lcl.lclstrconsts.rsMtAuthentication"/>
|
||||
<link id="#lcl.lclstrconsts.rsMtCustom"/>
|
||||
<link id="#lcl.lclstrconsts.rsMtWarning">rsMtWarning</link>
|
||||
<link id="#lcl.lclstrconsts.rsMtError">rsMtError</link>
|
||||
<link id="#lcl.lclstrconsts.rsMtInformation">rsMtInformation</link>
|
||||
<link id="#lcl.lclstrconsts.rsMtConfirmation">rsMtConfirmation</link>
|
||||
<link id="#lcl.lclstrconsts.rsMtAuthentication">rsMtAuthentication</link>
|
||||
<link id="#lcl.lclstrconsts.rsMtCustom">rsMtCustom</link>
|
||||
</seealso>
|
||||
</element>
|
||||
|
||||
|
@ -1361,7 +1361,7 @@
|
||||
<link id="TCustomMaskEdit.GetTextWithoutMask"/>
|
||||
<link id="TCustomMaskEdit.EditMask"/>
|
||||
<link id="TCustomMaskEdit.IsMasked"/>
|
||||
<link id="#lcl.stdctrls.TCustomEdit.RealGetText"/>
|
||||
<link id="#lcl.stdctrls.TCustomEdit.RealGetText">TCustomEdit.RealGetText</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<element name="TCustomMaskEdit.RealGetText.Result">
|
||||
|
@ -244,7 +244,7 @@
|
||||
</p>
|
||||
</descr>
|
||||
<seealso>
|
||||
<link id="#rtl.classes.TBasicActionLink"/>
|
||||
<link id="#rtl.classes.TBasicActionLink">TBasicActionLink</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<element name="TMenuActionLink.IsOnExecuteLinked.Result">
|
||||
|
@ -921,7 +921,7 @@
|
||||
</p>
|
||||
</descr>
|
||||
<seealso>
|
||||
<link id="#lcl.controls.TControl.ParentColor"/>
|
||||
<link id="#lcl.controls.TControl.ParentColor">TControl.ParentColor</link>
|
||||
</seealso>
|
||||
</element>
|
||||
|
||||
|
@ -5004,7 +5004,7 @@
|
||||
</p>
|
||||
</descr>
|
||||
<seealso>
|
||||
<link id="#lcl.controls.TWinControl.TabStop"/>
|
||||
<link id="#lcl.controls.TWinControl.TabStop">TWinControl.TabStop</link>
|
||||
</seealso>
|
||||
</element>
|
||||
|
||||
@ -6333,7 +6333,7 @@
|
||||
</descr>
|
||||
<seealso>
|
||||
<link id="#lcl.controls.TControl.Text">TControl.Text</link>
|
||||
<link id="#lcl.stdctrls.TEditCharCase"/>
|
||||
<link id="#lcl.stdctrls.TEditCharCase">TEditCharCase</link>
|
||||
</seealso>
|
||||
</element>
|
||||
|
||||
@ -7018,7 +7018,7 @@ end;
|
||||
<seealso>
|
||||
<link id="TCustomMemo.ScrollBars"/>
|
||||
<link id="TCustomMemo.WordWrap"/>
|
||||
<link id="#lcl.controls.TWinControl.Loaded"/>
|
||||
<link id="#lcl.controls.TWinControl.Loaded">TWinControl.Loaded</link>
|
||||
</seealso>
|
||||
</element>
|
||||
|
||||
@ -8397,7 +8397,7 @@ end;
|
||||
</descr>
|
||||
<seealso>
|
||||
<link id="TCustomButton.UpdateDefaultCancel"/>
|
||||
<link id="#lcl.controls.TWinControl.Loaded"/>
|
||||
<link id="#lcl.controls.TWinControl.Loaded">TWinControl.Loaded</link>
|
||||
</seealso>
|
||||
</element>
|
||||
|
||||
@ -8423,7 +8423,7 @@ end;
|
||||
<link id="TCustomButton.Active"/>
|
||||
<link id="TCustomButton.WSSetDefault"/>
|
||||
<link id="#lcl.forms.GetParentForm">GetParentForm</link>
|
||||
<link id="#lcl.forms.TCustomForm.CancelControl"/>
|
||||
<link id="#lcl.forms.TCustomForm.CancelControl">TCustomForm.CancelControl</link>
|
||||
<link id="#lcl.forms.TCustomForm.DefaultControl">TCustomForm.DefaultControl</link>
|
||||
</seealso>
|
||||
</element>
|
||||
@ -8725,7 +8725,7 @@ end;
|
||||
</p>
|
||||
</descr>
|
||||
<seealso>
|
||||
<link id="#lcl.controls.TWinControl.TabStop"/>
|
||||
<link id="#lcl.controls.TWinControl.TabStop">TWinControl.TabStop</link>
|
||||
</seealso>
|
||||
</element>
|
||||
|
||||
|
@ -1945,9 +1945,9 @@ Mike Lischke (public@soft-gems.net, www.soft-gems.net).
|
||||
<short>Converts the numeric color value to color reference.</short>
|
||||
<descr/>
|
||||
<seealso>
|
||||
<link id="#lcl.graphics.ColorToRGB"/>
|
||||
<link id="#lcl.lcltype.TColorRef"/>
|
||||
<link id="#lcl.lcltype.COLORREF"/>
|
||||
<link id="#lcl.graphics.ColorToRGB">ColorToRGB</link>
|
||||
<link id="#lcl.lcltype.TColorRef">TColorRef</link>
|
||||
<link id="#lcl.lcltype.COLORREF">COLORREF</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<element name="TThemeServices.InternalColorToRGB.Result">
|
||||
|
@ -395,7 +395,7 @@
|
||||
</descr>
|
||||
<errors />
|
||||
<seealso>
|
||||
<link id="#lazutils.lazconfigstorage.TConfigStorage"/>
|
||||
<link id="#lazutils.lazconfigstorage.TConfigStorage">TConfigStorage</link>
|
||||
</seealso>
|
||||
</element>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user