mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 07:29:25 +02:00
FPDoc - slight modifications to TColumn and description for TDBNavButton in dbcontrols and dbgrids
git-svn-id: trunk@15458 -
This commit is contained in:
parent
db26dddf06
commit
fa264a54c1
@ -5144,7 +5144,8 @@ Reads flag or writes one to determine if a hint is to be shown when mouse hovers
|
||||
</element>
|
||||
<!-- object Visibility: default -->
|
||||
<element name="TDBNavButton">
|
||||
<short/>
|
||||
<short>
|
||||
<var>TDBNavButton</var> - one of the <var>SpeedButtons</var> on a <var>TDBNavigator</var> tool</short>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
@ -5176,8 +5177,15 @@ Reads flag or writes one to determine if a hint is to be shown when mouse hovers
|
||||
</element>
|
||||
<!-- property Visibility: public -->
|
||||
<element name="TDBNavButton.Index">
|
||||
<short/>
|
||||
<descr/>
|
||||
<short>
|
||||
<var>Index</var> - the value from the enumerated type that specifies which button is being selected</short>
|
||||
<descr>
|
||||
<p>
|
||||
<printshort id="TDBNavButton.Index"/>
|
||||
</p>
|
||||
<p>Button may be</p>
|
||||
<p>nbFirst, nbPrior, nbNext, nbLast, nbInsert, nbDelete, nbEdit, nbPost, nbCancel, nbRefresh</p>
|
||||
</descr>
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- object Visibility: default -->
|
||||
|
@ -101,7 +101,7 @@
|
||||
<!-- object Visibility: default -->
|
||||
<element name="TColumn">
|
||||
<short>
|
||||
<var>TColumn </var>- one of the physical columns of the display in a DataBase Grid</short>
|
||||
<var>TColumn </var>- one of the physical columns of the display in a DataBase Grid (not necessarily the same as a Column in a SQL database)</short>
|
||||
<descr>
|
||||
<p>
|
||||
<var>TColumn </var>- one of the physical columns of the display in a DataBase Grid</p>
|
||||
@ -1261,8 +1261,13 @@
|
||||
</element>
|
||||
<!-- object Visibility: default -->
|
||||
<element name="TColumn">
|
||||
<short/>
|
||||
<descr/>
|
||||
<short>
|
||||
<var>TColumn </var>- one of the physical columns of the display in a DataBase Grid (not necessarily the same as a Column in a SQL database)</short>
|
||||
<descr>
|
||||
<p>
|
||||
<var>TColumn </var>- one of the physical columns of the display in a DataBase Grid</p>
|
||||
<p>Each column may display the information held in a Field of the DataSet to which the DBGrid is attached, but the order of appearance of the columns need not correspond to the order in which the Fields exist in the DataSet, nor need all Fields be represented by a Column.</p>
|
||||
</descr>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
</element>
|
||||
|
Loading…
Reference in New Issue
Block a user