I am writing a WYSIWYG type of editor program in which the user can drag image thumbnails onto an editor surface (TPanel) and then create a PDF by rendering the editor surface onto the PDF.
im currently working in a simple开发者_如何学Python program that implements plugins whith dll libraries (using the TJvPluginManager from the JVCL Framework).
My Application have many graphics and visual components... So i switched on doublebufferd = true in each and every components as possible.
I\'m debugging a Delphi code that use TJvProgramVersionCheck component from the excel开发者_开发问答lent JVCL libs.
Regarding TJvRichEdit and Delphi... How? Load/Save rtf (including text and images - not only .bmp) to/from a file?
I\'m using Delphi with the JCLRegEx and want to capture all the result URL\'s from a google search.I looked at HackingSearch.com and they have an example RegEx that looks right, but I cannot get any r
I\'ve just installed the JCL and JVCL libraries, mostly because they contain components replacing the old rxLib components and I\'m upgrading an old project that made heavy use of those components.