up: ARG | index | Zimbu documentation |
The abstract base class of all flags. All flags must be created in EarlyInit() or earlier. Initializing them in a declaration at the module level or SHARED section in a class will work. See the ARG module for examples.
|
FUNC $disableCompact() ARG.Flag @public
FUNC $optionalArg() ARG.Flag @public
FUNC $presentCount() int @public
FUNC $setArgName(string argName) ARG.Flag @public
|
Copyright 2009 Bram Moolenaar All Rights Reserved. |
Licensed under the Apache License, Version 2.0. See the LICENSE file or obtain a copy at: http://www.apache.org/licenses/LICENSE-2.0 |