天天看點

BCB---VCL的記憶體管理函數

一.BORLAND C++ BUILDER VCL的記憶體管理函數

  1. AllocMem

  在隊中配置設定指定位元組的記憶體塊,并将配置設定的每一個位元組初始化為 0.函數原型如下:

  void * __fastcall AllocMem(Cardinal Size);

  2. SysFreeMem

  釋放所指定的記憶體塊.函數原型如下:

  int __fastcall SysFreeMem(void * P);

  3. SysReallocMem

  要求重新配置設定參數Size所指定的記憶體.函數原型如下:

  void * __fastcall SysReallocMem(void * P , int Size);

  二.Borland C++ Builder VCL的檔案操作函數

  1. FileOpen

  打開指定的檔案,如果傳回為正數,表示操作成功,傳回值為檔案句柄

:如果傳回值為-1,表示操作失敗,函數原型如下:

  int __fastcall FileOpen(const System::AnsiString

FileName,int Mode);

  2. FileCreate

  以指定的檔案名稱建立一個新的檔案,如果傳回為正數,表示操作成功

,傳回值為檔案句柄,如果傳回值為-1,表示操作失敗.函數原型如下:

  int __fastcall FileCreate(const System ::AnsiString

FileName);

  3. FileRead

  從檔案中讀取指定位元組的資料到緩沖區中,函數傳回實際讀取的位元組

數,函數原型如下;

  int __fastcall FileRead(int Handle,void *Buffer,int Count);

  4. FileWrite

  将緩沖區的資料寫入到指定的檔案的目前位置中去如果操作成功,函

數傳回實際寫入的位元組數,如果傳回為-1,則表示操作産生錯誤,函數原型

如下:

  int __fastcall FileWrite(int Handle,const void *Buffer,int

Count);

  5. FileSeek

  調整檔案指針到新的位置,如果操作成功,則傳回新的檔案位置,如果

操作失敗,則函數傳回-1,函數原型如下:

  int __fastcall FileSeek(int Handle,int Offset,int Origin);

  6. FileClose

  關閉指定的檔案,函數原型如下:

  void __fastcall FileClose(int Handle);

  7. FileAge

  傳回指定檔案的時間标簽,如果操作失敗,則傳回-1,函數原型如下:

  int __fastcall FileAge(const System::AnsiString FileName)

  8. FileExists

  用于測試指定的檔案是否存在,如果存在傳回真,否則傳回假,函數原

型如下:

  bool __fastcall FileExists(const System::AnsiString

FileName);

  9. FileGetDate

  傳回指定檔案的DOS時間标簽,如果操作失敗,則近回-1,函數原型如下

  int __fastcall FileGetDate(int Handle);

  10.FileSetDate

  更改指定檔案的DOS時間标簽,如果操作成功,傳回0,否則傳回錯誤代

碼,函數原型如下:

  int __fastcall FileSetDate(int Handle,int Age);

  11.FileGetAttr

  傳回指定檔案的屬性,如果操作失敗,則函數傳回-1,函數原型如下;

  int __fastcall FileGetAttr(const System::AnsiString

FileName);

  12.FileSetAttr

  更改指定檔案的屬性參數,如果操作成功,則傳回0,函數原型如下;

  int __fastcall FileSetAttr(const System::AnsiString

FileName,int Attr);

  13.FindFirst

  在指定的檔案目錄内,搜尋符合特定屬性參數的檔案,如果成功地查找

到符合條件的檔案,

  則函數傳回0,否則函數傳回一個錯誤代碼,函數原型如下:

  int __fastcall FindFirst(const System::AnsiString Path,int

Attr,TSearchRec &;F);

  14.FindNext

  繼續搜尋FindFirst所指定屬性參數的檔案,如果成功地查找到符合條

件的檔案,則函數傳回0,否則函數傳回一個錯誤代碼,函數原型如下:

  int __fastcall FindNext(TSearchRec &;F);

  15.FindClose

  釋放FindFirst操作所申請的記憶體資源,函數原型如下:

  void __fastcall FindClose(TSearchRec &;F);

  16.DeleteFile

  在計算機磁盤中删除指定的檔案,如果操作成功,則函數傳回真,函數

原型如下:

  bool __fastcall DeleteFile(const AnsiString FileName);

  17.RenameFile

  更改指定檔案的名稱,如果操作成功,則函數傳回真,函數原型如下:

  bool __fastcall RenameFile(const AnsiString OldName, const

AnsiString NewName);

  18.ChangeFileExt

  更改指定檔案的擴充名,函數原型如下:

  AnsiString __fastcall ChangeFileExt(const AnsiString

FileName,const AnsiString Extension);

  19.ExtractFilePath

  傳回指定檔案的工作路徑,函數原型如下:

  AnsiString __fastcall ExtractFilePath(const AnsiString

FileName);

  20.ExtractFileDir

  傳回指定檔案的工作目錄,函數原型如下:

  AnsiString __fastcall ExtractFileDir(const AnsiString

FileName);

  21.ExtractFileDrive

  傳回指定檔案的驅動器,函數原型如下:

  AnsiString __fastcall ExtractFileDrive(const AnsiString

FileName);

  22.ExtractFileName

  傳回指定檔案的檔案名及擴充名,函數原型如下:

  AnsiString __fastcall ExtractFileName(const AnsiString

FileName);

  23.ExtractFileExt

  傳回指定檔案的擴充名,函數原型如下:

  AnsiString __fastcall ExtractFileExt(const AnsiString

FileName);

  三,Borland C++ Builder VCL的磁盤管理函數

  1. DiskFree

  傳回指定磁盤的剩餘空間,如果操作成功,傳回剩餘磁盤空間,如果操

