Unit 'CustApp' Package
[Overview][Types][Classes][Variables][Index] [#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: Jul 24 2023