Packed Record TBrookStringPair

Unit

Declaration

type TBrookStringPair = packed record

Description

Pair item of TBrookStringMap.

Overview

Methods

Public constructor Create(const AName, AValue: string);

Properties

Public property Name: string read FName;
Public property Value: string read FValue;

Description

Methods

Public constructor Create(const AName, AValue: string);

Initializes a variable of TBrookStringPair.

Parameters
AName[in]
Name of the pair.
AValue[in]
Value of the pair.

Properties

Public property Name: string read FName;

Name of the pair.

Public property Value: string read FValue;

Value of the pair.


Generated by PasDoc 0.16.0.