mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 22:59:27 +02:00
FPDoc - updates (mostly minor) to descriptions and links in Buttonpanel.xml, comctrls.xml, grids.xml, imglist.xml, maskedit.xml, printers.xml
git-svn-id: trunk@18005 -
This commit is contained in:
parent
c0bf8bbc48
commit
0585e8a095
@ -385,7 +385,7 @@
|
||||
<!-- property Visibility: public -->
|
||||
<element name="TCustomButtonPanel.ButtonOrder">
|
||||
<short>
|
||||
<var>ButtonOrder</var> - the order in which the buttons are to appear on the panel</short>
|
||||
<var>ButtonOrder</var> - the order in which the series of buttons will appear on the panel</short>
|
||||
<descr/>
|
||||
<seealso/>
|
||||
</element>
|
||||
|
@ -1793,9 +1793,11 @@
|
||||
<!-- property Visibility: public -->
|
||||
<element name="TTabControlStrings.HotTrack">
|
||||
<short>
|
||||
<var>HotTrack</var> - if True, the current Tab is a hot track, ie selected, focused and currently executing its functions</short>
|
||||
<var>HotTrack</var> - the property whereby the item under the mouse pointer becomes emphasised</short>
|
||||
<descr/>
|
||||
<seealso/>
|
||||
<seealso>
|
||||
<link id="#lcl.ComCtrls.TCustomListView.HotTrack">TCustomListView.HotTrack</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- property Visibility: public -->
|
||||
<element name="TTabControlStrings.Images">
|
||||
@ -1922,7 +1924,7 @@
|
||||
<!-- procedure Visibility: protected -->
|
||||
<element name="TTabControlNoteBookStrings.NBChanging">
|
||||
<short>
|
||||
<var>NBChanging</var> - method for dealing with the process fo change in a NoteBook</short>
|
||||
<var>NBChanging</var> - method for dealing with the process for change in a NoteBook</short>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
@ -2696,7 +2698,7 @@
|
||||
<var>HotTrack</var> - the property whereby the item under the mouse pointer becomes emphasised</short>
|
||||
<descr/>
|
||||
<seealso>
|
||||
<link id="#lcl.ConCtrls.TCustomListView.HotTrack">TCustomListView.HotTrack</link>
|
||||
<link id="#lcl.ComCtrls.TCustomListView.HotTrack">TCustomListView.HotTrack</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- property Visibility: protected -->
|
||||
@ -5823,7 +5825,9 @@ cdsIndeterminate
|
||||
</ul>
|
||||
<p>This feature can be used in List Views and in TabControls</p>
|
||||
</descr>
|
||||
<seealso/>
|
||||
<seealso>
|
||||
<link id="#lcl.ComCtrls.TCustomListView.HotTrack">TCustomListView.HotTrack</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- property Visibility: public -->
|
||||
<element name="TCustomListView.HotTrackStyles">
|
||||
|
@ -3055,7 +3055,8 @@ The purpose of this method is to call event handler <i>OnBeforeSelection</i>.
|
||||
</element>
|
||||
<!-- procedure Visibility: protected -->
|
||||
<element name="TCustomGrid.DrawFocusRect">
|
||||
<short/>
|
||||
<short>
|
||||
<var>DrawFocusRect</var> - draw a rectangle with focus in the nominated cell</short>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
@ -3286,7 +3287,8 @@ The purpose of this method is to call event handler <i>OnBeforeSelection</i>.
|
||||
</element>
|
||||
<!-- procedure Visibility: protected -->
|
||||
<element name="TCustomGrid.InvalidateCell">
|
||||
<short/>
|
||||
<short>
|
||||
<var>InvalidateCell</var> - render a cell non-valid, and redraw if required</short>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
@ -4421,7 +4423,8 @@ Application developers may use the OnSelection and OnBeforeSelection events to r
|
||||
</element>
|
||||
<!-- procedure Visibility: public -->
|
||||
<element name="TCustomGrid.EndUpdate">
|
||||
<short>Finish updating the grid</short>
|
||||
<short>
|
||||
<var>EndUpdate</var> - Finish updating the grid</short>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
@ -4432,7 +4435,9 @@ Application developers may use the OnSelection and OnBeforeSelection events to r
|
||||
</element>
|
||||
<!-- procedure Visibility: public -->
|
||||
<element name="TCustomGrid.EndUpdate">
|
||||
<short/>
|
||||
<short>
|
||||
<var>EndUpdate</var> - Finish updating the grid</short>
|
||||
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
@ -4527,7 +4532,7 @@ Application developers may use the OnSelection and OnBeforeSelection events to r
|
||||
</element>
|
||||
<!-- procedure Visibility: public -->
|
||||
<element name="TCustomGrid.MouseToCell">
|
||||
<short/>
|
||||
<short>Convert mouse coordinates to the position of a cell in the grid</short>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
@ -7290,7 +7295,7 @@ Segunda linea de texto</descr>
|
||||
<short/>
|
||||
</element>
|
||||
<!-- procedure Visibility: protected -->
|
||||
<element name="TGridColumn.Assign">
|
||||
<element name="TGridColumn.Assign" link="#rtl.Classes.TPersistent.Assign">
|
||||
<short/>
|
||||
<descr/>
|
||||
<errors/>
|
||||
@ -7429,14 +7434,16 @@ Segunda linea de texto</descr>
|
||||
</element>
|
||||
<!-- procedure Visibility: protected -->
|
||||
<element name="TGridColumn.AllColumnsChange">
|
||||
<short/>
|
||||
<short>
|
||||
<var>AllColumnsChange</var> - method for processing a change in al columns</short>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- function Visibility: protected -->
|
||||
<element name="TGridColumn.CreateTitle">
|
||||
<short/>
|
||||
<short>
|
||||
<var>CreateTitle</var> - creates a column title and returns it in the result</short>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
@ -7447,12 +7454,13 @@ Segunda linea de texto</descr>
|
||||
</element>
|
||||
<!-- property Visibility: protected -->
|
||||
<element name="TGridColumn.IsDefaultFont">
|
||||
<short/>
|
||||
<short>
|
||||
<var>IsDefaultFont</var> - if True, the default font is being used</short>
|
||||
<descr/>
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- constructor Visibility: public -->
|
||||
<element name="TGridColumn.Create">
|
||||
<element name="TGridColumn.Create" link="#rtl.Classes.TCollectionItem.Create">
|
||||
<short/>
|
||||
<descr/>
|
||||
<errors/>
|
||||
@ -7463,7 +7471,7 @@ Segunda linea de texto</descr>
|
||||
<short/>
|
||||
</element>
|
||||
<!-- destructor Visibility: public -->
|
||||
<element name="TGridColumn.Destroy">
|
||||
<element name="TGridColumn.Destroy" link="#rtl.Classes.TCollectionItem.Destroy">
|
||||
<short/>
|
||||
<descr/>
|
||||
<errors/>
|
||||
@ -7471,14 +7479,16 @@ Segunda linea de texto</descr>
|
||||
</element>
|
||||
<!-- procedure Visibility: public -->
|
||||
<element name="TGridColumn.FillDefaultFont">
|
||||
<short/>
|
||||
<short>
|
||||
<var>FillDefaultFont</var> - method to fill all cells in the column with the default font</short>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- function Visibility: public -->
|
||||
<element name="TGridColumn.IsDefault">
|
||||
<short/>
|
||||
<short>
|
||||
<var>IsDefault</var> - returns True if this column is the default</short>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
@ -9778,13 +9788,15 @@ Segunda linea de texto</descr>
|
||||
</element>
|
||||
<!-- property Visibility: protected -->
|
||||
<element name="TCustomGrid.HeaderHotZones">
|
||||
<short/>
|
||||
<short>
|
||||
<var>HeaderHotZones</var> - the zones of the header that are under the cursor, so are capable of being selected or pushed (or not!)</short>
|
||||
<descr/>
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: protected -->
|
||||
<element name="TCustomGrid.HeaderPushZones">
|
||||
<short/>
|
||||
<short>
|
||||
<var>HeaderPushZones</var> - the zones of the header that have been selected by the cursor, or pushed</short>
|
||||
<descr/>
|
||||
<seealso/>
|
||||
</element>
|
||||
@ -11149,7 +11161,8 @@ Segunda linea de texto</descr>
|
||||
<element name="TStringGridStrings">
|
||||
<short>
|
||||
<var>TStringGridStrings</var> - the strings that populate the cells of a TStringGrid</short>
|
||||
<descr/>
|
||||
<descr>All of the properties are defined in the ancestor classes (<var>TStrings</var> etc)
|
||||
</descr>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
</element>
|
||||
@ -12673,10 +12686,7 @@ Segunda linea de texto</descr>
|
||||
<short>
|
||||
<var>msg_SetPos</var> - issues a message to specify the position</short>
|
||||
</element>
|
||||
<element name="TCompositeCellEditor.VisibleChanging">
|
||||
<short>
|
||||
<var>VisibleChanging</var> - method for a change in the Visibility property</short>
|
||||
</element>
|
||||
<element name="TCompositeCellEditor.VisibleChanging" link="#LCL.Controls.TControl.VisibleChanging"/>
|
||||
<element name="TCompositeCellEditor.SendChar">
|
||||
<short>
|
||||
<var>SendChar</var> - transmits the specified character and returns an integer status result</short>
|
||||
@ -12750,6 +12760,51 @@ Segunda linea de texto</descr>
|
||||
<element name="TStringGrid.OnStartDrag" link="#LCL.Controls.TControl.OnStartDrag"/>
|
||||
<element name="TStringGrid.OnUTF8KeyPress" link="#LCL.Controls.TWinControl.OnUTF8KeyPress"/>
|
||||
<element name="TStringGrid.OnContextPopup" link="#LCL.Controls.TControl.OnContextPopup"/>
|
||||
<element name="TGridColumn.GetValueChecked">
|
||||
<short>
|
||||
<var>GetValueChecked</var> - returns a checked value as a string</short>
|
||||
</element>
|
||||
<element name="TGridColumn.GetValueUnchecked">
|
||||
<short>
|
||||
<var>GetValueUnchecked</var> - returns an unchecked value as a string</short>
|
||||
</element>
|
||||
<element name="TGridColumn.ValueChecked">
|
||||
<short>
|
||||
<var>ValueChecked</var> - a string value of a checked item</short>
|
||||
</element>
|
||||
<element name="TGridColumn.ValueUnchecked">
|
||||
<short>
|
||||
<var>ValueUnchecked</var> - a string value of an unchecked item</short>
|
||||
</element>
|
||||
<element name="TCustomGrid.DrawGridCheckboxBitmaps">
|
||||
<short>
|
||||
<var>DrawGridCheckboxBitmaps</var> - draws checkbox bitmaps in th enominated rectangle with the specified checkbox state</short>
|
||||
</element>
|
||||
<element name="TCustomGrid.OnUserCheckboxBitmap">
|
||||
<short>
|
||||
<var>OnUserCheckboxBitmap</var> - event handler for a user accessing a checkbox bitmap</short>
|
||||
</element>
|
||||
<element name="TCustomDrawGrid.GetCheckBoxState">
|
||||
<short>
|
||||
<var>GetCheckBoxState</var> - returns the state of the checkbox at the specified position</short>
|
||||
</element>
|
||||
<element name="TCustomDrawGrid.SetCheckboxState">
|
||||
<short>
|
||||
<var>SetCheckboxState</var> - specifies the state of the checkbox in the nominated cell</short>
|
||||
</element>
|
||||
<element name="TCustomDrawGrid.ToggleCheckbox">
|
||||
<short>
|
||||
<var>ToggleCheckbox</var> - toggles checkbox state between checked and unchecked</short>
|
||||
</element>
|
||||
<element name="TCustomDrawGrid.OnGetCheckboxState">
|
||||
<short>
|
||||
<var>OnGetCheckboxState</var> - event handler for finding checkbox state</short>
|
||||
</element>
|
||||
<element name="TCustomDrawGrid.OnSetCheckboxState">
|
||||
<short>
|
||||
<var>OnSetCheckboxState</var> - event handler for specifying checkbox state</short>
|
||||
</element>
|
||||
<element name="TCustomStringGrid.GetCheckBoxState" link="#LCL.Grids.TCustomDrawGrid.GetCheckBoxState"/>
|
||||
</module>
|
||||
<!-- Grids -->
|
||||
</package>
|
||||
|
@ -95,7 +95,8 @@
|
||||
</element>
|
||||
<!-- object Visibility: default -->
|
||||
<element name="TChangeLink">
|
||||
<short/>
|
||||
<short>
|
||||
<var>TChangeLink</var> - class to notify when an Imagelist changes</short>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
@ -113,7 +114,7 @@
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- destructor Visibility: public -->
|
||||
<element name="TChangeLink.Destroy">
|
||||
<element name="TChangeLink.Destroy" link="#rtl.System.TObject.Destroy">
|
||||
<short/>
|
||||
<descr/>
|
||||
<errors/>
|
||||
@ -121,20 +122,23 @@
|
||||
</element>
|
||||
<!-- procedure Visibility: public -->
|
||||
<element name="TChangeLink.Change">
|
||||
<short/>
|
||||
<short>
|
||||
<var>Change</var> - software emulation of the <var>OnChange</var> event</short>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: public -->
|
||||
<element name="TChangeLink.OnChange">
|
||||
<short/>
|
||||
<short>
|
||||
<var>OnChange</var> - event handler for a change in the Imagelist</short>
|
||||
<descr/>
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: public -->
|
||||
<element name="TChangeLink.Sender">
|
||||
<short/>
|
||||
<short>
|
||||
<var>Sender</var> - the imagelist that has notified us of a change</short>
|
||||
<descr/>
|
||||
<seealso/>
|
||||
</element>
|
||||
@ -460,14 +464,16 @@
|
||||
</element>
|
||||
<!-- procedure Visibility: protected -->
|
||||
<element name="TCustomImageList.Initialize">
|
||||
<short/>
|
||||
<short>
|
||||
<var>Initialize</var> - sets up the list</short>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- procedure Visibility: protected -->
|
||||
<element name="TCustomImageList.DefineProperties">
|
||||
<short/>
|
||||
<short>
|
||||
<var>DefineProperties</var> - defines the properties of the ImageList (stored in a file)</short>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
@ -478,7 +484,8 @@
|
||||
</element>
|
||||
<!-- procedure Visibility: protected -->
|
||||
<element name="TCustomImageList.SetWidthHeight">
|
||||
<short/>
|
||||
<short>
|
||||
<var>SetWidthHeight</var> - specifies the dimensions for display</short>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
@ -982,7 +989,8 @@
|
||||
</element>
|
||||
<!-- procedure Visibility: public -->
|
||||
<element name="TCustomImageList.UnRegisterChanges">
|
||||
<short/>
|
||||
<short>
|
||||
<var>UnRegisterChanges</var> - remove the changes from the register</short>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
@ -993,13 +1001,15 @@
|
||||
</element>
|
||||
<!-- property Visibility: public -->
|
||||
<element name="TCustomImageList.AllocBy">
|
||||
<short/>
|
||||
<short>
|
||||
<var>AllocBy</var> - allocate images by an integer value</short>
|
||||
<descr/>
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: public -->
|
||||
<element name="TCustomImageList.BlendColor">
|
||||
<short/>
|
||||
<short>
|
||||
<var>BlendColor</var> - the colour for a blend</short>
|
||||
<descr/>
|
||||
<seealso/>
|
||||
</element>
|
||||
@ -1104,6 +1114,22 @@
|
||||
<short>
|
||||
<var>Reference</var> to the imagelist</short>
|
||||
</element>
|
||||
<element name="TCustomImageList.CheckIndex">
|
||||
<short>
|
||||
<var>CheckIndex</var> - method for checking whether the indexed item is supposed to be inserted (default condition is False)</short>
|
||||
</element>
|
||||
<element name="TCustomImageList.GetReferenceHandle">
|
||||
<short>
|
||||
<var>GetReferenceHandle</var> - returns a handle for the reference</short>
|
||||
</element>
|
||||
<element name="TCustomImageList.WSCreateReference">
|
||||
<short>
|
||||
<var>WSCreateReference</var> - creates a reference for the Imagelist (returns this as a result), passing the defined parameters for the creation process</short>
|
||||
</element>
|
||||
<element name="TCustomImageList.StretchDraw">
|
||||
<short>
|
||||
<var>StretchDraw</var> - draw the image to fill the canvas</short>
|
||||
</element>
|
||||
</module>
|
||||
<!-- ImgList -->
|
||||
</package>
|
||||
|
@ -689,7 +689,7 @@
|
||||
<short/>
|
||||
</element>
|
||||
<!-- procedure Visibility: protected -->
|
||||
<element name="TCustomMaskEdit.KeyDown">
|
||||
<element name="TCustomMaskEdit.KeyDown" link="#LCL.Controls.TWinControl.KeyDown">
|
||||
<short/>
|
||||
<descr/>
|
||||
<errors/>
|
||||
@ -922,7 +922,7 @@
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- constructor Visibility: public -->
|
||||
<element name="TCustomMaskEdit.Create">
|
||||
<element name="TCustomMaskEdit.Create" link="#rtl.Classes.TComponent.Create">
|
||||
<short/>
|
||||
<descr/>
|
||||
<errors/>
|
||||
@ -940,7 +940,7 @@
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- procedure Visibility: public -->
|
||||
<element name="TCustomMaskEdit.Clear">
|
||||
<element name="TCustomMaskEdit.Clear" link="#LCL.StdCtrls.TCustomEdit.Clear">
|
||||
<short/>
|
||||
<descr/>
|
||||
<errors/>
|
||||
@ -948,7 +948,8 @@
|
||||
</element>
|
||||
<!-- property Visibility: public -->
|
||||
<element name="TCustomMaskEdit.IsMasked">
|
||||
<short/>
|
||||
<short>
|
||||
<var>isMasked</var> - True if the text is masked</short>
|
||||
<descr/>
|
||||
<seealso/>
|
||||
</element>
|
||||
@ -960,7 +961,7 @@
|
||||
</element>
|
||||
<!-- property Visibility: public -->
|
||||
<element name="TCustomMaskEdit.Text">
|
||||
<short/>
|
||||
<short>The <var>Text</var> string that is to be masked (or not)</short>
|
||||
<descr/>
|
||||
<seealso/>
|
||||
</element>
|
||||
@ -983,8 +984,7 @@ Useful for inputting passwords etc.
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TMaskEdit.Anchors">
|
||||
<short>The set of anchor definitions for this control</short>
|
||||
<element name="TMaskEdit.Anchors" link="#LCL.Controls.TControl.Anchors">
|
||||
<descr>
|
||||
<p>// standard properties, which should be supported by all descendants</p>
|
||||
<p>Determines how the control is to be anchored to its client or parent conrol</p>
|
||||
@ -994,8 +994,7 @@ Useful for inputting passwords etc.
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TMaskEdit.AutoSize">
|
||||
<short>Whether auto-size is to be used</short>
|
||||
<element name="TMaskEdit.AutoSize" link="#LCL.Controls.TControl.AutoSize">
|
||||
<descr>
|
||||
<p>// standard properties, which should be supported by all descendants</p>
|
||||
<p>AutoSize permits the size of a control to be adjusted automatically, for example a button can become bigger or smaller to accommodate a longer or shorter caption.</p>
|
||||
@ -1016,9 +1015,7 @@ Useful for inputting passwords etc.
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TMaskEdit.CharCase">
|
||||
<short>
|
||||
<i>TEditCharCase</i> - rules for what case to use (upper or lower) to display text</short>
|
||||
<element name="TMaskEdit.CharCase" link="#LCL.StdCtrls.TCustomEdit.CharCase">
|
||||
<descr>
|
||||
<p>Indicates how text is displayed in a text editing control in the following ways:</p>
|
||||
<ul>
|
||||
@ -1031,8 +1028,7 @@ Useful for inputting passwords etc.
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TMaskEdit.Color">
|
||||
<short>Determine the colour for the current control</short>
|
||||
<element name="TMaskEdit.Color" link="#LCL.Controls.TControl.Color">
|
||||
<descr>
|
||||
<p>// standard properties, which should be supported by all descendants</p>
|
||||
<p>Reads the value for colour, or stores the value, and sets a flag if the colour is stored.</p>
|
||||
@ -1041,8 +1037,7 @@ Useful for inputting passwords etc.
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TMaskEdit.Constraints">
|
||||
<short>Determine <i>Constraints</i> (max and min height and width) for this control</short>
|
||||
<element name="TMaskEdit.Constraints" link="#LCL.Controls.TControl.Constraints">
|
||||
<descr>
|
||||
<p>// standard properties, which should be supported by all descendants</p>
|
||||
<p>Determine <i>Constraints</i> (max and min height and width) for this control; reads the size constraints or stores new ones.</p>
|
||||
@ -1050,34 +1045,28 @@ Useful for inputting passwords etc.
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TMaskEdit.Ctl3D">
|
||||
<element name="TMaskEdit.Ctl3D" link="#LCL.Controls.TControl.Ctl3D">
|
||||
<short/>
|
||||
<descr/>
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TMaskEdit.DragCursor">
|
||||
<short>
|
||||
<i>DragCursor </i>- the style of cursor to be used during the Drag process</short>
|
||||
<element name="TMaskEdit.DragCursor" link="#LCL.Controls.TControl.DragCursor">
|
||||
<descr/>
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TMaskEdit.DragKind">
|
||||
<short>DragKind - what sort of dragging? Drag or Dock</short>
|
||||
<element name="TMaskEdit.DragKind" link="#LCL.Controls.TControl.DragKind">
|
||||
<descr/>
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TMaskEdit.DragMode">
|
||||
<short>
|
||||
<i>DragMode </i>- whether manual or automatic</short>
|
||||
<element name="TMaskEdit.DragMode" link="#LCL.Controls.TControl.DragMode">
|
||||
<descr/>
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TMaskEdit.Enabled">
|
||||
<short>Whether the control is <i>Enabled</i>. If not, it usually appears 'greyed-out'</short>
|
||||
<element name="TMaskEdit.Enabled" link="#LCL.Controls.TControl.Enabled">
|
||||
<descr>
|
||||
<p>// standard properties, which should be supported by all descendants</p>
|
||||
<p>Whether the control is <i>Enabled</i>. If not, it usually appears 'greyed-out'</p>
|
||||
@ -1086,14 +1075,12 @@ Useful for inputting passwords etc.
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TMaskEdit.EditMask">
|
||||
<short>EditMask - the sequence of characters used to obscure the string being typed (typically a sequence of asterisks)</short>
|
||||
<element name="TMaskEdit.EditMask" link="#LCL.MaskEdit.TCustomMaskEdit.EditMask">
|
||||
<descr/>
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TMaskEdit.Font">
|
||||
<short>The <i>Font</i> to be used for text in this control</short>
|
||||
<element name="TMaskEdit.Font" link="#LCL.Controls.TControl.Font">
|
||||
<descr>
|
||||
<p>// standard properties, which should be supported by all descendants</p>
|
||||
<p>Reads a flag to see what font should be used, or sets a flag to store it. If stored, sets a flag to say so</p>
|
||||
@ -1103,36 +1090,28 @@ Useful for inputting passwords etc.
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TMaskEdit.MaxLength">
|
||||
<short>
|
||||
<i>MaxLength</i>: maximum length allowed for text string</short>
|
||||
<element name="TMaskEdit.MaxLength" link="#LCL.StdCtrls.TCustomEdit.MaxLength">
|
||||
<descr/>
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TMaskEdit.ParentColor">
|
||||
<short>
|
||||
<i>ParentColor</i> - should the control have the same colour as the parent? Default is true</short>
|
||||
<element name="TMaskEdit.ParentColor" link="#LCL.Controls.TControl.ParentColor">
|
||||
<descr/>
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TMaskEdit.ParentCtl3D">
|
||||
<element name="TMaskEdit.ParentCtl3D" link="#LCL.Controls.TWinControl.ParentCtl3D">
|
||||
<short/>
|
||||
<descr/>
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TMaskEdit.ParentFont">
|
||||
<short>
|
||||
<i>ParentFont </i>- should the control use the same font as the parent? Default is true</short>
|
||||
<element name="TMaskEdit.ParentFont" link="#LCL.Controls.TControl.ParentFont">
|
||||
<descr/>
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TMaskEdit.ParentShowHint">
|
||||
<short>
|
||||
<i>ParentShowHint </i>- does the control adopt the same hinting behaviour as its parent? Default is true</short>
|
||||
<element name="TMaskEdit.ParentShowHint" link="#LCL.Controls.TControl.ParentShowHint">
|
||||
<descr/>
|
||||
<seealso/>
|
||||
</element>
|
||||
@ -1176,16 +1155,13 @@ Reads flag or writes one to determine if a hint is to be shown when mouse hovers
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TMaskEdit.TabOrder">
|
||||
<short>The place this control occupies in the list of tabs</short>
|
||||
<element name="TMaskEdit.TabOrder" link="#LCL.Controls.TWinControl.TabOrder">
|
||||
<descr>Reads or writes information in flag; default is -1
|
||||
</descr>
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TMaskEdit.TabStop">
|
||||
<short>
|
||||
<i>TabStop</i> - determines if the user can tab to a control.</short>
|
||||
<element name="TMaskEdit.TabStop" link="#LCL.Controls.TWinControl.TabStop">
|
||||
<descr>
|
||||
<p>Reads or writes boolean flag; default is False</p>
|
||||
<p>Use the TabStop to allow or disallow access to the control using the Tab key.</p>
|
||||
@ -1194,9 +1170,7 @@ Reads flag or writes one to determine if a hint is to be shown when mouse hovers
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TMaskEdit.Text">
|
||||
<short>
|
||||
<i>Text</i>: the character string contained in the Edit Box</short>
|
||||
<element name="TMaskEdit.Text" link="#LCL.MaskEdit.TCustomMaskEdit.Text">
|
||||
<descr>
|
||||
<i>Text</i>
|
||||
|
||||
@ -1207,9 +1181,7 @@ Reads flag or writes one to determine if a hint is to be shown when mouse hovers
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TMaskEdit.Visible">
|
||||
<short>
|
||||
<i>Visible</i> - can the control be seen?</short>
|
||||
<element name="TMaskEdit.Visible" link="#LCL.Controls.TControl.Visible">
|
||||
<descr>
|
||||
<pre>The Visible property represents the ability to see a visual control.
|
||||
If Visible is True the control is shown, otherwise it is hidden.
|
||||
@ -1220,14 +1192,12 @@ Reads flag or writes one to determine if a hint is to be shown when mouse hovers
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TMaskEdit.OnChange">
|
||||
<short>OnChange - event handler for any change in text</short>
|
||||
<element name="TMaskEdit.OnChange" link="#LCL.StdCtrls.TCustomEdit.OnChange">
|
||||
<descr/>
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TMaskEdit.OnClick">
|
||||
<short>Event Handler for mouse click</short>
|
||||
<element name="TMaskEdit.OnClick" link="#LCL.Controls.TControl.OnClick">
|
||||
<descr>
|
||||
<p>// standard properties, which should be supported by all descendants</p>
|
||||
<p>This is often the default action for many controls, and is often the ONLY action specified by the programmer. The action can be spcified by the user, either by typing explicit code into the implementation section for this control, or by selecting an action from a pre-supplied <i>ActionList</i>
|
||||
@ -1237,49 +1207,39 @@ Reads flag or writes one to determine if a hint is to be shown when mouse hovers
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TMaskEdit.OnDblClick">
|
||||
<short>Event Handle for mouse double-click</short>
|
||||
<element name="TMaskEdit.OnDblClick" link="#LCL.Controls.TControl.OnDblClick">
|
||||
<descr>
|
||||
<p>Double-clicking is much more common in a Windows environment than in Unix or Linux, where single-clicking is the default method for selecting an object. However, in all environments there could be valid use for a double-click, and a method should be supplied if appropriate.</p>
|
||||
</descr>
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TMaskEdit.OnDragDrop">
|
||||
<short>Event handler for the Drag-Drop manoeuvre</short>
|
||||
<element name="TMaskEdit.OnDragDrop" link="#LCL.Controls.TControl.OnDragDrop">
|
||||
<descr/>
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TMaskEdit.OnDragOver">
|
||||
<short>Event handler for the case when a control is dragged over another control</short>
|
||||
<element name="TMaskEdit.OnDragOver" link="#LCL.Controls.TControl.OnDragOver">
|
||||
<descr/>
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TMaskEdit.OnEndDrag">
|
||||
<short>Event handler for the end of a dragging process</short>
|
||||
<element name="TMaskEdit.OnEndDrag" link="#LCL.Controls.TControl.OnEndDrag">
|
||||
<descr/>
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TMaskEdit.OnEnter">
|
||||
<short>
|
||||
<i>OnEnter</i> - event handler for when the mouse enters the control, and the control receives focus</short>
|
||||
<element name="TMaskEdit.OnEnter" link="#LCL.Controls.TWinControl.OnEnter">
|
||||
<descr/>
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TMaskEdit.OnExit">
|
||||
<short>
|
||||
<i>OnExit</i> - event handler for when the mouse leaves the control and it loses focus</short>
|
||||
<element name="TMaskEdit.OnExit" link="#LCL.Controls.TWinControl.OnExit">
|
||||
<descr/>
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TMaskEdit.OnKeyDown">
|
||||
<short>
|
||||
<i>OnKeyDown</i> - event handler for instance when key is down while control has focus</short>
|
||||
<element name="TMaskEdit.OnKeyDown" link="#LCL.Controls.TWinControl.OnKeyDown">
|
||||
<descr>
|
||||
<p>
|
||||
<i>OnKeyDown</i>
|
||||
@ -1289,8 +1249,7 @@ Reads flag or writes one to determine if a hint is to be shown when mouse hovers
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TMaskEdit.OnKeyPress">
|
||||
<short>OnKeyPress - event controller for a key being pressed while the control has focus</short>
|
||||
<element name="TMaskEdit.OnKeyPress" link="#LCL.Controls.TWinControl.OnKeyPress">
|
||||
<descr>
|
||||
<p>
|
||||
<i>OnKeyPress</i>
|
||||
@ -1300,9 +1259,7 @@ Reads flag or writes one to determine if a hint is to be shown when mouse hovers
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TMaskEdit.OnKeyUp">
|
||||
<short>
|
||||
<i>OnKeyUp</i> - event handler for instance when a key is up (not pressed) while the control has focus</short>
|
||||
<element name="TMaskEdit.OnKeyUp" link="#LCL.Controls.TWinControl.OnKeyUp">
|
||||
<descr>
|
||||
<p>
|
||||
<i>OnKeyUp</i>
|
||||
@ -1312,26 +1269,22 @@ Reads flag or writes one to determine if a hint is to be shown when mouse hovers
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TMaskEdit.OnMouseDown">
|
||||
<short>Event handler for when a mouse button is pressed down</short>
|
||||
<element name="TMaskEdit.OnMouseDown" link="#LCL.Controls.TControl.OnMouseDown">
|
||||
<descr/>
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TMaskEdit.OnMouseMove">
|
||||
<short>Event handler for mouse movement within the current control</short>
|
||||
<element name="TMaskEdit.OnMouseMove" link="#LCL.Controls.TControl.OnMouseMove">
|
||||
<descr/>
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TMaskEdit.OnMouseUp">
|
||||
<short>Event handler for when the mouse button is released, ie "up"</short>
|
||||
<element name="TMaskEdit.OnMouseUp" link="#LCL.Controls.TControl.OnMouseUp">
|
||||
<descr/>
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TMaskEdit.OnStartDrag">
|
||||
<short>Event handler for start of dragging process</short>
|
||||
<element name="TMaskEdit.OnStartDrag" link="#LCL.Controls.TControl.OnStartDrag">
|
||||
<descr/>
|
||||
<seealso/>
|
||||
</element>
|
||||
@ -1406,10 +1359,7 @@ Reads flag or writes one to determine if a hint is to be shown when mouse hovers
|
||||
<errors/>
|
||||
<seealso/>
|
||||
</element>
|
||||
<element name="TMaskEdit.AutoSelect">
|
||||
<short>
|
||||
<i>AutoSelect</i>: if True, the edit control will select all its text when it receives focus or when the Enter key is pressed.</short>
|
||||
</element>
|
||||
<element name="TMaskEdit.AutoSelect" link="#LCL.StdCtrls.TCustomEdit.AutoSelect"/>
|
||||
<element name="TMaskEdit.EchoMode">
|
||||
<short>
|
||||
<i>EchoMode </i>- how to echo keypresses on screen: normal (returning the actual character for that key), all upper or lower case, or a masking character as used in entering passwords</short>
|
||||
@ -1434,6 +1384,45 @@ Reads or Writes flag if control is re-sized.
|
||||
<short>
|
||||
<i>TEditMask</i> - a string type containing a sequence of characters to act as a mask in an edit box</short>
|
||||
</element>
|
||||
<element name="TCustomMaskEdit.CMEnter">
|
||||
<short>
|
||||
<var>CMEnter</var> - control message method for pressing the Enter key</short>
|
||||
</element>
|
||||
<element name="TCustomMaskEdit.LMMButtonUp">
|
||||
<short>
|
||||
<var>LMMButtonUp</var> - LCL message method for Button Up</short>
|
||||
</element>
|
||||
<element name="TCustomMaskEdit.LMPasteFromClip">
|
||||
<short>
|
||||
<var>LMPasteFromClip</var> - LCL message method for pasting from clipboard</short>
|
||||
</element>
|
||||
<element name="TCustomMaskEdit.LMCutToClip">
|
||||
<short>
|
||||
<var>LMCutToClip</var> - LCL message method for cutting to clipboard</short>
|
||||
</element>
|
||||
<element name="TCustomMaskEdit.LMClearSel">
|
||||
<short>
|
||||
<var>LMClearSel</var> - LCL message method for clearing selected items</short>
|
||||
</element>
|
||||
<element name="TCustomMaskEdit.GetSel">
|
||||
<short>
|
||||
<var>GetSel</var> - finds the start and end positions of the selection</short>
|
||||
</element>
|
||||
<element name="TCustomMaskEdit.SetSel">
|
||||
<short>
|
||||
<var>SetSel</var> - specifies the start and end positions of the selection</short>
|
||||
</element>
|
||||
<element name="TCustomMaskEdit.SpaceChar">
|
||||
<short>
|
||||
<var>SpaceChar</var> - the character that is to be used as a Space character</short>
|
||||
</element>
|
||||
<element name="TMaskEdit.BiDiMode" link="#LCL.Controls.TControl.BiDiMode"/>
|
||||
<element name="TMaskEdit.BorderStyle" link="#LCL.Controls.TWinControl.BorderStyle"/>
|
||||
<element name="TMaskEdit.ParentBiDiMode" link="#LCL.Controls.TControl.ParentBiDiMode"/>
|
||||
<element name="TMaskEdit.OnEndDock" link="#LCL.Controls.TControl.OnEndDock"/>
|
||||
<element name="TMaskEdit.OnStartDock" link="#LCL.Controls.TControl.OnStartDock"/>
|
||||
<element name="TMaskEdit.OnUTF8KeyPress" link="#LCL.Controls.TWinControl.OnUTF8KeyPress"/>
|
||||
<element name="TMaskEdit.SpaceChar" link="#LCL.MaskEdit.TCustomMaskEdit.SpaceChar"/>
|
||||
</module>
|
||||
<!-- MaskEdit -->
|
||||
</package>
|
||||
|
@ -728,7 +728,8 @@
|
||||
</element>
|
||||
<!-- function Visibility: protected -->
|
||||
<element name="TPrinter.GetCanvasRef">
|
||||
<short/>
|
||||
<short>
|
||||
<var>GetCanvasRef</var> - returns a reference to a printer canvas</short>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
|
Loading…
Reference in New Issue
Block a user