TOnPasswordEventArgs Class
Use this class to supply a password to open an encrypted file.
Syntax
Unit: FlexCel.Core
TOnPasswordEventArgs = class(EventArgs);
Constructors
Name |
Description |
Create |
Creates a new Argument.
|
Properties
Name |
Description |
Password |
The password needed to open the file.
|
Xls |
Excel file we are trying to open.
|