EasyManua.ls Logo

FAST ComTec MCDWIN - Page 57

Default Icon
59 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
WEBMCA Programming
ComTec GmbH 6-12
end
object Memo2: TMemo
Left = 24
Top = 216
Width = 401
Height = 249
ScrollBars = ssVertical
TabOrder = 2
end
object Edit1: TEdit
Left = 104
Top = 16
Width = 121
Height = 21
TabOrder = 3
Text = 'Edit1'
end
object Button2: TButton
Left = 264
Top = 16
Width = 75
Height = 25
Caption = 'Connect'
TabOrder = 4
OnClick = Button2Click
end
object WSocket: TWSocket
LineMode = False
LineLimit = 65536
LineEnd = #13#10
LineEcho = False
LineEdit = False
Addr = '192.168.10.200'
Port = '6668'
Proto = 'tcp'
LocalAddr = '0.0.0.0'
LocalPort = '0'
MultiThreaded = False
MultiCast = False
MultiCastIpTTL = 1
ReuseAddr = False
ComponentOptions = []
ListenBacklog = 5
ReqVerLow = 1
ReqVerHigh = 1
OnDataAvailable = WSocketDataAvailable
FlushTimeout = 60
SendFlags = wsSendNormal
LingerOnOff = wsLingerOn
LingerTimeout = 0
SocksLevel = '5'
SocksAuthentication = socksNoAuthentication
Left = 200
Top = 160
end
end

Table of Contents