Unit 'JPL.IniFile' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_jplib]

TJPIniFile.WriteComment

Declaration

Source position: JPL.IniFile.pas line 289

public procedure TJPIniFile.WriteComment(

  const SectionName: string;

  const Value: string;

  bAddToTop: Boolean

); overload;

procedure TJPIniFile.WriteComment(

  const Value: string;

  bAddToTop: Boolean

); overload;

procedure TJPIniFile.WriteComment(

  const SectionName: string;

  Strings: TStrings;

  bAddToTop: Boolean

); overload;

procedure TJPIniFile.WriteComment(

  Strings: TStrings;

  bAddToTop: Boolean

); overload;



CT Web help

CodeTyphon Studio