[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Performs actions needed to compare the help query items.
Source position: lazhelpintf.pas line 40
public function THelpQueryItem.IsEqual( |
QueryItem: THelpQueryItem |
):Boolean; virtual; |
QueryItem |
|
Help query item compared to the current class instance. |
True when the help query items are the same.
IsEqual is a Boolean function used to compare help query items. IsEqual compares the current class instance to the item specified in QueryItem by calling the AsString method for each item. The return value is True when the string representation for the help query items are the same.
|
Specifies the interface used get a help query as a String value. |
Version 4.0 | Generated 2025-05-03 | Home |