Passes commandline arguments needed for the platform.
Source position: interfacebase.pp line 127
protected procedure TWidgetSet.PassCmdLineOptions; virtual; |
PassCmdLineOptions is a procedure used to pass commandline arguments used for the platform-specific widgetset implementation. PassCmdLineOptions has an empty implementation in TWidgetSet, and must be overridden in a descendent class. It allows commandline arguments to be preprocessed or modified prior to starting an application.