Compares the names for the specified memory-based storage nodes to determine their relative order.
Source position: lazconfigstorage.pas line 157
function CompareConfigMemStorageNodes( |
Node1: Pointer; |
Node2: Pointer |
):Integer; |
Node1 |
|
Memory-based storage node compared in the routine. |
Node2 |
|
Memory-based storage node compared in the routine. |
Returns 0 if the node names have the same value (or both are empty). Returns -1 if Node1 has a node name shorter than (comes before) Node2. Returns 1 if Node1 has a node name longer than (comes before) Node2.
| Version 4.4 | Generated 2025-11-08 | Home |