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 @@ - True when the action can be applied to the target. + True when the action can be applied to the target. Object instance with the target control for the action. @@ -316,7 +316,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.

@@ -332,7 +332,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.

- 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 @@ - True if the action can be applied to the target control. + True if the action can be applied to the target control. Object instance with the control examined in the method. @@ -697,7 +697,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.

@@ -777,7 +777,7 @@ Constructor for the class instance.

- 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.

@@ -814,8 +814,7 @@ - ExecuteResult - the result of the execution: - True if successful. + ExecuteResult - the result of the execution: True if successful. @@ -823,8 +822,7 @@ - BeforeExecute - event handler for performance before - execution of the action. + BeforeExecute - event handler for performance before execution of the action. @@ -1221,8 +1219,7 @@ - True when the search value is found in the text for the - internal Control. + True when the search value is found in the text for the internal Control.