|
FlexCel Studio for VCL/LCL
|
This method returns a template stored in the component.
function GetStoredFile(Name: UTF16String): ByteArray; override;
virtual __fastcall ByteArray GetStoredFile(UTF16String Name);
|
Parameters |
Description |
|
Name: UTF16String |
Name of the file we want to retrieve. Depending on the value of CaseInsensitive property, this name might need to match the stored name with the exact case or not. |
The file data as an array of bytes.
Override this method when creating a descendant from this component.
|
Copyright (c) 2002-2008 TMS Software. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|