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

TCustomApplication.SingleInstanceEnabled

Enable single application instance control.

Declaration

Source position: custapp.pp line 106

public property TCustomApplication.SingleInstanceEnabled : Boolean
  read FSingleInstanceEnabled
  write FSingleInstanceEnabled;

Description

SingleInstanceEnabled can be set to true to start single-instance application control. This will instantiate TCustomApplication.SingleInstance using TCustomApplication.SingleInstanceClass and starts the check to wee whether this application is a client or server instance.

See also

TCustomApplication.SingleInstance

  

Single instance used to control single application instance behaviour

TCustomApplication.SingleInstanceClass

  

Class to use when creating single instance


Documentation generated on: May 14 2021