|
Top Previous Next |
|
TrvActionFindNext is the action for "Edit | Find Next" action. Unit RichViewActions; Syntax TrvActionFindNext = class(TrvAction) Hierarchy TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction Description This action continues the search started by TrvActionFind action. The link between the actions may be defined explicitly (via ActionFind property) or implicitly (this action finds and uses TrvActionFind action placed on the same form/datamodule). |