📄 abactnlst.hpp
字号:
// Borland C++ Builder
// Copyright (c) 1995, 1999 by Borland International
// All rights reserved
// (DO NOT EDIT: machine generated header) 'abActnLst.pas' rev: 5.00
#ifndef abActnLstHPP
#define abActnLstHPP
#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <ImgList.hpp> // Pascal unit
#include <abSecurity.hpp> // Pascal unit
#include <Consts.hpp> // Pascal unit
#include <ActnList.hpp> // Pascal unit
#include <StdCtrls.hpp> // Pascal unit
#include <Dialogs.hpp> // Pascal unit
#include <Forms.hpp> // Pascal unit
#include <Controls.hpp> // Pascal unit
#include <Graphics.hpp> // Pascal unit
#include <Classes.hpp> // Pascal unit
#include <SysUtils.hpp> // Pascal unit
#include <Messages.hpp> // Pascal unit
#include <Windows.hpp> // Pascal unit
#include <SysInit.hpp> // Pascal unit
#include <System.hpp> // Pascal unit
//-- user supplied -----------------------------------------------------------
namespace Abactnlst
{
//-- type declarations -------------------------------------------------------
#pragma option push -b-
enum TabSecurityOptions { soSetDisabledOnFail, soSetInvisibleOnFail };
#pragma option pop
typedef Set<TabSecurityOptions, soSetDisabledOnFail, soSetInvisibleOnFail> TabSecurityOptionSet;
class DELPHICLASS TabAction;
class PASCALIMPLEMENTATION TabAction : public Actnlist::TAction
{
typedef Actnlist::TAction inherited;
private:
int fiSecurityId;
public:
__fastcall virtual TabAction(Classes::TComponent* AOwner);
virtual bool __fastcall Update(void);
__published:
__property Caption ;
__property Checked ;
__property Enabled ;
__property HelpContext ;
__property Hint ;
__property ImageIndex ;
__property ShortCut ;
__property Visible ;
__property OnExecute ;
__property OnHint ;
__property OnUpdate ;
__property int SecurityId = {read=fiSecurityId, write=fiSecurityId, nodefault};
public:
#pragma option push -w-inl
/* TCustomAction.Destroy */ inline __fastcall virtual ~TabAction(void) { }
#pragma option pop
};
class DELPHICLASS TabActionList;
class PASCALIMPLEMENTATION TabActionList : public Actnlist::TActionList
{
typedef Actnlist::TActionList inherited;
private:
Absecurity::TabSecurity* fSecurityObject;
TabSecurityOptionSet fSecurityOptions;
void __fastcall SeTevSecurityObject(Absecurity::TabSecurity* theSecurityObject);
public:
__fastcall virtual TabActionList(Classes::TComponent* AOwner);
__fastcall virtual ~TabActionList(void);
__published:
__property Images ;
__property OnChange ;
__property OnExecute ;
__property OnUpdate ;
__property Absecurity::TabSecurity* SecurityObject = {read=fSecurityObject, write=SeTevSecurityObject
};
__property TabSecurityOptionSet Options = {read=fSecurityOptions, write=fSecurityOptions, nodefault
};
};
//-- var, const, procedure ---------------------------------------------------
extern PACKAGE void __fastcall Register(void);
} /* namespace Abactnlst */
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Abactnlst;
#endif
#pragma option pop // -w-
#pragma option pop // -Vx
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // abActnLst
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -