Home > Back-end >  [Delphi] [Error] Undeclared identifier: 'sckNotice'
[Delphi] [Error] Undeclared identifier: 'sckNotice'

Time:09-28

If FrmSockets. Active=true then
The begin
SckNotice. Socket. Close;
The end;
SckNotice. Address:=aAddress;
SckNotice. Port:=aPort;
This is the source code

Every time a compile Error [Error] FSockets. Pas (71) : Undeclared identifier: 'sckNotice'
Beg you to help solve the great god, thank you.

CodePudding user response:

The younger brother to write c # beginners Delphi before please great god give directions.
Weak weak ask, if there are any custom object at Delphi said this?

CodePudding user response:

As the symbol of didn't say: "sckNotice
"
1, "sckNotice" is the third party of the definition of control object, such third party control installation directory, did not include controls the search directory,

2, "sckNotice" define your own objects, should be defined to join USES unit file,
  • Related