Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

jAPIresources.h File Reference

#include <registry.hpp>
#include "comctrls.hpp"

Go to the source code of this file.

Classes

class  jResources

Functions

AnsiString __fastcall jREGreadString (HKEY _root, AnsiString _key, AnsiString _subkey)
bool __fastcall jREGwrite (HKEY _root, AnsiString _key, AnsiString _subkey, AnsiString _value)
bool __fastcall jREGwrite (TRegistry *reg, const AnsiString &SubKey, const AnsiString &value)
bool __fastcall jREGread (TRegistry *reg, const AnsiString &SubKey, AnsiString &value)
bool __fastcall jREGwrite (TRegistry *reg, const AnsiString &SubKey, const unsigned int &value)
bool __fastcall jREGread (TRegistry *reg, const AnsiString &SubKey, unsigned int &value)
bool __fastcall jREGwrite (TRegistry *reg, const AnsiString &SubKey, const int &value)
bool __fastcall jREGread (TRegistry *reg, const AnsiString &SubKey, int &value)
bool __fastcall jREGwrite (TRegistry *reg, const AnsiString &SubKey, const bool &value)
bool __fastcall jREGread (TRegistry *reg, const AnsiString &SubKey, bool &value)
bool __fastcall jREGdeleteKey (TRegistry *reg, const AnsiString &Key)
bool __fastcall jREGdeleteKeyAndEmptyParents (TRegistry *reg, const AnsiString &Key)
bool __fastcall jREGparseKey (const AnsiString &Key, TStrings *sl)


Function Documentation

bool __fastcall jREGdeleteKey TRegistry *  reg,
const AnsiString &  Key
 

bool __fastcall jREGdeleteKeyAndEmptyParents TRegistry *  reg,
const AnsiString &  Key
 

bool __fastcall jREGparseKey const AnsiString &  Key,
TStrings *  sl
 

bool __fastcall jREGread TRegistry *  reg,
const AnsiString &  SubKey,
bool &  value
 

bool __fastcall jREGread TRegistry *  reg,
const AnsiString &  SubKey,
int &  value
 

bool __fastcall jREGread TRegistry *  reg,
const AnsiString &  SubKey,
unsigned int &  value
 

bool __fastcall jREGread TRegistry *  reg,
const AnsiString &  SubKey,
AnsiString &  value
 

AnsiString __fastcall jREGreadString HKEY  _root,
AnsiString  _key,
AnsiString  _subkey
 

bool __fastcall jREGwrite TRegistry *  reg,
const AnsiString &  SubKey,
const bool &  value
 

bool __fastcall jREGwrite TRegistry *  reg,
const AnsiString &  SubKey,
const int &  value
 

bool __fastcall jREGwrite TRegistry *  reg,
const AnsiString &  SubKey,
const unsigned int &  value
 

bool __fastcall jREGwrite TRegistry *  reg,
const AnsiString &  SubKey,
const AnsiString &  value
 

bool __fastcall jREGwrite HKEY  _root,
AnsiString  _key,
AnsiString  _subkey,
AnsiString  _value
 


Generated on Sat Nov 15 10:52:35 2003 for JAPI by doxygen 1.3.4