JVCL Help:TJvDataEmbedded

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvComponentEmbedded
TJvDataEmbedded
run\JvDataEmbedded.pas


Summary

Use this component to embed external data in your application.

run\JvDataEmbedded.pas


Pascal

 run\JvDataEmbedded.pas
 TJvDataEmbedded = class(TJvComponentEmbedded);


Description

  1. 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.

run\JvDataEmbedded.pas


About

Navigation

run\JvDataEmbedded.pas



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