Is the pricing going to change?
Will it still be compatible with FreePascal (unsupported I assume)?
Thanks, Bob
Search found 4 matches
- Thu Nov 12, 2009 5:29 pm
- Forum: VCL
- Topic: Looking forward to version 9... what's coming?
- Replies: 34
- Views: 57971
VCL.NET
I'm a v7 Pro user for VCL and have just upgraded from D6 to RAD2007. I'm trying to understand the relationship between vcl win32 and vcl.net. I found this request for TChart http://qc.codegear.com/wc/qcmain.aspx?d=26041 and I also found this page http://www.steema.com/support/teechart/8/WhatsNew/ind...
- Wed Oct 20, 2004 10:41 am
- Forum: VCL
- Topic: Unsupported clipboard format
- Replies: 0
- Views: 6299
Unsupported clipboard format
If I do this (bitmap): TrdChart(FChartList.Items[FCurrentChartIndex]).CopyToClipboardBitmap; bm := TBitmap.Create; try bm.LoadFromClipboardFormat(CF_BITMAP, ClipBoard.GetAsHandle(CF_BITMAP), 0); ...... Then it works fine. But if I try a metafile I get "Unsupported clipboard format". TrdChart(FChartL...