| [Overview][Classes][Procedures and functions][Index] | 
Constructor for the class instance.
Source position: extdlgs.pas line 101
| public constructor TSavePictureDialog.Create( | 
| TheOwner: TComponent | 
| ); override; | 
| TheOwner | 
 | Owner of the class instance. | 
Create is the overridden constructor for the class instance, and calls the inherited constructor. Create sets the value in the FCompStyle member (deprecated) to the value csSaveFileDialog.
| Version 4.0 | Generated 2025-05-03 | Home |