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