TacFileStorage component
Hierarchy Properties Methods Events FileStorage designer Playing .WAV (example) |
The FileStorage component capable to upload and hold any data files within your Delphi/BCB forms (within the body of the EXE-program). If your software requires any additional files (.DLL's, WAV's, .TXT's etc), these files could be uploaded straight onto your form and be extracted from executable file at run-time (AutoExtract property). Also you can access to stored files directly from memory without extracting them to disk (see example).
|
|
You can use this component if you would like to make high integration of your app with stored files and get access to them at run-time or, if you would like to supply your customers with just one, single executable file!.
|
|
To upload files onto the form, or manage already stored files at design-time - invoke the FileStorage Designer (double click on component or click on Files property).
|
acWavPlayer component.
|