PdcInfo.IsClientServer: Difference between revisions

From External Bemet Wiki
Jump to navigation Jump to search
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..."
 
No edit summary
 
Line 12: Line 12:
<source lang="vb">
<source lang="vb">
if pdc.Info.IsClientServer then
if pdc.Info.IsClientServer then
   msgbox pdc.Info.ADSVersion
   msgbox pdc.Info.IsClientServer
end if
end if
</source>
</source>

Latest revision as of 12:44, 14 January 2014

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)