text
stringlengths
14
6.51M
{ DBAExplorer - Oracle Admin Management Tool Copyright (C) 2008 Alpaslan KILICKAYA This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at...
unit main; {$mode objfpc}{$H+} {$hints off} interface uses Classes, SysUtils, Forms, Controls, Graphics, Dialogs, StdCtrls, ExtCtrls, ComCtrls, ShellCtrls, Buttons, Lclintf, Windows, ShellApi; type { TMainForm } TMainForm = class(TForm) Images: TImageList; Panel1: TPanel; Panel2: TPanel; ...
unit fStatistics; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Grids, ValEdit, cMegaROM, cConfiguration; type TfrmStatistics = class(TForm) vleStatistics: TValueListEditor; cmdOK: TButton; cmdCancel: TButton; procedure FormShow(Sen...
{ Subroutine SST_W_C_DECL_SYM_DTYPE (DTYPE) * * Make sure that any symbols referenced by the data type descriptor DTYPE * are declared. } module sst_w_c_DECL_SYM_DTYPE; define sst_w_c_decl_sym_dtype; %include 'sst_w_c.ins.pas'; procedure sst_w_c_decl_sym_dtype ( {declare symbols reference by a data type} i...
{ DBAExplorer - Oracle Admin Management Tool Copyright (C) 2008 Alpaslan KILICKAYA This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at...
unit SpellRes; interface resourcestring spsVariants = 'Варианты'; spsDelete = '&Удалить'; spsChange = '&Заменить'; spsChangeAll = 'Заменить в&се'; spsSkip = '&Пропустить'; spsSkipAll = 'Пропустить &все'; spsAdd = '&Добавить'; spsCancel = '&Отмена'; spsCancelEdit = 'Отменить правку'; spsNotFound = ...
{ *************************************************************************** } { } { This file is part of the XPde project } { } ...
unit SQLAccess; interface Uses SchObject, ZClasses, ZDbcIntfs, ZCompatibility, ZDbcMySql, Windows, SysUtils, TransferFields, Classes, GenUtils; Type TConnectSpec = record sHost : String; wPort : Word; sUser : String; sP...
{ Chess Engine licensed under public domain obtained from: http://www.csbruce.com/~csbruce/chess/ } unit mod_kcchess; {$mode objfpc} interface uses Classes, SysUtils, StdCtrls, Forms, Controls, Spin, chessgame, chessmodules, chessdrawer; const HIGH = 52; WIDE = 52; SINGLE_IMAGE_SIZE = 1500; BOARD...
unit SettingsUnit; interface type TEndPoints = record const Main = 'https://www.route4me.com'; const ShowRoute = Main + '/route4me.php'; const Optimization = Main + '/api.v4/optimization_problem.php'; const Route = Main + '/api.v4/route.php'; const ResequenceRoute = Main + '/api.v3/route/reopt...
{******************************************************************************} { } { Library: Fundamentals TLS } { File name: flcTLSTests.pas ...
unit SpeedBmp; interface // Copyright (c) 1996-97 Jorge Romero Gomez, Merchise // Notes & Tips: // // - When using a SpeedBitmap's BufferPalette to perform animations remember to follow these steps: // 1.- Call SetCanvasPalette( Form.Handle, Buffer.BufferPalette ), saving the returned HPALETTE // 2.- Call ...
unit K395662507; {* [Requestlink:395662507] } // Модуль: "w:\archi\source\projects\Archi\Tests\K395662507.pas" // Стереотип: "TestCase" // Элемент модели: "TK395662507" MUID: (505C667503B3) {$Include w:\archi\source\projects\Archi\arDefine.inc} interface {$If Defined(nsTest) AND Defined(InsiderTest)} uses l3IntfU...
{ This file is part of the AF UDF library for Firebird 1.0 or high. Copyright (c) 2007-2009 by Arteev Alexei, OAO Pharmacy Tyumen. See the file COPYING.TXT, included in this distribution, for details about the copyright. This program is distributed in the hope that it will be useful, but WITH...
// ***************************************************************************** // Démineur avec Firemonkey / Minesweeper with Firemonkey // Robin VALTOT // 10/12/2016 // Contact > r.valtot@gmail.com // Website > http://r.valtot.free.fr // *************************************************************************...
unit uTela; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, uDM, Vcl.Buttons, Vcl.ExtCtrls, uFormProcesso, System.Generics.Collections, ULicencaVO, uLicencaItensVO, Data.DBXJSON, DBXJSONReflect;...
inherited dmPlanoContas: TdmPlanoContas OldCreateOrder = True inherited qryManutencao: TIBCQuery SQLInsert.Strings = ( 'INSERT INTO STWCPGTPCON' ' (CODIGO, DESCRICAO, DC, GRUPO, SUB_GRUPO, CONTA, SUB_CONTA, AN' + 'ALITICO, DT_ALTERACAO, OPERADOR, CODIGO_EXT, COD_ACESSO)' 'VAL...
{ behavior3delphi - a Behavior3 client library (Behavior Trees) for Delphi by Dennis D. Spreen <dennis@spreendigital.de> see Behavior3.pas header for full license information } unit Behavior3.Actions.Error; interface uses Behavior3, Behavior3.Core.Action, Behavior3.Core.BaseNode, Behavior3.Core.Tick; type (**...
{$REGION 'Copyright (C) CMC Development Team'} { ************************************************************************** Copyright (C) 2015 CMC Development Team CMC is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software ...
{ *********************************************************************************** } { * CryptoLib Library * } { * Copyright (c) 2018 - 20XX Ugochukwu Mmaduekwe * } { * Github Repository <https://github.co...
unit FResolucion; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls; type TResolucion_Form = class(TForm) Label1: TLabel; Label2: TLabel; Label3: TLabel; Label4: TLabel; Label5: ...
unit Androidapi.JNI.baidu.mapapi.navi; // ==================================================== // Android Baidu Map SDK interface // Package:com.baidu.mapapi.navi // author:Xubzhlin // email:371889755@qq.com // // date:2017.5.10 // version:4.3.0 // ==================================================== interface uses ...
unit Model.OcorrenciasJornal; interface type TOcorrenciasJornal = class private var FNumero: Integer; FDataOcorrencia: TDate; FCodigoAssinstura: String; FNome: String; FRoteiro: String; FEntregador: integer; FProduto: String; FCodigoOcorrencia: Integer; ...
unit vcmMessagesCollection; { Библиотека "vcm" } { Автор: Люлин А.В. © } { Модуль: vcmMessagesCollection - } { Начат: 21.02.2003 16:19 } { $Id: vcmMessagesCollection.pas,v 1.16 2014/02/18 10:01:27 lulin Exp $ } // $Log: vcmMessagesCollection.pas,v $ // Revision 1.16 2014/02/18 10:01:27 lulin // - для нес...
{ *********************************************************************************** } { * CryptoLib Library * } { * Copyright (c) 2018 - 20XX Ugochukwu Mmaduekwe * } { * Github Repository <https://github.co...
unit ActorPool; interface uses StateEngine, DistributedStates, ActorTypes, Classes, Collection, SyncObjs, Windows; type TActorPoolId = integer; type TServerActorData = class public constructor Create( anActor : IServerActor ); destructor Destroy; override; ...
{ *********************************************************************************** } { * CryptoLib Library * } { * Copyright (c) 2018 - 20XX Ugochukwu Mmaduekwe * } { * Github Repository <https://github.co...
unit K296094711; {* [Requestlink:296094711] } // Модуль: "w:\archi\source\projects\Archi\Tests\K296094711.pas" // Стереотип: "TestCase" // Элемент модели: "K296094711" MUID: (4EA95209036F) // Имя типа: "TK296094711" {$Include w:\archi\source\projects\Archi\arDefine.inc} interface {$If Defined(nsTest) AND Defined(I...
unit uChamadoDetalhes2; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.ComCtrls, uEnumerador, uChamadoController, Data.DB, Datasnap.DBClient, uChamadoColaboradorVO, uChamadoVO, System.Gener...
namespace Sugar.Test; interface uses Sugar, Sugar.IO, RemObjects.Elements.EUnit; type FolderUtilsTest = public class (Test) private FolderName: String; SubFolder: String; public method Setup; override; method TearDown; override; method &Create; method Delete; method Exists; ...
unit GX_ProcedureList; {$I GX_CondDefine.inc} interface uses SysUtils, Classes, ActnList, Dialogs, ComCtrls, ToolWin, StdCtrls, Controls, ExtCtrls, Messages, Forms, GX_EnhancedEditor, GX_ProcedureListOptions, GX_FileScanner, GX_EditReader, GX_BaseForm; const UM_RESIZECOLS = WM_USER + 523; typ...
unit DelphiTwain_VCL; {$I DelphiTwain.inc} {$IFDEF FPC} {$MODE delphi} {$ENDIF} interface uses Windows, SysUtils, Classes, Forms, ExtCtrls, Messages, Graphics, {$IFDEF FPC}interfacebase,{$ENDIF} DelphiTwain, Twain; type TOnTwainAcquire = procedure(Sender: TObject; const Index: Integer; Image: TBitmap...
unit uGUI; interface uses glr_gui; type { TArenaGUIManager } TArenaGUIManager = class GlrGuiManager: TglrGuiManager; DebugText: TglrGuiLabel; procedure Init(); procedure DeInit(); procedure Update(const dt: Double); procedure Render(); end; implementation u...
unit nsListExceptions; // Модуль: "w:\garant6x\implementation\Garant\GbaNemesis\Business\Document\nsListExceptions.pas" // Стереотип: "UtilityPack" // Элемент модели: "nsListExceptions" MUID: (55E438930369) {$Include w:\garant6x\implementation\Garant\nsDefine.inc} interface {$If NOT Defined(Admin) AND NOT Defined(M...
unit DailyAutoTest; {* Автотест с поддержкой создаваемых форм. } // Модуль: "w:\common\components\rtl\Garant\DUnit_Script_Support\DailyAutoTest.pas" // Стереотип: "SimpleClass" // Элемент модели: "TDailyAutoTest" MUID: (4E297BC401BE) {$Include w:\common\components\rtl\Garant\DUnit_Script_Support\dsDefine.inc} inter...
unit RemoveTerritoryUnit; interface uses SysUtils, BaseExampleUnit; type TRemoveTerritory = class(TBaseExample) public procedure Execute(TerritoryId: String); end; implementation procedure TRemoveTerritory.Execute(TerritoryId: String); var ErrorString: String; begin Route4MeManager.Territory.Remo...
unit FileFolders; interface uses Classes, SysUtils, Windows, MappedFiles; // Internal structure type PFileFolderHeader = ^TFileFolderHeader; TFileFolderHeader = record Count : integer; Offset : integer; end; type PFileOffsetList = ^TFileOffsetList; TFileOf...
unit homepage_dm; interface uses Windows, Messages, SysUtils, Classes, HTTPApp, WebModu, HTTPProd, ReqMulti, WebAdapt, WebForm, WebComp, MidItems, WebSess, WebDisp, CompProd, PagItems, SiteProd; type TSessionDemo = class(TWebAppPageModule) WebAppComponents: TWebAppComponents; ApplicationAdapter: TAp...
unit text_input_unstable_v1_protocol; {$mode objfpc} {$H+} {$interfaces corba} interface uses Classes, Sysutils, ctypes, wayland_util, wayland_client_core, wayland_protocol; type Pzwp_text_input_v1 = Pointer; Pzwp_text_input_manager_v1 = Pointer; const ZWP_TEXT_INPUT_V1_CONTENT_HINT_NONE = $0; // no specia...
unit Persistent; interface uses BackupInterfaces; {$M+} type TPersistent = class protected procedure LoadFromBackup( Reader : IBackupReader ); virtual; procedure StoreToBackup ( Writer : IBackupWriter ); virtual; end; {$M-} procedure RegisterBack...
unit Logger; interface uses LoggerInterface, System.SyncObjs, System.Classes, SettingsInterface, System.Generics.Collections; type TLogger = class(TComponent, ILogger) strict private procedure Add(AMessage: string; AMessageStatus: TMessageStatus); function GetAddMessageEvent: TEvent; procedure Tr...
unit DW.Firebase.InstanceId.Android; {*******************************************************} { } { Kastri Free } { } { DelphiWorlds Cross-Platform Libra...
{ $Project$ $Workfile$ $Revision$ $DateUTC$ $Id$ This file is part of the Indy (Internet Direct) project, and is offered under the dual-licensing agreement described on the Indy website. (http://www.indyproject.org/) Copyright: (c) 1993-2005, Chad Z. Hower and the Indy Pit Crew. All r...
unit HorizProgressBar; {$mode objfpc}{$H+} interface uses Classes, SysUtils, LResources, Forms, Controls, Graphics, Dialogs, ExtCtrls; type THorizProgressBar = class(TImage) private fbackpic:tpicture; fthumbpic:tpicture; fposition:integer; fmin, fmax:integer; fdown:boolean; FOnChan...
unit mcRemoteControlTypes; interface uses Classes, SysUtils; //RttiClasses; type {$TYPEINFO ON} TBaseRemoteObject = class //(TRttiEnabled) private FName: string; FOwner: TBaseRemoteObject; protected procedure AutoCreateRTTIStuff; published constructor Create(aOwner: TBa...
unit NullStream; interface uses System.Classes, System.SysUtils; type TNullStream = class(TStream) private FPosition: int64; FSize: int64; protected procedure SetSize(NewSize: Integer); override; public function Seek(const Offset: int64; Origin: TSeekOrigin): int64; overri...
unit uPlanoBackupVO; interface uses System.Generics.Collections; type TPlanoBackupItensVO = class private FHora: TTime; FId: Integer; FStatus: Boolean; FPlanoBackup: Integer; procedure SetHora(const Value: TTime); procedure SetId(const Value: Integer); procedure SetPlanoBackup(const...
unit F1_Application_Template_InternalOperations_Controls; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // // Библиотека "View" // Модуль: "w:/garant6x/implementation/Garant/GbaNemesis/View/F1_Application_Template_InternalOperations_Controls.pa...
unit arArchiTestsAdapter; {* Обертки для вызова функциональности из Арчи } // Модуль: "w:\archi\source\projects\Archi\Archi_Insider_Test_Support\arArchiTestsAdapter.pas" // Стереотип: "UtilityPack" // Элемент модели: "arArchiTestsAdapter" MUID: (4DE60853015A) {$Include w:\archi\source\projects\Archi\arDefine.inc} i...
{******************************************************************************} { } { Delphi FB4D Library } { Copyright (c) 2018-2023 Christoph Schneider ...
unit uCliente; interface type TCliente = class(TObject) private FCLI_ENDERECO: String; FCLI_ESTADO: String; FCLI_TELEFONE: String; FCLI_RAZAO: String; FCLI_PDV: Integer; FCLI_TIPOPESSOA: String; FCLI_BAIRRO: String; FCLI_EMAIL: String; FCLI_...
unit uPrincipal; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.Menus; type TfrmPrincipal = class(TForm) MainMenu1: TMainMenu; Cadastro1: TMenuItem; Alunos1: TMenuItem; Professores1: TMenu...
unit uPenjualan; interface uses uModel, System.Generics.Collections, uSupplier; type TPenjualan = class; TPenjualanItem = class(TAppObjectItem) private FBarang: TBarang; FBarangSatuangItemID: string; FDiskon: Double; FHarga: Double; FJenisHarga: string; FKonversi: Double; FPenju...
unit UXdrzClasses; interface uses ExtCtrls, SysUtils, Forms, Controls, dialogs; type TTabuleiro = class(TOBject) private tTabGeral: array [1..8,1..8] of integer; // 0 - vazio; 1 - ocupado tTabPeca: array[1..8,1..8] of integer; //armazena o codigo da peca em sua posicao ...
unit Solid.Samples.ISP.Office.Ok; interface type { IFaxDevice } IFaxDevice = interface ['{344C94E0-8962-409C-AC88-FCE9B4068073}'] procedure Fax(Document: TObject; const ANumber: string); end; { IPrinterDevice } IPrinterDevice = interface ['{FE0FC77A-1A22-452B-9813-3C5D7F01485...
unit GX_IdeInstallPackagesEnhancer; interface uses SysUtils; type TGxIdeInstallPackagesEnhancer = class public class function GetEnabled: Boolean; // static; class procedure SetEnabled(const Value: Boolean); //static; end; implementation uses GX_IdeFormEnhancer, GX_OtaUtils, ...
unit TTSDIVITable; interface uses Classes, DB, DBISAMTb, SysUtils, DBISAMTableAU, DataBuf; type TTTSDIVIRecord = record PLenderNum: String[4]; PDivisionNum: String[8]; PModCount: Integer; PDivisionName: String[25]; End; TTTSDIVIBuffer = class(TDataBuf) protected func...
unit ADC.ComputerEdit; interface uses System.SysUtils, System.StrUtils, Winapi.ActiveX, JwaActiveDS, ActiveDS_TLB, Winapi.Windows, System.Variants, ADC.Types, ADC.LDAP, ADC.AD, ADC.Common, System.RegularExpressions; type TMACAddrFormat = (gfSixOfTwo, gfThreeOfFour); TMACAddrSeparator = (gsDot, gsColon, gsH...
{ $Project$ $Workfile$ $Revision$ $DateUTC$ $Id$ This file is part of the Indy (Internet Direct) project, and is offered under the dual-licensing agreement described on the Indy website. (http://www.indyproject.org/) Copyright: (c) 1993-2005, Chad Z. Hower and the Indy Pit Crew. All rights reserv...
{ A generic library for playing sound with modular backends In the future it might be extended to be able to modify and save sound files in multiple formats too. Copyright: Felipe Monteiro de Carvalho 2010-2011 } unit fpsound; {$mode objfpc} interface uses Classes, SysUtils; type TSoundDocument = class; TS...
unit group1; interface uses crt,IOunit; const MAXGRPLEN = 14; MAXGRP = 40; type grouprectype = record index:integer; name:string[MAXGRPLEN] end; grouptype = record size:integer; data:array[1..MAXGRP] of grouprectype end; itype = 0..39; ...
unit FMXComponentsDemoMain; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Objects, FMX.Layouts, FMX.StdCtrls, FMX.Controls.Presentation, FMX.ScrollableList, FMX.RatingBar, FMX.Ani, FMX.CircleScoreIndicator, FMX.TabContr...
unit InfoXPULLTable; interface uses Classes, DB, DBISAMTb, SysUtils, DBISAMTableAU, DataBuf; type TInfoXPULLRecord = record PItemNumber: String[1]; PSI: String[2]; PDescription: String[20]; PAbbreviation: String[12]; PModCount: SmallInt; End; TInfoXPULLClass2 = class ...
unit Favorites; interface uses Collection, Persistent, BackupInterfaces; type TFavItem = class( TPersistent ) public constructor Create( anId, aKind : integer; aName, aInfo : string ); destructor Destroy; override; private fId : integer; ...
unit InfoLOANTable; interface uses Classes, DB, DBISAMTb, SysUtils, DBISAMTableAU, DataBuf; type TInfoLOANRecord = record PLender: String[4]; PLoanNumber: String[18]; PModCount: SmallInt; PShortName: String[15]; PBranch: String[6]; PName: String[30]; PAddress1: String...
unit D3DXErr; //---------------------------------------------------------------------- // // d3dxerr.pas -- 0xC code definitions for the D3DX API // // Copyright (c) 1991-1999, Microsoft Corp. All rights reserved. // //---------------------------------------------------------------------- interface ...
unit uGeneral; interface uses crt,sysutils,uJadwal,uTanggal,uMember,uKapasitas,uFilm,uKata; const Nmax = 1000; type Pemesanan = record No : integer; Nama : string; Tanggal, Bulan, Tahun : integer; Jam : string; Jumlahkursi : integer; Total : longint; Jenis : string; end; type dbPemesanan = r...
{*********************************************************************************************************************** * * TERRA Game Engine * ========================================== * * Copyright (C) 2003, 2014 by SÚrgio Flores (relfos@gmail.com) * ***************************************************...
unit uRecadoVO; interface uses System.SysUtils, uKeyField, uTableName, uClienteVO, uUsuarioVO, uTipoVO, uStatusVO, System.Generics.Collections; type [TableName('Recado')] TRecadoVO = class private FIdStatus: Integer; FIdUsuarioDestino: Integer; FFantasia: string; FHoraFinal: TTime; FHor...
unit InfoLENDERTable; interface uses Classes, DB, DBISAMTb, SysUtils, DBISAMTableAU, DataBuf; type TInfoLENDERRecord = record PLenderID: String[4]; PModCount: SmallInt; Pclient: String[3]; PSystemType: String[1]; Pstatus: String[1]; PNetStatement: String[1]; Pname: St...
unit Converter; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ComCtrls, Defines, StringFunctions; type TMainForm = class(TForm) FileBox: TListBox; LogBox: TListBox; IndividualProgressBar: TProgressBar; OverallProgressBar: TProgres...
unit coinData; interface uses System.IOUtils, sysutils, StrUtils, System.classes, FMX.Graphics, base58, FMX.Dialogs, WalletStructureData, Nano; function CreateCoin(id, x, y: Integer; MasterSeed: AnsiString; description: AnsiString = ''): TWalletInfo; function getCoinIconResource(id: Integer): TStream; functio...
unit ce_project; {$I ce_defines.inc} interface uses {$IFDEF DEBUG} LclProc, {$ENDIF} Classes, SysUtils, process, strUtils, ce_common, ce_writableComponent, ce_dmdwrap, ce_observer; type (******************************************************************************* * Represents a D project. * * It in...
unit Com_Sync; interface uses Windows, Classes, SyncObjs; type TSyncObj = class(TObject) private FOwnerThread : Cardinal; FAcquireCount : Integer; FName : String; FNoProcessEvents : Boolean; function _Acquire(Timeout : Cardinal) : Boolean; virtual; abstract; procedure _Release; virtual;...
unit iocp_baseModule; interface uses SysUtils, Classes, DB, DBClient, Provider, IniFiles, Variants, iocp_base, iocp_sockets, http_objects, iocp_msgPacks, iocp_WsJSON; type // 数模基类 // 开发时从本数模继承子类,在以下事件(属性)中操作数据库: // OnApplyUpdates、OnExecQuery、OnExecSQL、OnExecStoredProcedure // OnHttpExecQuery、OnHttpE...
{ MIT License Copyright (c) 2017 Marcos Douglas B. Santos Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, mo...
unit K623486769_5; {* [Requestlink:623486769] } // Модуль: "w:\common\components\rtl\Garant\Daily\K623486769_5.pas" // Стереотип: "TestCase" // Элемент модели: "K623486769_5" MUID: (574EAFD002C5) // Имя типа: "TK623486769_5" {$Include w:\common\components\rtl\Garant\Daily\TestDefine.inc.pas} interface {$If Defined...
unit RSTreeView; { *********************************************************************** } { } { RSPak Copyright (c) Rozhenko Sergey } { http://sites.google.com/site/sergroj/ ...
unit OAuth.GMail; interface uses Quick.OAuth, Quick.HttpServer.Request; type TOAuthGMail = class (TOAuthBase) private fClientID: string; fSecretID: string; protected function CreateAuthorizationRequest: string; override; function CreateAuthToAccessRequest (const aAuthToken: string): string;...
unit Atributos; interface uses Base, Rtti, System.Classes; type // TTipoCampo = (tcNormal, tcPK, tcRequerido); TCamposAnoni = record NomeTabela: string; Sep: string; PKs: TResultArray; TipoRtti: TRttiType; end; TFuncReflexao = reference to function(ACampos: TCamposAnoni): Integer; AttT...
unit dcBooleanEdit; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, LMDCustomControl, LMDCustomPanel, LMDCustomBevelPanel, LMDBaseEdit, LMDCustomEdit, FFSMaskEdit, dcEdit; type TdcBooleanEdit = class(TdcEdit) private FTestString: string; FString...
PROGRAM d5a; USES sysutils; FUNCTION answer(filename:string) : string; VAR f: text; l: string; i, amt, src, dest: integer; stack: array[1..9] of string; BEGIN answer := ''; FOR i := 1 TO 9 DO stack[i] := ''; assign(f, filename); reset(f); WHILE not eof(f) DO BEGIN {read ...
unit uTabelaPrecoVO; interface uses System.SysUtils, uTableName, uKeyField, System.Generics.Collections, uProdutoVO, uStatusVO, uTipoVO, uModuloVO; type [TableName('TabPreco_Modulo')] TTabPrecoModuloVO = class private FIdTabPreco: Integer; FIdModulo: Integer; FId: Integer; FModulo: TModuloV...
unit mainForm; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, uCEFWinControl, uCEFChromiumWindow, Vcl.StdCtrls, Vcl.ExtCtrls; type TForm0 = class(TForm) TopPanel: TPanel; UrlEdit: TEdit;...
unit MapTypes; interface uses Windows, Classes, Graphics, GameTypes, LanderTypes, Protocol, VoyagerServerInterfaces, Circuits, CircuitsHandler, Land, LocalCacheTypes; const cBasicZoomRes : TZoomRes = zr32x64; cBasicRotation : TRotation = drNorth; type TZoomFactor = record m...
unit AddressNoteActionsUnit; interface uses SysUtils, Classes, BaseActionUnit, DataObjectUnit, NoteParametersUnit, AddressNoteUnit, IConnectionUnit, AddNoteFileResponseUnit, EnumsUnit; type TAddressNoteActions = class(TBaseAction) private FRoute4MeManager: IUnknown; //IRoute4MeManager; public ///...
unit osAppResources; interface uses Classes, SysUtils, Forms, osUtils; type TResourceType = (rtEdit, rtQuery, rtReport, rtOther); { TosAppResource } TosAppResource = class(TCollectionItem) private FDescription: string; FFilterDefName: string; FName: string; FResClass: T...
{ Copyright (C) 2013-2018 Tim Sinaeve tim.sinaeve@gmail.com This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. ...
{----------------------------------------------------------------------------- VertSB (historypp project) Version: 1.0 Created: 25.03.2003 Author: Oxygen [ Description ] Reimplementation of TControlScrollBar for use with THistoryGrid to make scrolling much better. Sets Page for scrollbar to...
unit WPObj_Annotation; //****************************************************************************** // WPTools V5 - THE word processing component for VCL and .NET // Copyright (C) 2004 by WPCubed GmbH and Julian Ziersch, all rights reserved // WEB: http://www.wpcubed.com mailto: support@wptools.de //********...
unit ZMCollector; // ZMCollector.pas - Collects files that hunter finds (* *************************************************************************** TZipMaster VCL originally by Chris Vleghert, Eric W. Engler. Present Maintainers and Authors Roger Aelbrecht and Russell Peters. Copyright (C) 1997-2002 Chris Vleg...
unit l3LogicalArray; { Библиотека "L3 (Low Level Library)" } { Автор: Люлин А.В. © } { Модуль: l3LogicalArray - } { Начат: 30.05.2005 16:30 } { $Id: l3LogicalArray.pas,v 1.9 2015/03/24 15:08:15 voba Exp $ } // $Log: l3LogicalArray.pas,v $ // Revision 1.9 2015/03/24 15:08:15 vo...
// This unit gives the program the capabiliy to have this variables in multiple units. // Esta unidade permite nos ter variaveis para serem usadas em todas as units. unit GlobalVariables; interface // screenrec record is used to stone position and size of the screen. // recorde screenrec é usado par...
unit SieveOfEratosthenes; // siehe: http://www.delphipraxis.net/topic90577_primzahlen+im+intervall+2+n+ermitteln.htm interface uses Classes; type TSieveOfEratosthenes = class(TPersistent) private fMaxValue: Cardinal; fSieve: TBits; fPrimes: array of Cardinal; fPrimesFo...
program TFTP_Template; {$mode objfpc}{$H+} { Advanced example - Template } { } { This example shows how to create webserver and TFTP server with remote shell } { This version is for Raspberry Pi 2B an...
unit K569230238_EVD2EVD; {* [RequestLink:569230238] } // Модуль: "w:\common\components\rtl\Garant\Daily\K569230238_EVD2EVD.pas" // Стереотип: "TestCase" // Элемент модели: "K569230238_EVD2EVD" MUID: (5492DC8502F9) // Имя типа: "TK569230238_EVD2EVD" {$Include w:\common\components\rtl\Garant\Daily\TestDefine.inc.pas} ...
unit UAccessGroup; interface uses Classes, UAccessBase, UAccessContainer, CheckLst; type TSAVAccessGroup = class(TSAVAccessContainer) private FPriority: Integer; procedure SetPriority(const Value: Integer); //function UserAdd(const aSID: string): Boolean; protected public proper...
{$MODE OBJFPC} program DoubleTours; const InputFile = 'WALK.INP'; OutputFile = 'WALK.OUT'; maxN = 10;//100000; maxM = 10;//100000; maxC = 2000000000; maxD = maxN * maxC; type TEdge = record x, y: Integer; w: Integer; selected: Boolean; end; THeap = record nItems: Integer; items: a...
unit Main; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, Buttons, ExtCtrls, IniFiles, Misc, SensorTypes, Menus, DdhAppX, ImgList, StdCtrls, ArchManThd; type TFormReplay = class(TForm) AppExt: TDdhAppExt; TrayPopupMenu: TPopupMenu; pmiClose: TMenuItem; ...
unit MainUnit; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, CP.AudioBuffer, CP.Def, CP.AudioProcessor, CP.Image, CP.Filter, CP.IntegralImage; type TAPITestForm = class(TForm) btnTestAudioProcessor: TButton; Memo: TMem...