代码搜索:TObject

找到约 10,000 项符合「TObject」的源代码

代码结果 10,000
www.eeworm.com/read/277165/10657280

pas caipuquery.pas

unit caipuquery; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, Buttons, StdCtrls, Grids, DBGrids,db, ADODB; type TFrmCaiPuQuery =
www.eeworm.com/read/277165/10657444

pas zhangdianquery.pas

unit zhangdianquery; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, Grids, DBGrids, StdCtrls, Buttons, DB, ADODB, DBCtrls; type TF
www.eeworm.com/read/277165/10657516

pas caipin.pas

unit caipin; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Grids, DBGrids, Mask, DBCtrls, Buttons, ExtCtrls,db; type TF
www.eeworm.com/read/277114/10666867

pas unit1.pas

{: Dynamic sample for the ExtrusionSolid. In this sample we extrude a complex solid made of an outer star-like contour and an inner square cutout that is moves around. The TGLExtrusionSol
www.eeworm.com/read/277112/10667136

pas unit1.pas

{: Using the TJoystick to retrieve joystick position. The component make it fairly easy to get this info. The first method is to use the events, the second it use its properties.
www.eeworm.com/read/277112/10667245

pas unit1.pas

{: This sample demonstrates use of the TAVIRecorder to create an AVI file. The animation is taken from the "Hierarchy" sample, all the recording takes place in Button1Click. Be a
www.eeworm.com/read/277112/10667288

pas unit1.pas

{: Sample screen-saver for GLScene using TScreenSaver. I've kept the OpenGL stuff to a minimum here, the saver is just animating a cube on your screen, with 3 colored dancing light source. Al
www.eeworm.com/read/277112/10667294

pas unit2.pas

{: Properties dialog for the GLScene screensaver sample. Here is some basic interface and animation stuff showcased in other GLScene samples. The selection/hot mechanism is a little different
www.eeworm.com/read/277110/10667524

pas unit1.pas

{: Moving objects with the mouse. In this demo you can move the two cubes around by picking and dragging them. This showcases the use of ScreenVectorIntersectXxxx functions. You
www.eeworm.com/read/277110/10667540

pas unit1.pas

{: This demo is a remake of good old pong game... Aim of the game is to prevent the ball from bouncing out of the board, each time the ball bumps on your pad you score a frag (er... point ;).