PdcInfo.IsClientServer
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.IsClientServer
end if
Availability
Available since August 2013 (from version 4.3)