⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cmdline.hpp

📁 boomerang library 5.11 internet ed
💻 HPP
字号:
// Borland C++ Builder
// Copyright (c) 1995, 2005 by Borland Software Corporation
// All rights reserved

// (DO NOT EDIT: machine generated header) 'Cmdline.pas' rev: 10.00

#ifndef CmdlineHPP
#define CmdlineHPP

#pragma delphiheader begin
#pragma option push
#pragma option -w-      // All warnings off
#pragma option -Vx      // Zero-length empty class member functions
#pragma pack(push,8)
#include <System.hpp>	// Pascal unit
#include <Sysinit.hpp>	// Pascal unit

//-- user supplied -----------------------------------------------------------

namespace Cmdline
{
//-- type declarations -------------------------------------------------------
//-- var, const, procedure ---------------------------------------------------
extern PACKAGE int WhereCmd;
static const Shortint clCaseSensitive = 0x1;
static const Shortint clUpCase = 0x2;
static const Shortint clLoCase = 0x4;
static const Shortint clNext = 0x8;
static const Shortint clValueCase = 0x10;
#define PrefixChars (Set<char, 0, 255> () << '\x2d' << '\x2f' )
extern PACKAGE bool __fastcall IsThereCmd(AnsiString Cmd, Word Option);
extern PACKAGE bool __fastcall GetCmdString(AnsiString Cmd, Word Option, AnsiString &S);

}	/* namespace Cmdline */
using namespace Cmdline;
#pragma pack(pop)
#pragma option pop

#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif	// Cmdline

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -