| |
| Calling windows RegisterClass function. |
 |
I want to call the Windows RegisterClass() function, but I get the
error "Incompatible types: 'TPersistantClass' and 'TWndClassA'"
when compiling. How can I get around this?
The RegisterClass() function is declared both in the Classes unit
and the Windows unit. To call the Windows version, simply
prefix the call with the unit name. Example: procedure TForm .Button Click(Sender: TObject);
wc : TWndClass;
begin
Windows.RegisterClass(wc)
end; 7/ 6/98 4:3 :28 PM
|
|
| Hits/month |
2,500,000+ |
Downloads (Since May 2000) |
7,393,709 |
| Total Files |
6,023 |
| Forum msgs |
7,670 |
| Articles/FAQs |
70+/900+ |
Top Selling Software at Amazon
|