PdcInfo.IsClientServer

From External Bemet Wiki
Revision as of 09:54, 20 August 2013 by TC (talk | contribs) (Created page with "== Declaration == IsClientServer as Boolean == Description == Return a boolean if PdC is started Client/Server. == Notes == This property returns a boolean if PdC is started...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Declaration

IsClientServer as Boolean

Description

Return a boolean if PdC is started Client/Server.

Notes

This property returns a boolean if PdC is started Client/Server.

Code example

if pdc.Info.IsClientServer then
  msgbox pdc.Info.ADSVersion
end if

Availability

Available since August 2013 (from version 4.3)