//ʾ
//Ϊʾʹ
//Ϊʾĵԭ
//delphiʵֵԴμPlugin_Demo_Source.rar

//˵ĵ涨£
//"::"+"" Ϊһ˵ĿʼһΪ˵
//ͬһ˵֮вУɲμ˵ʽ
//ںԭУÿ֮ʹ÷ֺ";"ָ
//ڱ༭ʱõֺ֧Ĳʾ

::Min
function Min(n1:float; n2:float; n3:float; ....): float;
n1,n2,n3,...һϵҳСһ

::GetTickCount
function GetTickCount() : integer;
ȡϵͳĺ

::AsciiToChar
function AsciiToChar(AsciiCode:integer) : string;
ָAsciiתɶӦַ

::CharToAscii
function CharToAscii(Char:string) : integer;
ַָתɶӦAscii

::UpperCase
function UpperCase(str:string) : string;
ַָתȫд

::ShowMsg
function ShowMsg(msg:string) : string;
ԻʾָϢ

::GetSubStr
function GetSubStr(str:string; Index:integer; Count:integer): string;
strIndexʼCountַӴ
: GetSubStr("123456789",2,3)  -> ֵΪַ"234"

::GetMousePos
procedure GetMousePos(var x:integer; var y:integer);
ȡǰ(xy)ֵڱxy
