[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'AvgLvlTree' (#lazutils)

TStringToStringTree.Add

Add an item to the tree (specified by its name, value or delimiter).

Declaration

Source position: avglvltree.pas line 239

public procedure TStringToStringTree.Add(

  const Name: string;

  const Value: string

);

procedure TStringToStringTree.Add(

  const Name: string;

  const Value: string;

  const Delimiter: string

);


Version 4.0 Generated 2025-05-03 Home