Have a form:
type
frmMain = class(System.Windows.Forms.Form)
Need to pass it to a procedure:
procedure ReadSettings(var frmMain: frmMain);
But when I start to compile this code:
ReadSettings(frmMain);
I receive this message:
[Pascal Error] MainForm.pas(148): E2033 Types of actual and formal...
When I turn off trasnparent property of SpeedButton, all pixels with lower left pixel's color are removed from the glyph. I use BDS2006 and have the same in C++ and Delphi.
Hi!
Have anyone seen button component with JPEG glyph support for Builder?
In MS VS 2005 you can use JPEG, PNG as glyph for buttons, but in Builder only BMP. And I need it for my project.
Thanks!
Hi!
I have such a problem:
I need to configure ACl to allow (permit) incoming pair IP addresses and deny non-pair addreses. The network mask is
180.0.0.0 (this is not important, cause I need the idea).
I have done it so 180.0.0.1 0.255.255.254 and deny. But it was not working. If you can help...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.