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

TCustomApplication.ExeName

Name of the executable.

Declaration

Source position: custapp.pp line 68

public property TCustomApplication.ExeName: String
  read GetExeName;

Description

ExeName returns the full name of the executable binary (path+filename). This is equivalent to Paramstr(0)

Note that some operating systems do not return the full pathname of the binary.

See also

ParamStr

The latest version of this document can be found at lazarus-ccr.sourceforge.net.