I have an about box. Any variable, or something which I can use in the form's create method to set it automatically to the version no from my project options?
ie.
procedure Aboutbox.FormCreate(sender : TObject);
begin
Label3.caption := Application.version;
end;
Well, if there was such a...
I have a program that is supposed to run infinately. After about a week I get an access violation (not predictable a week).
Is there any way that the information from the error report can actually help me to debug it, and if so how?
I inherited the code, so I my understanding of the program...
I have a friend who wants to write inside her DBgrid:
Accepted (in green) or
Rejected (in red)
depending on the value.
Can you do this without overriding/overwriting the draw procedure? (with defaultdraw on?)
Or just, what is the easiest way to do this?
Thanks!
o__
,_.>/ _
(_)_\(_)_______...
Hi, I am new here, and I hope to be a regular in due time.
I have created a project, and I've been working on it for quite a while. Now that it's nearing completion I am doing the finishing touches... such as the graphics.
I made a icon for the system tray (since it is pretty much a...
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.