I have a TWicImage, IWicBitmap and a IWicBitmapSource that works nicely to display all the supported graphic fileformats, allows Rotation, Flip Horizontal, Flip Vertical, Scaleing and Clipping.All of
I try to investigate DeHL with Delphi 2010 custom attribute and I get problem. TAppParamTest = class public
Based on one answer to an earlier post, I\'m investigating the possibility of the following design TChildClass = class(TObject)
I download the Application V开发者_Python百科erifier 4.0 to test my App for check if could have problems on Vista/7.
I want to convert an string to an enum type using TValue, I googled but I didn\'t find how to do that.
how to extract RTTI info about methods in Delphi records? is it possible by usi开发者_运维问答ng new Rtti unit?There is no RTTI for methods on records, sorry.
I\'m building a program that uses Delphi Packages (BPLs) as plugins, but I\'d like to use a custom extension to show that the files have a specific purpose instead of just being BPLs.That works well e
Sir, I create a project, where I use ShellTreeView, ShellListView, ListView. Now I drag folder from ShellTreeView and files from ShellListView. Now I want to retrieve file name including full path (li
Please forgive the verbosity of the following code example. Using Delphi 2009, I created the two classes TOtherClass and TMyClass:
I am trying to do the follow开发者_StackOverflow社区ing in Delphi 2010: TDataConverter = class abstract