[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'InterfaceBase' (#lcl)

TWidgetSet.PassCmdLineOptions

Passes commandline arguments needed for the platform.

Declaration

Source position: interfacebase.pp line 127

protected procedure TWidgetSet.PassCmdLineOptions; virtual;

Description

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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.