JVCL Help:TJvDataEmbedded
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvDataEmbedded Class
[+] JvDataEmbedded.pas Classes
[+] TJvDataEmbedded Methods
[+] TJvDataEmbedded Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvComponentEmbedded
TJvDataEmbedded
run\JvDataEmbedded.pas
Summary
Use this component to embed external data in your application.
Pascal
run\JvDataEmbedded.pas
TJvDataEmbedded = class(TJvComponentEmbedded);
Description
- JVCLInfo
Use this component to embed external data in your application. The component provides a property editor that lets you select a file to be saved with the application. It provides further methods for saving the contents to a file or a stream at runtime. Use the size property to read the size of the embedded data.
To use this component:
- Embed some data by using the property editor of the data property (Double click on the component, or right-click the component and select "Load From File...") * Use the SaveToFile method to savethe embedded data to a file at runtime.
- Use the SaveToStream method to save the embedded data to a stream at runtime.
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page