diff --git a/docs/xml/lcl/stdactns.xml b/docs/xml/lcl/stdactns.xml
index 7db46b4c8d..d593ad8d5e 100644
--- a/docs/xml/lcl/stdactns.xml
+++ b/docs/xml/lcl/stdactns.xml
@@ -177,7 +177,7 @@
- TEditPaste is a TEditAction descendant which copies the contents of the clipboard editing action into the specified TCustomEdit control. It re-implements the UpdateTarget and ExecuteTarget methods to use the TCustomEdit type for the affected control.
+ TEditPaste is a TEditAction descendant which copies the contents of the clipboard editing action into the specified TCustomEdit control. It re-implements the UpdateTarget and ExecuteTarget methods to use the TCustomEdit type for the affected control.
- UpdateTarget sets the value in Enabled to True when values in the Clipboard includes the CF_TEXT content format. + UpdateTarget sets the value in Enabled to True when values in the Clipboard includes the CF_TEXT content format.
UpdateTarget is called from the UpdateActions method in TCustomForm when actions and action lists are updated during an application idle state. @@ -409,7 +409,7 @@ UpdateTarget is an overridden method used to update values in the action based on settings in the specified Target control. UpdateTarget re-implements the method introduced in the ancestor class.
- Target is the object instance with values examined in the method. It is cast to the TCustomEdit type used in the Control property, and its Text property is checked for an existing text value. UpdateTarget sets the value in Enabled to True when Text is not an empty string (''). + Target is the object instance with values examined in the method. It is cast to the TCustomEdit type used in the Control property, and its Text property is checked for an existing text value. UpdateTarget sets the value in Enabled to True when Text is not an empty string ('').
UpdateTarget is called from the UpdateActions method in TCustomForm when actions and action lists are updated during an application idle state. @@ -466,7 +466,7 @@ UpdateTarget is an overridden method used to update values in the action based on settings in the specified Target control. UpdateTarget re-implements the method introduced in the ancestor class.
- Target is the object instance with values examined in the method. It is cast to the TCustomEdit type used in the Control property, and its CanUndo method is called to get the value assigned to the Enabled property. + Target is the object instance with values examined in the method. It is cast to the TCustomEdit type used in the Control property, and its CanUndo method is called to get the value assigned to the Enabled property.
UpdateTarget is called from the UpdateActions method in TCustomForm when actions and action lists are updated during an application idle state. @@ -523,7 +523,7 @@ UpdateTarget is an overridden method used to update values in the action based on settings in the specified Target control. UpdateTarget re-implements the method introduced in the ancestor class.
- Target is the object instance with values examined in the method. It is cast to the TCustomEdit type used in the Control property, and sets Enabled to True when text is currently selected in the control. + Target is the object instance with values examined in the method. It is cast to the TCustomEdit type used in the Control property, and sets Enabled to True when text is currently selected in the control.
UpdateTarget is called from the UpdateActions method in TCustomForm when actions and action lists are updated during an application idle state.
@@ -584,7 +584,7 @@
- Contains the class reference used to create new dialog instances in TCommonDialogAction. TCommonDialogClass is the type returned from the GetDialogClass method in TCommonDialogAction.
+ Contains the class reference used to create new dialog instances in TCommonDialogAction. TCommonDialogClass is the type returned from the GetDialogClass method in TCommonDialogAction.
- Create is the overridden constructor for the class instance, and calls the inherited method on entry. Create calls CreateDialog to create and configure a new instance of the dialog class type used in the implementation. It sets the value in Enabled to True.
+ Create is the overridden constructor for the class instance, and calls the inherited method on entry. Create calls CreateDialog to create and configure a new instance of the dialog class type used in the implementation. It sets the value in Enabled to True.