作失敗,則傳回-1,函數原型如下:

  int __fastcall DiskFree(Byte Drive);

  2. DiskSize

  傳回指定磁盤的空間,如果操作成功,傳回磁盤空間,如果操作失敗,則

傳回-1,函數原型如下:

  int __fastcall DiskSize(Byte Drive);

  3. GetCurrentDir

  傳回目前工作目錄,函數原型如下:

  AnsiString __fastcall GetCurrentDir();

  4. SetCurrentDir

  設定目前工作目錄,如果操作成功,則傳回真,函數原型如下:

  bool __fastcall SetCurrentDir(const AnsiString Dir);

  5. CreateDir

  建立新的目錄,如果操作成功,傳回真,否則傳回假,函數原型如下:

  bool __fastcall CreateDir(const AnsiString Dir);

  6. RemoveDir

  删除指定的目錄,如果操作成功,傳回真,否則傳回假,函數原型如下:

  bool __fastcall RemoveDir(const AnsiString Dir);

  四.Borland C++ Builder VCL的字元串函數

  1. UpperCase

  将指定的AnsiString字元串轉換為大寫形式,函數原型如下:

  AnsiString __fastcall UpperCase(const AnsiString S);

  2. LowerCase

  将指定的AnsiString字元串轉換為小寫形式,函數原型如下:

  AnsiString __fastcall LowerCase(const AnsiString S);

  3. CompareStr

  比較兩個AnsiString字元串,函數原型如下:

  int __fastcall CompareStr(const AnsiString S1, const AnsiString S2);

  4. CompareText

  比較兩個AnsiString字元串,函數原型如下:

  int __fastcall CompareText(const AnsiString S1, const AnsiString S2);

  5. StrLen

  傳回字元串的長度,函數原型如下:

  Cardinal __fastcall StrLen(const char * Str);

  6. StrEnd

  傳回字元串結尾指針,函數原型如下:

  char * __fastcall StrEnd(const char * Str);

  7. StrMove

  從源字元串向目的字元串拷貝指定數目的字元,函數原型如下:

  char * __fastcall StrMove(char * Dest, const char * Source, Cardinal Count);

  8. StrCopy

  将源字元串拷貝到目的字元串中,函數原型如下:

  char * __fastcall StrCopy(char * Dest, const char * Source);

  9. StrECopy

  将源字元串拷貝到目的字元串中,并傳回目的字元串結尾指針,函數原型如下:

  char * __fastcall StrECopy(char * Dest, const char * Source);

  10.StrLCopy

  将源字元串指定數目的字元拷貝到目的字元串中,并傳回目的字元串指針,函數原型如下:

  char * __fastcall StrLCopy(char * Dest, const char * Source, Cardinal MaxLen);

  11.StrPCopy

  将AnsiString類型的源字元串拷貝到目的字元串中,并傳回目的字元串指針,函數原型如下:

  char * __fastcall StrPCopy(char * Dest, const AnsiString Source);

  12.StrPLCopy

  将源字元串(AnsiString類型)指定數目的字元拷貝到目的字元串中,并傳回目的字元串指針,函數原型如下:

  char * __fastcall StrPLCopy(char * Dest, const AnsiString Source, Cardinal MaxLen);

  13.StrCat

  連接配接兩個字元串,并傳回目的字元串指針,函數原型如下:

  char * __fastcall StrCat(char * Dest, const char * Source);

  14.StrLCat

  将指定數目的源字元串連接配接到目的字元串,并傳回目的字元串指針,函數原型如下:

  char * __fastcall StrLCat(char * Dest, const char * Source, Cardinal MaxLen);

  15.StrComp

  兩個字元串相到比較,傳回比較的結果,函數原型如下:

  int __fastcall StrComp(const char * Str1, const char * Str2);

  16.StrIComp

  兩個字元串互相比較(不論大小寫),傳回比較的結果,函數原型如下:

  int __fastcall StrIComp(const char * Str1, const char * Str2);

  17.StrLComp

  對兩個字元串指定數目的字元進行比較操作,函數原型如下:

  int __fastcall StrLComp(const char * Str1, const char * Str2, Cardinal MaxLen);

  18.StrScan

  在指定的字元串中尋找特定的字元,并傳回字元串中第一個特定字元的指針,函數原型如下:

  char * __fastcall StrScan(const char * Str, char Chr);

    19.StrRScan

  在指定的字元串中尋找特定的字元,并傳回字元串中最後一個特定字元的指針,函數原型如下:

  char * __fastcall StrRScan(const char * Str, char Chr);

  20.StrPos

  在Strl所指定的字元串中尋找Str2所指定的子字元串,并傳回Str2在Str2中第一個子字元的指針,函數原型如下:

  char * __fastcall StrPos(const char * Str1, const char * Str2);

  21.StrUpper

  将字元串轉換為大寫形式,函數原型如下:

  char * __fastcall StrUpper(char * Str);

  22.StrLower

  将字元串轉換為小寫形式,函數原型如下:

  char * __fastcall StrLower(char * Str);

  23.StrPas

  将指定的字元串轉換為AnsiString類型字元串對象,函數原型如下:

  AnsiString __fastcall StrPas(const char * Str);

  24.StrAlloc

  為字元串配置設定指定位元組的記憶體,并傳回記憶體指針,函數原型如下:

  char * __fastcall StrAlloc(Cardinal Size);

  25.StrBufSize

  傳回*Str所指向記憶體的大小,函數原型如下:

  Cardinal __fastcall StrBufSize(const char * Str);

  26.StrNew

  在堆中為指定字元串配置設定空間,并将字元串拷貝到此空間中,函數原型

