xHarbour Reference Documentation > Preprocessor Reference |
Voids a previously defined #command or #translate directive.
#uncommand <searchPattern> #untranslate <searchPattern>
The directives #uncommand and #untranslate remove a previously defined #command or #translate directive. The removed translation rule becomes unavailable and can be redefined.
#uncommand/#untranslate work similar to #xuncommand/#xuntranslate but match only the first keyword in the previously defined #command or #translate directive.
Note: #command directives built into the xHarbour compiler cannot be removed using #uncommand.
See also: | #command | #translate, #undef, #xuncommand | #xuntranslate |
Category: | Preprocessor directives , xHarbour extensions |
// see the example for #xuncommand | #xuntranslate
http://www.xHarbour.com