diff --git a/docs/xml/lcl/forms.xml b/docs/xml/lcl/forms.xml index 1d66043d85..a2285af249 100644 --- a/docs/xml/lcl/forms.xml +++ b/docs/xml/lcl/forms.xml @@ -180,7 +180,9 @@ wsMaximized - The window appears maximized - TCustomForm.OnClose + + TCustomForm.OnClose + @@ -2523,7 +2525,7 @@ biHelp - When you click this button a Question Cursor appears and the help routi By default we see down-triangle or other generic icon on the left,
which activates a pop-up system menu allowing closure or re-sizing of the form,
and on the right end we see the minimise and re-size/maximise buttons,
- but of course these can be customised by the developer. + but of course these can be customised by the application programmer. @@ -2535,7 +2537,7 @@ biHelp - When you click this button a Question Cursor appears and the help routi The control associated with the cancel action Reads or writes a flag to determine the control associated with the Cancel action (exit from the control without changing anything).
- This is usually a button with the caption 'Cancel', but might be an 'Exit' button or anything else the developer decides..
+ This is usually a button with the caption 'Cancel', but might be an 'Exit' button or anything else the application programmer decides..
This control is selected either by explicitly clicking with the mouse, or by hitting the 'Esc' key
@@ -3675,42 +3677,38 @@ Most of the properties are inherited from the ancestors - - - - + Create an instance of TScreen - - - - + Destroy this instance of TScreen - - - - + The Index number of a Custom Form on the screen - + + The Index number of the Custom Form, stored as an integer + - + + The Custom Form to which the Index refers + - - - - + The index number of a Form on the Screen - + + The index number of the Form, stored as an integer + - + + The Form to which the Index refers + @@ -3742,10 +3740,7 @@ Most of the properties are inherited from the ancestors - - - - + Method for updating screen @@ -3829,27 +3824,27 @@ Most of the properties are inherited from the ancestors - - - + The identity of the active control on this screen + Reads a flag to determine the active control - - - + The identity of the active Custom Form on this screen + Reads a flag to determine the active Custom Form - - - + The identity of the active Form on this Screen + Reads a flag to determine the active Form - - - + The cursor being used in this screen + Reads or writes a flag to determine the cursor.
+ This can take any integer value, but there are several pre-determined cursor styles
+ listed as constants in 'Controls',
+ and these should be used to define the cursor for the current screen
+
@@ -3861,9 +3856,8 @@ Most of the properties are inherited from the ancestors - - - + The number of Custom Forms on this screen + Reads flag to determine number of Custom Forms (integer) @@ -3889,41 +3883,36 @@ Most of the properties are inherited from the ancestors - - - + The number of Forms on this screen + Reads a flag to determine the number of Forms (integer) - - - + The list of Forms in this Screen - + + Index number of a Form, stored as an integer + - - - + The fonts to be used in this screen + Reads a flag to determine the fonts to be used; their names are stored as a list of strings - - - + The height of the screen + Reads a flag to determine screen height; stored as an integer - - - + The font to be used to display hints + Reads a flag to determine the font to be used (font name stored as a string) - - - + The width of the screen + Reads flag to determine screen width, stored as an integer @@ -3939,9 +3928,8 @@ Most of the properties are inherited from the ancestors - - - + Scaling factor for displaying graphic information on the screen + Reads a flag to determine number of pixels per inch (integer) @@ -4789,7 +4777,7 @@ If it is a form it will be added to the application's forms list The method to be used to execute the action associated with the Application - This is a function that should be supplied by the developer, to override the placeholders declared in ancestor classes + This is a function that should be supplied by the application programmer, to override the placeholders declared in ancestor classes @@ -4818,7 +4806,7 @@ If it is a form it will be added to the application's forms list Exception handler - methods to be followed in response to exceptions - Individual exception handler methods should be supplied by the developer, to override place-holder entries declared in ancestor classes.
+ Individual exception handler methods should be supplied by the application programmer, to override place-holder entries declared in ancestor classes.
This method checks whether the application is required to halt if an exception occurs, or invokes the appropriate handler.
It also writes details of the exception to the appropriate place for debugging.
@@ -5006,7 +4994,7 @@ These constants are declared on the LCLType unit. the method to be used to make the application execute. - This method should be supplied by the developer, and should be the main process control procedure for the application + This method should be supplied by the application programmer, and should be the main process control procedure for the application @@ -5567,36 +5555,29 @@ Navigation Options is a set, so can take zero or more of the available values - - - - + Create an instance of TApplication Properties - - - + Determine whether exceptions are being captured + Boolean property (true if exceptions are being captured); reads or writes flag to see if they are being captured - - - + Determines which file to use for Help + Reads or writes flag to determine name of Help file - name is stored as a string - - - + Determines Hint to be used + Reads or writes flag to determine Hint - stored as a string - - - + Colour to be used when displaying Hint + Reads or writes flag to determine Hint colour (stored as a TColor integer) @@ -5624,15 +5605,12 @@ Navigation Options is a set, so can take zero or more of the available values - - - + Determines whether a hint is to be displayed + Read or write flag to determine whether to display hint (stored as boolean, True if hint is to be displayed) - - - + Title to be shown in Application's top Border