Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
lazarus-project / usr / share / lazarus / 2.0.10 / components / ideintf / docs / idecommands.xml
Size: Mime:
<?xml version="1.0"?>
<fpdoc-descriptions>
  <package name="IDEIntf">
    <module name="IDECommands">
      <element name="TIDECommands.FindCommandsByShortCut">
        <short>Returns a list of all IDE commands fitting the mask. You must free the returned List, do not free the commands.</short>
        <descr>A mask with Key1=VK_UNKNOWN fits any shortcut.
A mask with Key2=VK_UNKNOWN fits any one and two key command.
A mask with both Key1 and Key2 set will find command with only one key.
Keep in mind that every command has two shortcuts and if any one of them fits it will be in the list.
</descr>
        <example file="findcommandsbyshortcut.pas"/>
      </element>
    </module>
  </package>
</fpdoc-descriptions>