[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 240

public procedure TStringToStringTree.Add(

  const Name: string;

  const Value: string

);

procedure TStringToStringTree.Add(

  const Name: string;

  const Value: string;

  const Delimiter: string

);

The latest version of this document can be found at lazarus-ccr.sourceforge.net.