[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ValEdit' (#lcl)

TKeyValuePair

Declaration

Source position: valedit.pas line 101

type TKeyValuePair = record

  Key: string;

  Value: string;

end;