Error loading form

I am a .Net programmer, and I'm currently debugging a Delphi application, and when I go I found the following error:

Error_Message

Could you explain to me what this error is, and how can I solve it?

I am new to using Delphi.

+3
source share
2 answers

Error explanation

The error presented to you tells you that the component in this form is not registered in the IDE, in this case TsStatusBar, which is in the AlphaControls library: http://www.alphaskins.com/

- , TsStatusBar . - , (*.pas), dfm. , , , , .

1 - AlphaControls

, , .

2 -

AlphaControls VCL AlphaControls , , AlphaControls , . , - .

3 -

. , , Delphi , TsStatusBar - , , , - , , .

TsStatusBar TStatusBar, VCL. , . dfm, IDE.

4 - GExperts

IDE Expert, GExperts, / .

, , , AlphaControls.

, AlphaControls, TsStatusBar .

, AlphaControls - , , , AlphaControls .

, , Delphi , . > > IDE, AlphaControls . , .pas , , . , Delphi .

+13

IDE , TsStatusBar. , .

, IDE. . .dpk. . .dpk Delphi, "" , , "". , IDE, . , , .

+2

All Articles