代码搜索:TObject
找到约 10,000 项符合「TObject」的源代码
代码结果 10,000
www.eeworm.com/read/277114/10666821
pas unit1.pas
{: Tentacles demo, a weird use for TGLPipe.
Serves as a test for TGLPipe's ability to have a per-node color with smooth
interpolation between nodes, and as some kind of sickening modern a
www.eeworm.com/read/277112/10667225
pas unit1.pas
{: Demonstrates how to check pressed keys and allow the user to remap controls.
The panel react to the "key" written in their Caption property, default
captions react to mouse buttons. If
www.eeworm.com/read/277110/10667619
pas unit1.pas
{: This form showcases runtime object creation and framerate independant motion.
We start with an almost empty scene. The dummy cube is used as a convenient
way to orient the camera (using it
www.eeworm.com/read/275682/10801978
pas acmagn.pas
unit acMagn;
{$I sDefs.inc}
{.$DEFINE LOGGED}
interface
uses
Windows, Messages, Graphics, Forms, Menus, Classes, Controls,
ExtCtrls{$IFDEF LOGGED}, sDebugMsgs, sPanel{$ENDIF};
type
www.eeworm.com/read/275581/10810676
pas rm_insp.pas
{******************************************}
{ }
{ Report Machine v2.0 }
{ Object Inspector }
{
www.eeworm.com/read/274567/10864396
pas unit1.pas
unit unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Buttons, ExtCtrls;
type
TForm1 = class(TForm)
GroupBox1: TGroupBox
www.eeworm.com/read/271186/11004772
pas unit1.pas
unit unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Buttons, ExtCtrls;
type
TForm1 = class(TForm)
GroupBox1: TGroupBox
www.eeworm.com/read/470743/6907670
pas dropfile.pas
unit DropFile;
interface
{$include DragDrop.inc}
uses
DragDrop,
DropTarget,
DropSource,
DragDropFile,
ImgList,
Windows, Messages, SysUtils, Classes, Graphics, Controls, Form
www.eeworm.com/read/470743/6907733
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ComCtrls, ActiveX, ShellApi, ShlObj, Buttons, ExtCtrls, DropSource,
StdCtrls, DropTa
www.eeworm.com/read/465555/7049701
pas unit1.pas
//******************************************************************************
// SphereSweepAndSlide - Initial work by Dan Bartlett
// Shows how to use the FPS Movement behaviour
//--------------