Zitat von
daywalker299:
Also ich habe mein TurboDelphi neuinstalliert. Hat auch nicht geholfen. Folgenden Quellcode habe ich:
ControlData := {0003000008000200000000000B000000030000000000}; // Dies kennt er nicht
dürfte die erklärung sein:
Zitat:
========================
main.dfm
========================
object MainForm: TMainForm
Left = 382
Top = 133
BorderStyle = bsNone
Caption = 'Терминал'
ClientHeight = 320
ClientWidth = 509
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
WindowState = wsMaximized
OnClose = FormClose
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object MsTscAx1: TMsTscAx
Left = 152
Top = 48
Width = 192
Height = 192
TabOrder = 0
OnDisconnected = MsRdpClientDisconnected
ControlData = {0003000008000200000000000B000000030000000000}
end
end