代码搜索:AnsiString
找到约 5,210 项符合「AnsiString」的源代码
代码结果 5,210
www.eeworm.com/read/211952/15169831
pas p1623.pas
PROGRAM p1623;
VAR
part,p :Integer;
n,i,ans :Longint;
s,t :AnsiString;
PROCEDURE Make;
va
www.eeworm.com/read/385653/2587030
pas uassociativearray.pas
unit uAssociativeArray;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils;
type
PAssocArrayItem = ^TAssocArrayItem;
TAssocArrayItem = packed record
Name : AnsiString;
www.eeworm.com/read/352829/10504159
pas xmltree.pas
unit XmlTree;
interface
uses
Variants, XMLIntf;
function TreeView(XmlNode: IXMLNode; depth: Integer): AnsiString;
implementation
uses
Tabs;
function TreeView(XmlNod
www.eeworm.com/read/308406/13702662
pas rm_wawformula_iftab.pas
unit RM_wawFormula_iftab;
interface
type
rwawExcelFunctionInfo=record
FuncName: AnsiString;
iftab: Word;
VarParams: Boolean;
end;
const
wawExcelFunctionsCount = $0154
www.eeworm.com/read/250396/4431383
pas countrylist.pas
unit CountryList;
interface
uses Windows, Messages, SysUtils, Classes, StdCtrls, ExtCtrls;
procedure FillCountryCombo (Combo : TComboBox);
function GetCountryAbbr (S : AnsiString) : Ansi
www.eeworm.com/read/416410/2123790
pas rm_wawformula_iftab.pas
unit RM_wawFormula_iftab;
interface
type
rwawExcelFunctionInfo=record
FuncName: AnsiString;
iftab: Word;
VarParams: Boolean;
end;
const
wawExcelFunctionsCount = $0154
www.eeworm.com/read/286186/8783975
cpp crypt.cpp
#include "Classes.hpp"
#include "string.h"
char PW_Code[]={1,5,2,0,8,8}; //密钥数字
AnsiString Encrypt(AnsiString Pass_W){ //输入密码原文字符串
char *pass = new char[Pass_W.Length()]; //开辟一个Pass_W长度大小的字符串内
www.eeworm.com/read/283183/9037275
~cpp serialset.~cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include
#include "TypeDefine.h"
#include "CommandID.h"
#include "Se
www.eeworm.com/read/283183/9037283
cpp serialset.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include
#include "TypeDefine.h"
#include "CommandID.h"
#include "Se
www.eeworm.com/read/371954/9529047
cpp inifilehandle.cpp
/*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contain