With code procedure TForm2.Button1Click(Sender: TObject); var oMeta: TMetaFile; oBmp: TBitmap; begin Image1.Transparent := True;
I need to calculate Crc16 checksums with a $1021 polynom over large files, below is my current implementation but it\'s rather slow on large files (eg a 90 MB file takes about 9 seconds).
This question already has answers here: Closed 12 years ago. Possible Duplicate: FxCop / StyleCop for Delp开发者_如何学JAVAhi?
I\'d like my actions to be organized in categories, but in the \"Categories\" box, I can开发者_开发知识库\'t add a new category.
I have the following sequence of commands in Delphi2010: var netdir:string; .... OpenDialog1.InitialDir:=n开发者_JS百科etdir;
I\'ve got a custom frame I need to inherit from in multiple projects. This frame includes some code and some components, and it resides somewhere on disk, in it\'s own project directory. I don\'t want
I am writing an application with ribbon in Delphi. I don\'t know what are these tabs called technically, but is there any way that I can have tabs that are added whe开发者_如何学Pythonn a condition is
I am getting a lot of occurences of the message \"Debug session in progress. Terminate?\" when trying to re-run my application after routine editing in Delphi 2010. My Application has already been run
I\'m using TAdvOfficePagercomponent from TMS Software. Inside each page I use a frame. When switching between pages I get some ugly display artefacts like this:
I\'m user of delphi 2010, my current machine is intel core i7, running windows 7 x64. I\'ve write the following codes: