mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 04:12:34 +02:00
docs: LCL: TForm.LCLVersion
git-svn-id: trunk@14271 -
This commit is contained in:
parent
3e7f7a99cc
commit
f9c4e55a9c
@ -3473,7 +3473,8 @@ biHelp - When you click this button a Question Cursor appears and the help routi
|
||||
<!-- property Visibility: public -->
|
||||
<element name="TCustomForm.Menu">
|
||||
<short>Specifies a MainMenu for this form</short>
|
||||
<descr>Drop a TMainMenu on the form and select it here to show it on the form.<br/></descr>
|
||||
<descr>Drop a TMainMenu on the form and select it here to show it on the form.<br/>
|
||||
</descr>
|
||||
<seealso>
|
||||
<link id="#lcl.Menus.TMainMenu"/>
|
||||
</seealso>
|
||||
@ -5659,7 +5660,8 @@ Most of the properties are inherited from the ancestors</descr>
|
||||
<!-- object Visibility: default -->
|
||||
<element name="TApplication">
|
||||
<short>Application - the whole current program, described as an object</short>
|
||||
<descr>Application - the whole current program, described as an object.<br/><br/>
|
||||
<descr>Application - the whole current program, described as an object.<br/>
|
||||
<br/>
|
||||
|
||||
Includes useful function MessageBox, a simple dialog</descr>
|
||||
<errors/>
|
||||
@ -6492,7 +6494,8 @@ Includes useful function MessageBox, a simple dialog</descr>
|
||||
<short>Create Form or any other kind of component</short>
|
||||
<descr>Note: The name is confusing and only kept for Delphi compatibility. <br/>
|
||||
|
||||
It can actually create any kind of component<br/><br/>
|
||||
It can actually create any kind of component<br/>
|
||||
<br/>
|
||||
|
||||
Creates a Component instance, sets the pointer to the component variable and loads the component. <br/>
|
||||
|
||||
@ -6727,7 +6730,8 @@ The function is used internally to display messages during the handling of <i>Ex
|
||||
, but is also available to application programmers as an alternative to some of the message dialogs found in <i>Dialogs</i>
|
||||
.<br/>
|
||||
|
||||
The function returns an integer value corresponding to the button that was pressed; its value can be determined by reference to the constants [IDOK..IDHELP]<br/><br/>
|
||||
The function returns an integer value corresponding to the button that was pressed; its value can be determined by reference to the constants [IDOK..IDHELP]<br/>
|
||||
<br/>
|
||||
|
||||
It can be invoked like a procedure call (ie as a 'MessageBox()' statement rather than as a 'Variable := MessageBox()' function call)</descr>
|
||||
<errors/>
|
||||
@ -6739,9 +6743,11 @@ It can be invoked like a procedure call (ie as a 'MessageBox()' statement rather
|
||||
<!-- function result Visibility: default -->
|
||||
<element name="TApplication.MessageBox.Result">
|
||||
<short>Result</short>
|
||||
<descr>Result: integer value returned by the function to signify which box was selected<br/><br/>
|
||||
<descr>Result: integer value returned by the function to signify which box was selected<br/>
|
||||
<br/>
|
||||
|
||||
Can be one of the following values:<br/><br/>
|
||||
Can be one of the following values:<br/>
|
||||
<br/>
|
||||
|
||||
IDOK<br/>
|
||||
|
||||
@ -6778,9 +6784,11 @@ Can be one of the following values:<br/><br/>
|
||||
<descr>Flags: longint - an integer constructed by adding together various constants to define the contents and behaviour of the box, for example<br/>
|
||||
|
||||
MB_ABORTRETRYIGNORE + MR_ICONQUESTION will cause the application to display a query (?) icon in a box with three buttons: <br/>
|
||||
ABORT RETRY IGNORE.<br/><br/>
|
||||
ABORT RETRY IGNORE.<br/>
|
||||
<br/>
|
||||
|
||||
The following button constants are available:<br/><br/>
|
||||
The following button constants are available:<br/>
|
||||
<br/>
|
||||
|
||||
MB_OK<br/>
|
||||
|
||||
@ -6792,9 +6800,11 @@ The following button constants are available:<br/><br/>
|
||||
|
||||
MB_YESNO<br/>
|
||||
|
||||
MB_RETRYCANCEL<br/><br/>
|
||||
MB_RETRYCANCEL<br/>
|
||||
<br/>
|
||||
|
||||
And the following icon constants:<br/><br/>
|
||||
And the following icon constants:<br/>
|
||||
<br/>
|
||||
|
||||
MB_ICONHAND<br/>
|
||||
|
||||
@ -6810,7 +6820,8 @@ And the following icon constants:<br/><br/>
|
||||
|
||||
MB_ICONSTOP = MB_ICONHAND<br/>
|
||||
|
||||
MB_ICONINFORMATION = MB_ICONASTERICK<br/><br/>
|
||||
MB_ICONINFORMATION = MB_ICONASTERICK<br/>
|
||||
<br/>
|
||||
|
||||
These constants are declared on the LCLType unit.
|
||||
</descr>
|
||||
@ -7571,7 +7582,8 @@ These constants are declared on the LCLType unit.
|
||||
<!-- property Visibility: public -->
|
||||
<element name="TApplication.Hint">
|
||||
<short>The hint associated with the main application</short>
|
||||
<descr>A hint is a small pop-up mesage that appears briefly while the mouse hovers over a specified area of the screen. It usually displays useful information about how to use an object or what data should be entered, etc<br/><br/>
|
||||
<descr>A hint is a small pop-up mesage that appears briefly while the mouse hovers over a specified area of the screen. It usually displays useful information about how to use an object or what data should be entered, etc<br/>
|
||||
<br/>
|
||||
|
||||
Reads or writes a flag to determine the hint associated with the application</descr>
|
||||
<seealso/>
|
||||
@ -7628,7 +7640,8 @@ Does <b>Esc</b>
|
||||
perform the cancel action? <br/>
|
||||
|
||||
Does <b>F1</b>
|
||||
activate a Help system?<br/><br/>
|
||||
activate a Help system?<br/>
|
||||
<br/>
|
||||
|
||||
Navigation Options is a set, so can take zero or more of the available values</descr>
|
||||
<seealso>
|
||||
@ -9101,6 +9114,9 @@ Navigation Options is a set, so can take zero or more of the available values</d
|
||||
<errors/>
|
||||
<seealso/>
|
||||
</element>
|
||||
<element name="TForm.LCLVersion">
|
||||
<short>The version of the LCL as string. Used to distinguish form streams of different versions.</short>
|
||||
</element>
|
||||
</module>
|
||||
<!-- Forms -->
|
||||
</package>
|
||||
|
Loading…
Reference in New Issue
Block a user