|
FlexCel Studio for VCL/LCL
|
Returns the picture type associated with a given string.
function GetPictureType(const s: UTF16String): TXlsImgTypes;
__fastcall TXlsImgTypes GetPictureType(const UTF16String s);
|
Parameters |
Description |
|
const s: UTF16String |
String with the image type. Might be "WMF", "EMF", "PNG" or JPEG" |
FlexCelReport uses this method to find out the type of an image writenn like ##db##field##imgtype.
You shouldn't need t call this method.
|
Copyright (c) 2002-2008 TMS Software. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|