TdxBreadcrumbEditNode.Compare(string) Method
Compares two nodes by names without case sensitivity.
Declaration
function Compare(const AName: string): Boolean; virtual;
Parameters
Name | Type |
---|---|
AName | string |
Returns
Type |
---|
Boolean |
Remarks
This function compares AName with one of the following strings:
The node’s DisplayName property value;
The node’s Name property value if the DisplayName property is not specified.
The Compare function is not affected by locale settings and returns True if both strings are equal.
See Also