Hi all!
I was looking on the web for a freeware label component that can show the text with a outline, but I didn´t found
Could you point me one
TIA!
"Suffering, anguish, desperation and hard work are the materials a good programmer is made of." (buho (A))
"and against short remaining...
Guys,
when I type Alt+f11, delphi puts my unit in the 'uses' clause in the 'implementation' section and never in the 'uses' of then 'interface' section
is there a difference between putting my unit in one uses or in the other?
this should turn my code faster or smaller
I have this doubt...
1)i'm testing the use of dynamic packages
2)in a package I create a unit with:
type
TTest=class(TPersistent)
public
s:string;
end;
implementation
initialization
RegisterClass(TTest);
finalization
UnRegisterClass(TTest);
end.
3)In the package projetc options I chose runtime and...
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.