如下:

  char * __fastcall StrNew(const char * Str);

  五.Borland C++ Builder VCL的數值轉換函數

  1. IntToStr

  将整數轉換為AnsiString字元串,函數原型如下:

  AnsiString __fastcall IntToStr(int Value);

  2. IntToHex

  将整數轉換為十六進制字元串,函數原型如下:

  AnsiString __fastcall IntToHex(int Value, int Digits);

  3. StrToInt

  将AnsiString字元串轉換為整數值,如果不能進行轉換,則産生EConvertError異常,函數原型如下:

  int __fastcall StrToInt(const AnsiString S);

  4. StrToIntDef

  将AnsiString字元串轉換為一個數值,函數原型如下:

  int __fastcall StrToIntDef(const System::AnsiString S,int

Default);

  5. FloatToStr

  将浮點數轉換為AnsiString字元串,函數原型如下:

  AnsiString __fastcall FloatToStr(Extended Value);

  6. StrToFloat

  将AnsiString字元串轉換為一個浮點數值,函數原型如下:

  Extended __fastcall StrToFloat(const AnsiString S);

  7. FloatToStrF

  将浮點數轉換為指定格式的AnsiString字元串,函數原型如下:

  AnsiString __fastcall FloatToStrF(Extended Value,

TFloatFormat Format,int Precision, int Digits);

  六.Borland C++ Builder VCL的時間函數

  1. Date

  傳回TDateTime對象,包含目前的年月日資訊,函數原型如下:

  System::TDateTime __fastcall Date(void);

  2. Time

  傳回TDateTime對象,包含目前的時間資訊,函數原型如下:

  System::TDateTime __fastcall Time(void);

  3. Now

  傳回TDateTime對象,擷取目前的日期和時間資訊,函數原型如下:

  System::TDateTime __fastcall Now(void);

  4. DatetimeToString

  将TDateTime對象轉換為指定格式的字元串對象,函數原型如下:

  void __fastcall DateTimeToString(AnsiString &;Result, const

AnsiString Format,System::TDateTime DateTime);

  5. DateToStr

  将TDateTime對象(包含目前年月日資訊)轉換為字元串對象,函數原型如下:

  AnsiString __fastcall DateToStr(System::TDateTime Date);

  6. TimeToStr

  将目前日期轉換為字元串對象,函數原型如下:

  AnsiString __fastcall TimeToStr(System::TDateTime Time);

  7. DateTimetoStr

  将TDateTime對象轉換為字元串對象,函數原型如下:

  AnsiString __fastcall DateTimeToStr(System::TDateTime

DateTime);

  8. StrToDate

  将字元串對象轉換為年月日對象,函數原型如下:

  System::TDateTime __fastcall StrToDate(const AnsiString S);

  9. StrToTime

  将字元串對象轉換時間對象,函數原型如下:

  System::TDateTime __fastcall StrToTime(const AnsiString S);

  10.StrToDateTime

  将字元串對象轉換為年月日時間對象,函數原型如下:

  System::TDateTime __fastcall StrToDateTime(const

AnsiString S);

  11.DateTimeToSystemTime

  将TDateTime對象轉換為作業系統時間,函數原型如下:

  void __fastcall DateTimeToSystemTime(System::TDateTime

DateTime, _SYSTEMTIME &;SystemTime);

  12.SystemTimeToDateTime

  将作業系統時間轉換為TDateTime對象,函數原型如下:

  System::TDateTime __fastcall SystemTimeToDateTime(const

_SYSTEMTIME &;SystemTime); 

繼續閱讀