text
stringlengths
14
6.51M
unit frm_editor; {$mode objfpc}{$H+} interface uses SysUtils, Classes, fpg_base, fpg_main, fpg_memo, fpg_panel, fpg_menu, tiSQLMgr_BOM, frm_pickdatabaseobject; type TEditorForm = class(TfpgBevel) private {@VFD_HEAD_BEGIN: EditorForm} FMemoSQL: TfpgMemo; {@VFD_HEAD_END: EditorForm}...
unit dmInversorCartera; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, dmInversor, DB, IBCustomDataSet, IBQuery, dmCartera, dmEstrategiaInterpreter; type TInversorCartera = class(TInversor) procedure DataModuleCreate(Sender: TObject); procedure Data...
{$mode objfpc} {$modeswitch objectivec2} unit CocoaUtils; interface uses SysUtils, CocoaAll; type TCocoaObject = objcclass (NSObject, NSCopyingProtocol) public m_obj: TObject; function initWithObject(_obj: TObject): id; message 'initWithObject:'; function obj: TObject; message 'obj'; private fu...
unit DIOTA.Dto.Response.GetBundleResponse; interface uses Generics.Collections, DIOTA.IotaAPIClasses, DIOTA.Model.Transaction; type TGetBundleResponse = class(TIotaAPIResponse) private FTransactions: TArray<ITransaction>; function GetTransactions(Index: Integer): ITransaction; function GetTrans...
unit Converters; interface uses System.SysUtils, System.Classes; type TConverterOption = (ExtendedMode, Indented); TConverterOptions = set of TConverterOption; TConverters = class public // Json <-> Bson converter class function Bson2Json(const ABytes: TBytes; AOptions: TConverterOption...
unit NewSKUReader; interface uses Classes, SysUtils, ComObj, CommUtils; type TNewSKUReader = class private FFile: string; ExcelApp, WorkBook: Variant; procedure Open; procedure Log(const str: string); public FList: TStringList; constructor Create(const sfile: string); des...
unit UMain; (***** Code Written By Huang YanLai *****) interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtDialogs, ExtCtrls,RepInfoIntf; type TfmMain = class(TForm,IReport) OpenDialogEx1: TOpenDialogEx; mmInfo: TMemo; Panel1: TPanel; Label...
unit gdipButton; interface uses Windows, Messages; type TBtnEventProc = procedure(h:HWND); stdcall; var ABtn : array of HWND; const bsEnabled=$0001; bsFocused=$0010; bsPressed=$0100; bsChecked=$1000; balLeft = DT_LEFT; //0 balCenter = DT_CENTER; //1 balRight = DT...
{******************************************************************************} { } { WiRL: RESTful Library for Delphi } { ...
{******************************************************************************} { } { WiRL: RESTful Library for Delphi } { ...
unit fs_iQueryListRTTI; interface uses SysUtils, Classes, fs_iinterpreter, fs_itools, fs_idbrtti, DB, obj_QueryList, FrontData_Unit; type TfsQueryListRTTI = class(TComponent); // fake component implementation type QueryList = class(TgsQueryList); type TFunctions = class(TfsRTTIModule) ...
unit RTDataThread; //{$DEFINE RealTimeData} {$UNDEF RealTimeData} interface uses IdTCPServer, Classes; type TRTDataThread = class( TIdPeerThread ) public constructor Create(ACreateSuspended: Boolean = True); override; destructor Destroy; override; procedure S...
unit KCDataAccess; interface uses Windows,Classes,IntfUtils, DBAIntf, Listeners, DBAHelper, KCDataPack, BDAImpEx; const // 日志类别 lcKCDataset = 12; lcKCDatasetDetail = 19; OneSecond = 1000; OneMinute = 60*OneSecond; MinCheckTimeOut = 5; // 检查数据是否到达的最小的超时时间(毫秒) DefaultCheckDataTimeOut = One...
unit TSTOBCell.Bin; interface Uses HsStreamEx, TSTOBCellIntf; Type IBinBCellSubItem = Interface(IBCellSubItem) ['{4B61686E-29A0-2112-AC15-41652F06CE79}'] Procedure LoadFromStream(ASource : IStreamEx); Procedure SaveToStream(ATarget : IStreamEx); End; IBinBCellSubItems = Interface(IBCellSubItems) ...
unit ui_main_menu; {$mode objfpc}{$H+} interface uses Classes, SysUtils, core_ui_controls, core_ui_base, core_texture, core_types; type TStringParamProc = procedure (s:string) of object; { TMainMenu } TMainMenu = class (TUICanvas) newGameBtn:TUIButton; //we have no access to some systems here, le...
program ej1; type str20 = string[20]; alumno = record codigo : Integer; nombre : str20; promedio : Real; end; maximo = record max : Real; nombre : str20; end; procedure leer(var alu:alumno); begin writeln('Escriba el codigo del alumno'); readln(alu.codigo); if (alu.codigo <> 0) then beg...
(*============================================================================ -----BEGIN PGP SIGNED MESSAGE----- This code (c) 1994, 1997 Graham THE Ollis GENERAL NOTES ============= This is 16bit DOS TURBO PASCAL source code. It has been tested using TURBO PASCAL 7.0. You will need AT LEAST version 5.0 ...
{ $HDR$} {**********************************************************************} { Unit archived using Team Coherence } { Team Coherence is Copyright 2002 by Quality Software Components } { } { For further ...
//******************************************************* // // Delphi DataSnap Framework // // Copyright(c) 1995-2012 Embarcadero Technologies, Inc. // //******************************************************* unit DSRestParameter; interface uses DSRestTypes,DBXValue; type TDSR...
unit EUSignCPOwnUI; { ------------------------------------------------------------------------------ } interface { ------------------------------------------------------------------------------ } uses Windows, //Classes, Controls, //Forms, EUSignCP {, Certificate, Certificates, Settings, CMSInfo, CRL, CRL...
{******************************************************************************} { } { WiRL: RESTful Library for Delphi } { ...
unit View.PedidoVenda; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, View.Template, Vcl.StdCtrls, Vcl.Buttons, Vcl.ExtCtrls, Vcl.ComCtrls, Vcl.Grids, Model; type TPedidoVendaView = class(TTemplateView) ...
{ @abstract(This file is part of the KControls component suite for Delphi and Lazarus.) @author(Tomas Krysl) Copyright (c) 2020 Tomas Krysl<BR><BR> <B>License:</B><BR> This code is licensed under BSD 3-Clause Clear License, see file License.txt or https://spdx.org/licenses/BSD-3-Clause-Clear.html. } ...
unit PDBTimeEdit; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Mask, PTimeEdit,dbctrls,db; type TPDBTimeEdit = class(TPTimeEdit) private { Private declarations } FDataLink: TFieldDataLink; FBackText: string; protected { Protected declara...
{*! * Fano Web Framework (https://fanoframework.github.io) * * @link https://github.com/fanoframework/fano * @copyright Copyright (c) 2018 Zamrony P. Juhara * @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT) *} unit SocketSvrImpl; interface {$MODE OBJFPC} {$H+} uses Sockets...
unit uDmPedidoCab; interface uses System.SysUtils, System.Classes, uDmConexao, Data.FMTBcd, Data.SqlExpr, Datasnap.Provider, Data.DB, Datasnap.DBClient, uPedidoCabModel, uPedidoItemController, System.Generics.Collections, uPedidoItemModel; type TDmPedidoCab = class(TDataModule) SQLInserir: TSQLDataSet; ...
unit CryptDecrypt; {Modulo: Encriptacion y desencriptacion de claves. Descripcion: Tiene los procedimientos necesarios para la Encripacion y desencriptacion de clave de usuario. Autor: Mauro Fecha: 05/12/02 ----------------------------------------- Modificaciones: Descricpion: Autor: Fecha: } interface function cryp...
unit tmbToolEdicaoTop; interface uses SysUtils, Classes, Controls, ToolWin, ComCtrls, ExtCtrls, Buttons, forms, StdCtrls, DBCtrls, tmbDataInspector; type TtmbEdicaoTop = class(TCoolBar) private FCria: boolean; FForm: TCustomForm; procedure SetCria(const Value: boolean); procedure SetForm(cons...
{ This unit sets up the base types and interfaces used in minneron's text display system } {$mode delphiunicode}{$h+} unit tiles; interface uses ug2d; type // a 2d rectangle made of strings ITextTile = interface (ug2d.ISize2D) function GetColorString( i : cardinal ) : string; function GetLine( i : card...
unit PrivateKeyFunctionsFrame; { ------------------------------------------------------------------------------ } interface { ------------------------------------------------------------------------------ } uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtr...
{ @abstract(Classes needed to manage the Json returned by getFormToJson JavaScript function that return all values from all fields from all HTML forms in Json format.) @author(Xavier Martinez (cadetill) <cadetill@gmail.com>) @created(August 12, 2022) @lastmod(August 14, 2022) This classes are automatic...
unit uhttp; { winted by mnt - http://codeninja.de uses ICS from http://www.overbyte.be } interface uses HttpProt, classes, sysutils, windows; type TCacheItem = record Polled: TDateTime; Content: string; ContentType: string; URL: string; end; PCacheItem = ^TCacheIt...
unit StandardApplication; interface uses Application, AbstractApplication, ApplicationServiceRegistries, ClientAccount, SysUtils, Classes; type TStandardApplication = class (TAbstractApplication) private FClientAccount: TClientAccount; FServiceRegistries: IApplicationServiceRegistri...
unit core_ui_base; {$mode objfpc}{$H+} interface uses Classes, SysUtils, stdctrls, core_types, vectorTypes,VectorGeometry,core_texture, dglOpenGL, core_material_library,fgl, core_listOfRecords ; type TUIVertex = record Pos: TAffineVector; UV: TVector2f; Col: TVector4f; end; TUIVertexBuffer =...
unit HttpConnection; interface uses Classes, SysUtils; type THttpConnectionType = (hctUnknown, hctIndy, hctWinHttp, hctWinInet, hctCustom); EHTTPError = class(Exception) private FErrorCode: integer; FErrorMessage: string; public constructor Create(const AMsg, AErrorMessage: string; con...
unit astar3d_minheap; {$mode objfpc}{$H+} interface uses Classes, SysUtils, astar3d_breadCrumb,fgl; type { TMinHeap } TMinHeap = class private listHead: TSearchNode; public function HasNext: Boolean; procedure Add(item: TSearchNode); function ExtractFirst: TSearchNode; function clea...
unit IdTestReplyRFC; interface uses IdTest, IdReplyRFC, IdObjs, IdSys; type TIdTestReplyRFC = class(TIdTest) public procedure TestFormattedReply; end; implementation procedure TIdTestReplyRFC.TestFormattedReply; var R1: TIdReplyRFC; R2: TIdReplyRFC; const CText = 'Hello, World!';...
unit uMain; { Copyright (c) 2013 Nikhil Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License, as described at http://www.apache.org/licenses/ and http://www.pp4s.co.uk/licenses/ Converted to Smart Pascal by PPS 2015...
{******************************************************************************} { } { WiRL: RESTful Library for Delphi } { ...
unit uiwin.bitmap_draw; interface uses ui.color, ui.bitmap, ui.space; procedure Bitmap32Line(ABitmap32: PBitmap32; X1, Y1, X2, Y2: Integer; Value: TColor32; L: Boolean = false); procedure Bitmap32HorzLine(ABitmap32: PBitmap32; X1, Y, X2: Integer; Value: TColor32); procedure Bitmap32VertLine(A...
unit PersonalSendCashTest; interface uses dbTest, dbMovementTest, ObjectTest; type TPersonalSendCashTest = class (TdbMovementTestNew) published procedure ProcedureLoad; override; procedure Test; override; end; TPersonalSendCash = class(TMovementTest) private function InsertDefault: integer; ov...
unit uDelegacao; interface uses System.Classes; type ICameraFotografica = interface ['{ADFA03E6-EBF9-4160-944F-0830850676FC}'] procedure TirarFoto; end; IMp3Player = interface ['{59424B32-3B0A-40FE-B568-6CD2D1401C29}'] procedure ReproduzirPlaylist; end; ITelefone = int...
unit CRSSLIOHandler; interface uses SysUtils, Classes, {$IFNDEF SBRIDGE} CRVio, CRTypes, CRFunctions, {$ELSE} ScVio, ScTypes, ScFunctions, MemUtils, {$ENDIF} {$IFDEF MSWINDOWS} ScCryptoAPIStorage, {$ENDIF} ScSSLTypes, ScSSLClient, ScBridge; type TCRSSLIOHandler = class (TCRIOHandler) private FCiphe...
unit rClrStrings; interface resourcestring rsClrBlack = 'Черный'; rsClrMaroon = 'Малиновый'; rsClrGreen = 'Зеленый'; rsClrOlive = 'Оливковый'; rsClrNavy = 'Темно-синий'; rsClrPurple = 'Фиолетовый'; rsClrTeal ...
unit DroneServiceInterface; interface uses uDrone, System.Generics.Collections; type IDroneservice = interface ['{826218AF-900E-4C5A-BF3A-BC9D7FE4F711}'] function Save(const ADrone: TDrone): IDroneService; function GetDroneList: TObjectList<TDrone>; function GetCountDrones: Integer; end; ...
(****************************************************************************** PROYECTO FACTURACION ELECTRONICA Copyright (C) 2010-2014 - Bambú Code SA de CV - Ing. Eduardo Padilla Esta clase se encarga de generar un Código de barras bidimensional QR, con base al estándar ISO/IEC 18004:2000, conteniendo los sigui...
PROGRAM minmax(input, output); VAR a : integer; b : integer; FUNCTION min(i:integer; j:integer):integer; BEGIN if i<j then min := i else min := j END; FUNCTION max(i:integer; j:integer):integer; BEGIN if i>j then max := i else max := j END; BEGIN write('nombre 1: '); readln(a); write('nombre 2: '); readln...
unit FMath3d; interface uses Windows, Math, FOpenGL, FStructure; type Matrix = PGLFLoat; // Quaternion procedure NormalizeQuaternion(var q : Float4); function QuaternionDotProduct(v0, v1 : Float4) : Float; function QuaternionSlerp(v0, v1 : Float4; t : Float) : Float4; function QuaternionToMatrix(q...
{***************************************************************************} { } { DelphiUIAutomation } { } { ...
unit AqDrop.Core.InterfacedObject; interface type IAqInterfacedObject = interface ['{CC89B6C7-D7AB-4ECD-B12B-A8A597F06153}'] function VerifyIfARCIsEnabled: Boolean; property ARCEnabled: Boolean read VerifyIfARCIsEnabled; end; /// ------------------------------------------------------...
unit edidMonitorUtils; interface uses Types, {$ifdef darwin}MacOSAll,{$endif} {$ifdef mswindows}Windows, winEdidUtils,{$endif} Classes, SysUtils, edidTypes ; type TMonitor = class public Name : string; Resolution : TSize; PhysSizeMm : TSize; // milimeters Frequenc...
unit RestTable_Unit; interface uses SysUtils, Classes, Controls, Graphics, Messages, pngimage, Buttons, Generics.Collections, Types, Windows, Menus, rfOrder_unit, jpeg, DateUtils; type TRestTableCondition = ( rtcUnknown, rtcFree, rtcFreeOther, rtcOccupied, rtcOccupiedOther,...
{ @abstract(This file is part of the KControls component suite for Delphi and Lazarus.) @author(Tomas Krysl) Copyright (c) 2020 Tomas Krysl<BR><BR> <B>License:</B><BR> This code is licensed under BSD 3-Clause Clear License, see file License.txt or https://spdx.org/licenses/BSD-3-Clause-Clear.html. } ...
unit Departments.Classes; interface uses Data.DB; type TDepartment = class private FTitle: string; FID: Integer; FIsActive: Boolean; FUpdateTime: TDateTime; procedure SetID(const Value: Integer); procedure SetTitle(const Value: string); function GetIsValid: Boolean; procedure Se...
unit Controller.Itens_Pedidos; interface uses Controller.Itens_Pedidos.Interfaces, FireDAC.Comp.Client, System.SysUtils, Data.DB, Entidades.Itens_Pedidos; type TITENS_PEDIDOS = class(TInterfacedObject,iITENS_PEDIDOS) private FConnection : TFDConnection; FQuery : TFDQuery; FDatasource : TD...
unit MainReport; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.ExtCtrls, Vcl.ComCtrls, {个人定义接口} UIWinFrame,UICallPstope, UIGuideMapDll,uIRockPress,RockPressReport, System.ImageList, Vcl.ImgList, Vcl....
unit RNetUtils; interface function GetAdapterMacAddress(const Lana: AnsiChar; out AdapterType: AnsiChar): string; function GetMacAddresses(const AdType: Integer; const Divider: string): string; function GetMacAddress: string; implementation uses SysUtils, RDialogs, Nb30; function GetAdapterMacAddress(const Lana:...
unit Unit1; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, KSHints, StdCtrls, ExtCtrls, CompGroup; type TForm1 = class(TForm) HintMan: THintMan; edText: TEdit; btnShowHint: TButton; AppearanceProxy: TAppearanceProxy; FontDialog1: TFontDialog; Co...
{******************************************************************************} { } { WiRL: RESTful Library for Delphi } { ...
unit DllFormU; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TDLLForm = class(TForm) Memo1: TMemo; Label1: TLabel; procedure FormClose(Sender: TObject; var Action: TCloseAction); procedure Memo1MouseDown(Sender: TObject; Button: TMouseBu...
unit ReportSoldParamsTest; interface uses dbTest, dbObjectTest, TestFramework, ObjectTest; type TReportSoldParamsTest = class (TdbObjectTestNew) published procedure ProcedureLoad; override; procedure Test; override; end; TReportSoldParams = class(TObjectTest) function InsertDefault: integer; overr...
unit frameBuscaFormaPagamento; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, FormaPagamento, Vcl.StdCtrls, Vcl.Buttons, Vcl.Mask, RxToolEdit, RxCurrEdit; type TBuscaFormaPagamento = class(TFrame) edtCodi...
unit UFile; interface uses SysUtils; type TElem=integer; TFile=class private f: file of TElem; FFName: string; Flast: integer; Feosec: boolean; Feofile: boolean; protected public Constructor Create(s: string); destructor Destroy; override; procedure O...
unit fmFramePreviewPatterns; interface uses krUtil, RLReport, uniTabControl, uniPageControl, uniGUIApplication, Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, fmFramePatterns, Menus, uniMainMenu, uniURLFrame, uniMenuButton, uniButton, uniBitBtn, uniGUIBaseClasse...
unit UTwoPrint; { ClickForms Application } { Bradford Technologies, Inc. } { All Rights Reserved } { Source Code Copyrighted © 1998-2007 by Bradford Technologies, Inc. } interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, ComCtrls...
unit uResources; interface uses Classes; type // item for holding results TQueryTime = class(TCollectionItem) public // ID to identify the item ThreadId: Integer; // Time for the query to open ExecutionTime: TDateTime; // Hold errors or other messages Msg: string; // Database connec...
unit Alcinoe.FMX.ErrorReporting; interface {$I Alcinoe.inc} uses system.SysUtils, system.Messaging, Alcinoe.Common; type {~~~~~~~~~~~~~~~~~~~~~~~} TALErrorReporting = class private class function CreateInstance: TALErrorReporting; class function GetInstance: TALErrorReporting; ...
unit uiwindow_wndproc_key; interface uses Windows, Messages, uiwindow; function UIWndProcW_Key(AUIWindow: PUIWindow; AMsg: UINT; wParam: WPARAM; lParam: LPARAM; var AWndProcResult: LRESULT): Boolean; implementation function WndProcW_WMChar(AUIWindow: PUIWindow;...
unit Tasker.Plugin.Host; interface type TDummy = class end; //// ---------------------------------- HOST ----------------------------------------- // // // public static class Host { // // /** // * Tell the plugin what capabilities the host support. This should be called when sending // * intents to any Ed...
Unit TextListView; Interface Uses System.SysUtils, System.Classes, Winapi.Windows, Vcl.Controls, Vcl.ComCtrls, Winapi.CommCtrl, Vcl.ImgList, Winapi.Messages, Winapi.GDIPAPI, Winapi.GDIPOBJ, Winapi.UxTheme, Vcl.StdCtrls, Vcl.Graphics; Type TTLVRecreateItem = Procedure(Sender: TObject) Of Object; TTLVItem...
unit FrogAlgo; interface uses FrogObj, Func1D, Retrieval, FrogTrace, NLO, StrategyMgr, Classes, Grids, Forms, EFieldCals, OutputCals, Results, Exper, AllCals, RunTypeU; type TFrogAlgo = class(TFrogObject) private mBestError: double; mE, mEk: TEField; mFrogI, mFrogIk: TFrogTrace; EBest:...
unit ClientMain; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, mORMot, SynCommons, Quick.ORM.Engine, Quick.ORM.RestClient, ORMDemo.Model, //unit contains Models for Demo Vcl.StdCtrls, System.Gener...
//////////////////////////////////////////////////////////////////////////////// { ClickForms Application } { Bradford Technologies, Inc. } { All Rights Reserved } { Source Code Copyrighted © 1998-2008 by Bradford Technologies, Inc. } { How this form works: -When ...
module hier_read_file; define hier_read_open; define hier_read_close; %include 'hier2.ins.pas'; { ******************************************************************************** * * Local subroutine RD_RESET (RD) * * Reset the fields of RD except for CONN to initial or default values. } procedure rd_reset ( ...
unit uImporta; interface uses ComCtrls, Classes, Forms; type TImporta = class FProgressBar: TProgressBar; function Importar: string; constructor Create(pProgressBar: TProgressBar); class function CarregarArquivo(pProgressBar: TProgressBar): string; end; implementation { TImpo...
unit Alcinoe.AndroidApi.BillingClient; interface uses Androidapi.JNI.GraphicsContentViewText, Androidapi.JNIBridge, Androidapi.JNI.JavaTypes, Androidapi.JNI.App; type {*************************} JBillingClient = interface; JBillingClient_Builder = interface; JPurchasesUpdatedListener ...
unit sgDriveriOSSDL13; //============================================================================= // sgDriveriOSSDL.pas //============================================================================= // // The iOS driver is responsible for controling iOS functions // between SDL 1.3 and SwinGame. // Notes: //===...
unit RegCool; interface const CoolEntry = 'Cool'; procedure Register; implementation uses Classes,AppearUtils,CoolCtrls,ImageFXs,VBands; procedure Register; begin RegisterComponents(CoolEntry, [TAppearances]); RegisterComponents(CoolEntry, [TCoolLabel, TCoolLabelX,TLabelOutlook, TCoolButton,TBut...
{******************************************************************************} { } { Indy (Internet Direct) - Internet Protocols Simplified } { ...
unit BkGround3; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,extctrls, ComWriUtils,ComCtrls,StdCtrls,Buttons,CheckLst,Mask,DBCtrls; type TBackGround = class(TCustomControl) private { Private declarations } //FImage : TImage; FPicture : TPicture; NULL...
unit Unit1; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, FMX.StdCtrls, REST.Utils, FMX.WebBrowser, IPPeerClient, REST.Client, REST.Authenticator.OAuth, Data.Bind.Components, Data.Bind.Objec...
unit param_edit_ctrl; interface uses Classes ,SysUtils ,tiObject ,mapper ,mvc_base ,widget_controllers ,app_mdl ,param_edit_view ; type // ----------------------------------------------------------------- // Class Objects // ----------------------------------------------------------------- ...
{ CPUTYPE - A Pascal Unit to Test the CPU Type By Mark Feldman u914097@student.canberra.edu myndale@cairo.anu.edu.au Based on an original assembly program by Robert Collins. } Unit CPUTYPE; Interface const CPU_8088 = 0; CPU_80186 =...
unit Unit1; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, FMX.ListView.Types, FMX.ListView; type TForm1 = class(TForm) ListView1: TListView; procedure FormCreate(Sender: TObject...
unit php_thread; interface uses Windows, Classes, PHPCommon, php4Delphi, PHPTypes, ZendTypes, ZENDAPI, PHPAPI, idThread, IdBaseComponent, IdThreadMgr, IdThreadMgrPool; type TPHPThread = class(TidThread) private { Private declarations } PHP : TpsvPHP; S : string; procedure Rep...
unit uClientController; interface uses System.Classes, uClient; type TClientController = class (TClientBase) private FClientModel : TClient; FListClient : TList; procedure ClearList; public constructor Create(aSender: TComponent); overload; destructor Destroy(); override; ...
unit Thubar39; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs; type TBarHStyle=(bheight1,bheight2,bheight3,bheight4,bheight5); TPRate=(PR1,PR2,PR3,PR4,PR5); THeadStrHeight=1..5; BarStrg = array [0..43] of string[22]; ChkWord = array [0..42] of Char; THUBarcode3...
unit UPassword; interface uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls, Buttons, UForms; type TPasswordDlg = class(TAdvancedForm) Label1: TLabel; Password1: TEdit; OKBtn: TButton; CancelBtn: TButton; lblConfirm: TLabel; Password2: TEdit; procedure OKBtnClick(Se...
PROGRAM PrintHello3commit(INPUT, OUTPUT); BEGIN WRITELN('Hello World'); WRITELN('!') END.
program Gomoku; uses crt,sysutils; {----------game data structure----------} const boardSize = 15; winCount = 5; defaultScrWidth = 120; defaultScrHeight = 45; type state = (p1,p2,null); game = record playTurn : state; board : array[1..boardSize,1..boardSize] of stat...
{$O+,F+} Unit PDateA20 ; Interface Uses PVar ; Procedure DateA20 ( S19 : S19Type ; Var S9 : S9Type ) ; Implementation Uses PJd8, PDayJd, Dos ; Procedure DateA20 ( S19 : S19Type ; Var S9 : S9Type ) ; Const NameMonth : Array [ 1 .. 12 ] Of String [ 3...
{==============================================================================} { OpenGL Video Renderer Software Conversion Functions } { Version 1.0 } { Date : 2010-06-22 ...
// ************************************************************************ // // The types declared in this file were generated from data read from the // WSDL File described below: // WSDL : http://localhost:9999/wsdl/ILoginWS // Encoding : utf-8 // Version : 1.0 // (4/10/2011 11:51:44 PM - 1.33.2.5) // *...
unit Q3gui; interface Uses Q3Win; var Mouse : PMouse; Window : PAppWindow; procedure InitGUI; procedure RenderGUI; procedure MouseDown; procedure MouseUp; implementation Uses Textures, OpenGL; // The windows you want to use var wMain : TWindow; wSetup : TWindow; {...
unit SQLCommandThreadUnit; interface uses Windows, SysUtils, Classes, DB, StrUtils, ZAbstractDataset, ZAbstractRODataset, DataSetOperationThreadUnit, ZDataset, ZConnection, VariantListUnit; type TSQLCommandThread = class(TDataSetOperationThread) strict protected function GetSQL...
unit UWWScore; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, Grids, StdCtrls, ExtCtrls, Buttons, Math, UBasicScore, UzLogConst, UzLogGlobal, UzLogQSO, Vcl.Menus; type TWWScore = class(TBasicScore) Grid: TStringGrid; procedure FormShow(Sender: TObject); p...
unit UTVSub; (* Copyright (c) 2002 Twiddle <hetareprog@hotmail.com> *) (* 暫定ユニット? *) interface uses Classes, Controls, Types, SysUtils, Forms, HogeTextView, UPtrStream, UDat2HTML, UXMLSub; {$IFDEF XPARSER} type (*-------------------------------------------------------*) THTML2TextView = class (...
unit Sockets; interface uses KOL, KOLSocket, Windows; type // TClientSocket - the socket that will be attached to an accept request. PClientSocket =^TClientSocket; TClientSocket = object( TObj ) protected destructor Destroy; virtual; public LVData: dword; logged: boolean; rdpipe, wrpip...
unit UMSPageControl; interface uses Classes,Windows,Controls,ComCtrls; const intFarFORWARD =integer($6fffffff); intFarBACKWARD=integer($90000000); intUNDEFINED =integer($ffffffff); type //直前の移動方向を示すタイプ TPageControlDierction=(pdUNDEFINED, pdFORWARD, pdBACKWARD); //前後キーなどで左右の端を越えようとし...
unit SendTest; interface uses dbTest, dbMovementTest, ObjectTest; type TSendTest = class (TdbMovementTestNew) published procedure ProcedureLoad; override; procedure Test; override; end; TSend = class(TMovementTest) private function InsertDefault: integer; override; public function Inser...