Unit 'fgl' Package
[Overview][Constants][Types][Classes][Index] [#rtl]

TFPGMap.TryGetData

Find data or return default.

Declaration

Source position: fgl.pp line 325

public function TFPGMap.TryGetData(

  const AKey: TKey;

  out AData: TData

):Boolean;

Description

TryGetData will search the map for AKey and return True or False depending on whether the value with the given key was found. If the key was found, the associated value is returned in AData, if it is not found a default value (using Default) is returned.

Errors

None.

See also

TFPGMap.Find

  

Find item based on key.


Documentation generated on: Jul 24 2023