代码搜索:FastScript
找到约 496 项符合「FastScript」的源代码
代码结果 496
www.eeworm.com/read/108103/6186060
pas forms.pas
{**************************}
{ FastScript v1.0 }
{ Forms demo }
{**************************}
var
f: TForm;
b: TButton;
procedure ButtonClick(Sender: TButton);
www.eeworm.com/read/338159/3320031
cpp is.cpp
/**************************}
{ FastScript v1.0 }
{ 'is' operator demo }
{**************************/
{
TObject o = new TObject;
TPersistent p = new TPersistent;
if (o is
www.eeworm.com/read/338159/3320035
cpp forms1.cpp
/**************************}
{ FastScript v1.0 }
{ Forms demo 1 }
{**************************/
// Form1 is predefined object
// - the main form of this application
{
www.eeworm.com/read/338159/3320065
js forms1.js
//**************************}
//{ FastScript v1.0 }
//{ Forms demo 1 }
//{**************************/
// Form1 is predefined object
// - the main form of this application
www.eeworm.com/read/338159/3320097
pas with.pas
{**************************}
{ FastScript v1.0 }
{ With operator demo }
{**************************}
var
f: TForm;
b: TButton;
procedure ButtonClick(Sender: TButton);
be
www.eeworm.com/read/338159/3320104
pas forms.pas
{**************************}
{ FastScript v1.0 }
{ Forms demo }
{**************************}
var
f: TForm;
b: TButton;
procedure ButtonClick(Sender: TButton);
www.eeworm.com/read/108103/6185998
cpp forms.cpp
/**************************}
{ FastScript v1.0 }
{ Forms demo }
{**************************/
TForm f;
TButton b;
void ButtonClick(TButton Sender)
{
ShowMessage(S
www.eeworm.com/read/108103/6186018
js forms.js
//**************************}
//{ FastScript v1.0 }
//{ Forms demo }
//{**************************/
var f, b;
function ButtonClick(Sender)
{
ShowMessage(Sender.Na
www.eeworm.com/read/338159/3320018
cpp if.cpp
/****************************/
/* FastScript v1.0 */
/* 'If' operator demo */
/****************************/
int i;
void OK(int n)
{
ShowMessage(n);
}
{
i = 10;
www.eeworm.com/read/338159/3320039
cpp forms.cpp
/**************************}
{ FastScript v1.0 }
{ Forms demo }
{**************************/
TForm f;
TButton b;
void ButtonClick(TButton Sender)
{
ShowMessage(S