TdxSkinIgnoredFormList.RemoveClassName(string,Boolean) Method
Removes the specified form class name from the ignore list.
Declaration
class procedure RemoveClassName(const AValue: string; AIsPartialMatch: Boolean = False);
Parameters
Name | Type | Description |
---|---|---|
AValue | string | The full or partial name of the target class depending on the |
AIsPartialMatch | Boolean | Optional. Specifies if the procedure interprets the
|
Remarks
Call the RemoveClassName
class procedure to remove the specified class name from the ignore list. You can call the Clear class procedure to remove all form classes from the ignore list.
Other Remove Methods
- Remove
- Removes one or more form classes from the ignore list.
- RemoveQualifiedClassName
- Removes the specified qualified form class name from the ignore list.
See Also