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

296 B

Value (the Get method)

Gets the value in the key/value pair.

TValue Value();

Return Value

Returns the value.

Value (the Set method)

Sets the value in the key/value pair.

void Value(
   TValue  value     // value
   );

Parameters

value

[in]  Value