TdxSearchCompleteEventArgs Members
Constructors
| Name | Description |
|---|---|
| Create(TdxSearchAction,TdxDirection,TdxSearchScope) | Initializes a new instance of the TdxSearchCompleteEventArgs class with specified settings. |
Properties
| Name |
|---|
| Action |
| Continue |
| Direction |
| EntireDocument |
| MatchCount |
| ReplaceCount |
| ReplaceString |
| SearchScope |
| SearchString |
Methods
| Name | Description |
|---|---|
| Empty | Inherited from TdxEventArgs. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| SetEntireDocument(Boolean) | |
| SetMatchCount(Integer) | |
| SetReplaceCount(Integer) | |
| SetReplaceString(string) | |
| SetSearchString(string) | |
| ToString | Inherited from TObject. |
See Also