help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Types][Classes] Reference for unit 'CustApp' (#fcl)

TCustomApplication.CaseSensitiveOptions

Are options interpreted case sensitive or not

Declaration

Source position: CustApp.pp line 79

public property TCustomApplication.CaseSensitiveOptions: Boolean
  read FCaseSensitiveOptions
  write FCaseSensitiveOptions;

Description

CaseSensitiveOptions determines whether FindOptionIndex and CheckOptions perform searches in a case sensitive manner or not. By default, the search is case-sensitive. Setting this property to False makes the search case-insensitive.

See also

FindOptionIndex

  

Return the index of an option.

GetOptionValue

  

Return the value of a command-line option.

HasOption

  

Check whether an option was specified.

OptionChar

  

Command-line switch character

CheckOptions

  

Check whether all given options on the command-line are valid.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505