[Overview][Procedures and functions][Index] Reference for unit 'fpg_utils' (#fpgui)

fpgAddTrailingValue

If ALine is not '', add the trailing value AValue

Declaration

Source position: fpg_utils.pas line 39

function fpgAddTrailingValue(

  const ALine: TfpgString;

  const AValue: TfpgString;

  ADuplicates: Boolean = True

):TfpgString;

Arguments

ALine

  

The source string

AValue

  

The value that must be added

ADuplicates

  

Are duplicate AValue's allowed

Description

If ALine is not '', add the trailing value AValue