Unit 'CustApp' Package
[Overview][Types][Classes][Variables][Index] [#fcl-base]

TCustomApplication.CheckOptions

Declaration

Source position: custapp.pp line 76

public function TCustomApplication.CheckOptions(

  const ShortOptions: string;

  const Longopts: TStrings;

  Opts: TStrings;

  NonOpts: TStrings;

  AllErrors: Boolean = False

):string;

function TCustomApplication.CheckOptions(

  const ShortOptions: string;

  const Longopts: array of string;

  Opts: TStrings;

  NonOpts: TStrings;

  AllErrors: Boolean = False

):string;

function TCustomApplication.CheckOptions(

  const ShortOptions: string;

  const Longopts: TStrings;

  AllErrors: Boolean = False

):string;

function TCustomApplication.CheckOptions(

  const ShortOptions: string;

  const LongOpts: array of string;

  AllErrors: Boolean = False

):string;

function TCustomApplication.CheckOptions(

  const ShortOptions: string;

  const LongOpts: string;

  AllErrors: Boolean = False

):string;


Documentation generated on: 2023-03-18