LingerOption
Overview
Location
-
Reference:
- RemObjects.InternetPack.fx Island
- libRemObjects.InternetPack.fx Toffee
- Namespace: RemObjects.InternetPack
- Platforms: Island, Toffee
Properties
Enabled virtual
property Enabled: Boolean read write;
Boolean Enabled { get; set; }
var Enabled: Boolean { get{} set{} }
Property Enabled() As Boolean
LingerTime virtual
property LingerTime: Int32 read write;
Int32 LingerTime { get; set; }
var LingerTime: Int32 { get{} set{} }
Property LingerTime() As Int32
Instance Methods
constructor
constructor(enable: Boolean; seconds: Int32)
LingerOption(Boolean enable, Int32 seconds)
init(_ enable: Boolean, _ seconds: Int32)
Sub New(enable As Boolean, seconds As Int32)
Parameters:
- enable:
- seconds: