Home > Back-end >  Delphi controls on the use of cb.
Delphi controls on the use of cb.

Time:10-03

Delphi pas file is

_Number=class;
_String=class;
_Double=class;
_NULL=class;

The IDE automatically generated HPP file

The class DELPHICLASS _Number;
The class DELPHICLASS _NULL;

After reference to the header files, class DELPHICLASS _Number; This place errors. How should change?

CodePudding user response:

What controls, no c + + builder is special?

CodePudding user response:

reference 1st floor xjq2003 response:
what controls, not c + + builder is special?


Donkey quickly, but the author of cb are not ripe, so I don't know how should change in the pas can let the IDE automatically become HPP can be directly used in cb.

Delphi pas file these is what meaning, can change other

_Number=class;
_String=class;
_Double=class;
_NULL=class;

The IDE automatically generated HPP file

The class DELPHICLASS _Number;
The class DELPHICLASS _NULL;

CodePudding user response:

What's wrong, Delphi define classes habits are word order T start
  • Related