Initializing help system before first use

Send Method

Overload List
  Name Description
Public method Send(Boolean)
Sends a boolean value to the initialization stream
Public method Send(Double)
Sends a real value to the initialization stream
Public method Send(Int32)
Sends an integer value to the initialization stream
Public method Send(String)
Sends a string value to the initialization stream
Public method Send(XPRMInitializeControl)
Sends a control value to the initialization stream
Public method Send(Boolean, Boolean)
Sends a boolean value to the initialization stream
Public method Send(Double, Boolean)
Sends a real value to the initialization stream
Public method Send(Int32, Boolean)
Sends an integer value to the initialization stream
Public method Send(String, Boolean)
Sends a string value to the initialization stream
Public method Send(XPRMInitializeControl, Boolean)
Sends a control value to the initialization stream
Top
See Also