Event: OnSave
Occurs before save the barcode symbol to an image file, when the Save method is called.
Syntax:
type
{ Defined in the pSave2D unit }
TOnSave = procedure (Sender: TComponent; var FilePath: string; var Continue: Boolean) of object;
property OnSave: TOnSave;
Parameters:
- Sender: TObject; It is the object whose event handler is called.
- FilePath: string; The file path and name of the image file that you want to save the barcode symbol to. You can change the parameter value in the event handle.
- Continue: Boolean; Specifies whether to save the barcode symbol to an image file. By default, its value is true. Changing it to false will cancel the saving operation, in this case, the OnSaved event will not be occurred.
Contents
Copyright © 2001-2024
Han-soft Corporation. All rights reserved.