Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/1893-standardlibrary-generic-ckeyvaluepair-ckeyvaluepairkey.md
T
2026-06-23 21:47:51 +08:00

271 B

Key (the Get method)

Gets the key in the key/value pair.

TKey Key();

Return Value

Returns the key.

Key (the Set method)

Sets the key in the key/value pair.

void Key(
   TKey  key     // key
   );

Parameters

key

[in]  Key.