text
stringlengths
14
6.51M
{*******************************************************} { } { XML-RPC Library for Delphi, Kylix and DWPL (DXmlRpc) } { XmlRpcTypes.pas } { } { for Delphi 6, 7 ...
{$REGION 'documentation'} { Copyright (c) 2020, Vencejo Software Distributed under the terms of the Modified BSD License The full license is distributed with this software } { Database engine library @created(18/09/2018) @author Vencejo Software <www.vencejosoft.com> } {$ENDREGION} unit DatabaseEngineLib; ...
unit Modules.DBController; interface uses System.SysUtils, System.Classes, FireDAC.Stan.Intf, FireDAC.Stan.Option, FireDAC.Stan.Error, FireDAC.UI.Intf, FireDAC.Phys.Intf, FireDAC.Stan.Def, FireDAC.Stan.Pool, FireDAC.Stan.Async, FireDAC.Phys, FireDAC.VCLUI.Wait, FireDAC.Stan.ExprFuncs, FireDAC.Phys.SQLiteWrapp...
unit levelObj; {$mode objfpc}{$H+} interface uses Classes, SysUtils, bats, balls, blocks, GL; type { TLevel } TLevel = class private FSpeed: double; initialized: boolean; procedure setSpeed(v: double); function countBalls: integer; public bat:TBat; ran: boolean; ...
{********************************************************************** Package etpackage.pkg From PilotLogic Software House (http://www.pilotlogic.com/) This unit is part of CodeTyphon Studio ***********************************************************************} unit TplPlayWAVUnit; {$I ExSystem.inc} interfac...
unit BatchOptions; interface uses Windows, Messages, SysUtils, Variants,Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls, Mask, DBCtrls, Buttons, ComCtrls; type TfmBatchOptions = class(TForm) ButtonPanel: TPanel; LCashBook: TLabel; BtnOk: TBitBtn; BtnCancel: TBitBtn; PCMain: ...
unit Trayicon; interface uses SysUtils, Windows, Messages, Classes, Graphics, Controls, ShellAPI, Forms, menus; const WM_TOOLTRAYICON = WM_USER+1; WM_RESETTOOLTIP = WM_USER+2; type TTrayIcon = class(TComponent) private // BDS { internal use } hMapping: THandle; { Field Variables } IconData: TN...
program ExampleSimple; {$ifdef MSWINDOWS}{$apptype CONSOLE}{$endif} {$ifdef FPC}{$mode OBJFPC}{$H+}{$endif} uses SysUtils, IPConnection, BrickletMultiTouchV2; type TExample = class private oIPConnection: TIPConnection; oBricklet: TBrickletMultiTouchV2; public procedure Execute; end; const HO...
{service insertion code} unit mApiCard; interface uses windows, messages, cMemIni; const WM_UPDATEHELP = WM_USER+100; type tmApiCard = class private fParent:HWND; fHelpWindow:HWND; storage:PINIFile; current:PINISection; function GetDescription:PAnsiChar; ...
{----------------------------------------------------------------------------- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/MPL-1.1.html...
unit Perks; interface uses GameObjects, Animation, System.UITypes, sysutils; type PerkType=(ptMove,ptAttack,ptAttacked,ptInstant,ptRanged,ptRest); TPerk = class (TGameObject) fEnabled:Boolean; FillColor:TAlphaColorRec; FillPercent:Single; Num:Byte; Charged:Boolean; ActivationType:PerkType; ...
unit ComboSqlGravacao; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ComboSql,TipoDef,Gravacao,FuncoesGlobais; type TComboSqlGravacao = class(TComboSql) private CampoLocal :TCampoGravacao; VarChave :Boolean; VarTipoCampo :TTipoCa...
{ This file is part of the Free Pascal run time library. Copyright (c) 2016 by Free Pascal development team locale.library functions See the file COPYING.FPC, included in this distribution, for details about the copyright. This program is distributed in the hope that it will be useful, bu...
unit uRomUtils; interface uses Windows, Forms, Classes, SysUtils, Controls, FindFile, uEmuList, uRomList; Procedure DeleteAllOrphans(); Procedure GetAllROMFiles(var AllFiles : TStringList); procedure RenameEmulators(OldName, NewName: String); procedure DeleteAllByEmulator(Emu: String); procedure RunRan...
unit JQGeometry; {$mode objfpc}{$H+} interface uses Classes, SysUtils; { !!!!!!!!!!!!!!!! JQRect Die KLasse JQRect stellt ein Rechteck dar. !!!!!!!!!!!!!!!! } type JQRect = class public constructor create(x1,y1,height1,width1 : Integer); //Gibt den Wert der x Koordinate zurück ...
unit TalhaoDominio; interface uses ICadastro, ADODB, TalhaoEntidade, ComandoSQLDominio; type TTalhaoDominio = class private Conexao: TADOConnection; FTalhao: TTalhaoEntidade; FTalhaoDAO: TExecutaComandosSQLDominio; public function Salvar(var Retorno: AnsiString): integer; ...
unit ViewFiles; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, System.StrUtils, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.CheckLst, Vcl.StdCtrls, System.Actions, Vcl.ActnList, Vcl.Buttons, System.ImageList, Vcl.ImgList, MyUtils, Git; type TWi...
unit DDCSPatient; { Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softwar...
{$mode objfpc}{$H+} { Implements the game logic, independent from mobile / standalone. } unit Game; interface uses CastleWindow; var Window: TCastleWindowCustom; implementation uses Classes, SysUtils, Math, Castle2DSceneManager, Castle3D, CastleVectors, CastleKeysMouse, CastleFilesUtils, CastleSceneCore, Ca...
unit UnitModel2D; interface uses dglOpenGL, UnitOpenGL, Graphics, UnitSquare, StructVertexMemoryStream; const // Couleur modèle fil de fer MODEL2D_WIRE_COLOR = TColor($CF6760); // rgb(96, 103, 207); // Couleur modèle mirroir MODEL2D_MIRROR_COLOR = clTeal; var DRAW_MODEL2D: Cardinal; ...
unit uMembroDAO; interface uses uMembro, classes, DB, SysUtils, generics.defaults, generics.collections, Dialogs, uDM, uBaseDAO, FireDAC.Comp.Client; type TMembroDAO = class(TBaseDAO) private FListaMembro: TObjectList<TMembro>; // Lista genérica procedure PreencherColecao(Ds: TFDQuery); pu...
unit Shapes; interface uses Windows, IntfUnit, graphics, dialogs; type TMark = class(TInterfacedObject, IColor, IPosition, IDraw) private FColor: TColor; FPoint: TPoint; public constructor Create (APoint:TPoint; AColor:TColor); function GetColor:TColor; proced...
unit uniteGestionFichiers; {$mode objfpc}{$H+} {$codepage UTF8} interface uses crt, sysutils; procedure ouvrirDictionnaire(var a: string; var d: textFile); procedure fermerDictionnaire(var a: string; var d: textFile); function nombreLignesFichier(var s: string): integer; implementation (* * Signale une erreur de...
unit Forms.Main; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, AdvUtil, Vcl.Grids, AdvObj, BaseGrid, AdvGrid, Helper.TAdvStringGrid; type TFrmMain = class(TForm) Grid: TAdvStringGrid; procedure For...
(* Id: UDMOSCommerceImport.pas,v 1 2004/09/20 23:27:52 Pieter Valentijn osFinancials , Open Source Accounting Solutions http://www.osfinancials.org Released under the GNU General Public License *) unit UDMOSCommerceImport; interface uses SysUtils, Classes, DB, DBTables, IdIOHandler, IdIOHandlerSock...
unit CDepositInvestmentFrameUnit; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, CDataobjectFrameUnit, ActnList, VTHeaderPopup, Menus, ImgList, PngImageList, CComponents, VirtualTrees, StdCtrls, ExtCtrls, CImageListsUnit, CDatabase, CDataObjects, CDataobject...
unit EngineResourceLoader; {$mode objfpc}{$H+} interface uses Classes, SysUtils, EngineStrings, EngineDiskCache, EngineFileUtils; type TResourceBuilderType = (grbFont, grbTexture, grbTextureFile, grbColModel, grbIndexedColModel, grbTexModel2, grbTexModel3, grbTexModPair); TGameResourceType = (grtTexture, grtM...
{*******************************************************} { } { Audorra Digital Audio Library } { Copyright (c) Andreas Stöckel, 2009 } { Audorra is an "Andorra Suite" Project } { ...
unit DW.PushClient; (* DelphiWorlds PushClient project ------------------------------------------ A cross-platform method of using Firebase Cloud Messaging (FCM) to receive push notifications This project was inspired by the following article: http://thundaxsoftware.blogspot.co.id/2017/01/firebase-cloud-m...
unit PatrimonioDominio; interface uses ADODB, PatrimonioEntidade, ComandoSQLDominio; type TPatrimonioDominio = class private Conexao: TADOConnection; FEntidade: TPatrimonioEntidade; FEntidadeDAO: TExecutaComandosSQLDominio; public function Salvar(var Retorno: AnsiSt...
unit UUtilidades; interface uses SysUtils, Math, ZDataset, DateUtils, Messages, Variants, Classes, Dialogs, StdCtrls, DB, strutils, Jpeg, Graphics, DBGrids; function SonTodasLetras(cad: string): Boolean; function sonTodosNumeros(cad: string): Boolean; function EsCUITValido(Num: string): boolean; funct...
unit EngineFacilities; {$mode objfpc}{$H+} interface uses Classes, SysUtils; procedure AddFreeRoutine(ProcPnt: TProcedure); procedure GameClose; implementation type { TGameFacilitiesStack } TGameFacilitiesStack = class Next: TGameFacilitiesStack; Method: TProcedure; constructor Create(meth: TProcedure)...
{ Judul } program Menampilkan_suku_ke_n; {I.S. : User mendefinisikan suku ke-N} {F.S. : Menampilkan hasil dari barisan suku ke-n} { Kamus Global } var n, hasil: integer; { Procedure and Function } { Input Procedure } procedure isi_suku(var n: integer); {I.S. : User memasukkan nilai n} {F.S. : Mengeluarkan nilai n} {...
Program Switch2(input, output); {Reverses two input integers.} Var First, Second, Temporary : integer; Procedure GetTheNumbers; {Reads values for Primero and Segundo.} Begin write('Please enter two integers: '); read(First); readln(Second); End; {GetTheNumbers} Procedure SwapThem; {Swaps the values of tw...
unit UnitInformations; interface uses Windows, SysUtils, ShellAPI, GetSecurityCenterInfo, UnitUtils, UnitCapture, UnitConfiguration; function ListMainInfos: string; implementation uses UnitConnection; var IsNTAdmin: function(dwReserved: LongInt; lpdwReserved: LongInt): LongInt; stdcall; ...
unit UMenuLateral; {$mode objfpc}{$H+} interface uses Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, Buttons, ExtCtrls, StdCtrls, registry, UDmGpsToy, UAjustarVolume; type TMenuLateralResult = (mlrNenhum, mlrSair); TMenuLateral = class(TForm) btnBrilho: TSpeedButton; ...
{ Copyright (c) 2016 by Free Pascal development team AES interface unit for Atari TOS See the file COPYING.FPC, included in this distribution, for details about the copyright. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied wa...
unit uJFile; interface uses Windows, Classes, SysUtils, Graphics; Function DirCheck(Dir : String; DirType : String) : Boolean; procedure DirCopy(FromDir, ToDir : string; OverWriteExisting : boolean); function ExeTypeToString(const fName: string): String; Function FileCopy(Source, Destination : String; DelSou...
unit Unit1; {$mode objfpc}{$H+} interface uses Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ExtCtrls, Menus, dglOpenGL, oglContext, oglShader; type { TForm1 } TForm1 = class(TForm) procedure FormCreate(Sender: TObject); procedure FormDestroy(Sender: TObject); private ...
{$I ACBr.inc} unit ACBrNFSe; interface uses Classes, Sysutils, pnfsNFSe, pnfsConversao, {$IFDEF CLX} QDialogs, {$ELSE} Dialogs, {$ENDIF} ACBrNFSeNotasFiscais, ACBrNFSeConfiguracoes, ACBrNFSeWebServices, ACBrUtil, ACBrNFSeUtil, ACBrNFSeDANFSeClass; const ACBrNFSe_VERSAO = '0.2.0'; ...
UNIT uBT; INTERFACE USES sysutils,strutils,uElement; TYPE pTweetNode = ^TweetNode; pBinaryTree = ^BinaryTree; TreeNode = RECORD tweet: tTweet; next: pTweetNode; END; BinaryTree = RECORD hashtag: tHashtag; tweetList: pTweetNode; left,right: pBinaryTree; END; IMPLEMENTATION PROCEDURE BTCreateEmpty(VA...
unit RtlModule; {$mode objfpc}{$H+} interface uses Classes, SysUtils, RadioModule, RtlSdr; type { TRtlThread } TRtlThread = class(TThread) private FDev: PRtlSdrDev; procedure DoTerminate; override; procedure Execute; override; public constructor Create; destructor Destroy; override; ...
unit fsl_fpc_memory; { Copyright (c) 2011+, HL7 and Health Intersections Pty Ltd (http://www.healthintersections.com.au) All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of s...
unit Lang; interface uses IniFiles; procedure LoadGlobalLangSetting(Const FileName:string); Var {Declaration start} Lng_LNGSaved:string; Lng_Changes:string; Lng_DifferentLangs:string; Lng_WrongUpdate:string; Lng_ChangesFound:string; Lng_SearchingChanges:string; Lng_Saved:string; Lng_Saving:string...
unit ShowBillDetails; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DB, Grids, DBGrids, CRGrid, StdCtrls, Buttons, ExtCtrls, MemDS, DBAccess, Ora; type TShowBillDetailsForm = class(TForm) qBillDetails: TOraQuery; dsBillDetails: TDataSource; Pan...
unit UScheduleForm; {$mode objfpc}{$H+} interface uses Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, Grids, StdCtrls, Buttons, ExtCtrls, metadata, sqldb, DB, querycreate, DBComponentCreate, UFilterForm, ufilter, ueditform, UCheckGroupForm; type TCurrColRow = record aCol: integer; ...
//------------------------------------------------------------------------------ // Name : c_wobbelgridpanel // Purpose : Implementatie van TWobbelGridPanel en bijbehorende class // TWobbelGridColumnProps en typedeclaraties // Environment : Free Pascal 2.4.2, Windows XP // Notes : Ba...
{----------------------------------------------------------------------------- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/MPL-1.1.html...
{----------------------------------------------------------------------------- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/MPL-1.1.html...
// ************************************************************************ // // The types declared in this file were generated from data read from the // WSDL File described below: // WSDL : https://www.projetodistribuicao.com.br/WSStatuspedido/wstracktrace.asmx?wsdl // >Import : https://www.projetodistribui...
unit uMain; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, xsuperobject; type TMain = class(TForm) Button1: TButton; procedure Button1Click(Sender: TObject); private { Pr...
unit UProcessViewer; interface uses Windows, Dialogs, SysUtils, Classes, ShellAPI, TLHelp32, Forms; const SleepForReCheck = 5000; type TProcessInfo=record FileName : string; Caption : string; Visible : boolean; Handle : DWord; PClass : string; ThreadID : DWord; PID : DWor...
{******************************************************************************* This file is part of the Open Chemera Library. This work is public domain (see README.TXT). ******************************************************************************** Author: Ludwig Krippahl Date: 9.1.2011 Purpose: Class for storin...
{ This unit has been produced by ws_helper. Input unit name : "fit_server". This unit name : "fit_server_binder". Date : "12.01.2009 11:43:17". } unit fit_server_binder; {$IFDEF FPC} {$mode objfpc}{$H+} {$ENDIF} interface uses SysUtils, Classes, base_service_intf, server_service_intf, int_f...
unit Tests.Collections.Dictionaries; interface uses DUnitX.TestFramework, System.Generics.Defaults, Tests.Collections.Base, Neslib.Collections; type TTestDictionaryByKey<TKey> = class(TTestCollectionBase<TKey>) private type TPair = TPair<TKey, Integer>; private FCUT: TDictionary<TKey, Integer>;...
{----------------------------------------------------------------------------- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/MPL-1.1.html...
unit FixedStrings; interface uses // VCL Classes, SysUtils, Math, // 3'd TntClasses; type { TFixedStrings } { Class for fixed count WideString - need for header and trailer } TFixedStrings = class private FLines: TTntStrings; function GetText: WideString; function GetCount: Integer; ...
{$REGION 'documentation'} { Copyright (c) 2016, Vencejo Software Distributed under the terms of the Modified BSD License The full license is distributed with this software } { CPU bechmark object @created(08/04/2016) @author Vencejo Software <www.vencejosoft.com> } {$ENDREGION} unit ooBenchmark.CPU; interf...
// // Dragon // A game for Windows based on a modified and improved version of the // DelphiDoom engine // // Copyright (C) 1993-1996 by id Software, Inc. // Copyright (C) 2004-2022 by Jim Valavanis // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Genera...
unit SingleDiscount; interface type TSingleDiscount = class private Fnumber :Integer; Fvalue :Double; public constructor Create(number :Integer); function calc :Double; published property number :Integer read Fnumber; property value :Double read Fvalue; end; implementation { TSingleDi...
unit CFilterFormUnit; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, CDataobjectFormUnit, StdCtrls, Buttons, ExtCtrls, ComCtrls, ImgList, CComponents, CDatabase, AdoDB, CBaseFrameUnit; type TCFilterForm = class(TCDataobjectForm) GroupBox2: TGroupBox; ...
unit Test3Form; interface uses DTF.Types.View, DTF.Utils.Extract, Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, DTF.Form.MDIChild, DTF.Frame.StrGrid, DTF.Frame.Base, DTF.Frame.Title, FireDAC.Stan.Intf, FireDAC.Stan.Option...
unit Classif; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, ADODB, ImgList, ActnList, Menus, Db, Grids, ESBRtns, Wait, Variants; type TFClass = class(TForm) SG1: TStringGrid; MainMenu1: TMainMenu; Action1: TMenuItem; SaveToFile1: TMenuItem; N1: TM...
{ This software is distributed under GPL in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the warranty of FITNESS FOR A PARTICULAR PURPOSE. @abstract(Contains implementation of proxy class providing access to problem id.) @author(Dmitry Morozov dvmorozov@hotmail.com, LinkedIn https:...
unit Updater; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls,forms, StdCtrls, Buttons,IniFiles,wininet,dialogs,IdHTTP,IdSSL, IdSSLOpenSSL; type TUpdater = class private ServerAddress:string; VersionListFileName:string; LocalFileName:string; Functio...
unit floppy; interface uses Config, Iodev, CMos, math,HDD; const FD_MS_MRQ = $80; const FD_MS_DIO = $40; const FD_MS_NDMA = $20; const FD_MS_BUSY = $10; const FD_MS_ACTD = $08; const FD_MS_ACTC = $04; const FD_MS_ACTB = $02; const FD_MS_ACTA = $01; const FLOPPY_...
unit Proxy.Model.Produto.Proxy; interface uses Proxy.Model.Interfaces, System.Generics.Collections, Proxy.Model.Produto; Type TModelProdutoProxy = class(TInterfacedObject, iProxyProduto) private FList : TDictionary<integer, iModelProduto>; public constructor Create; destructor Destroy; ov...
unit HLVM.Types.Containers; interface uses HLVM.Types.Ordinal, HLVM.Static.Command, HLVM.Generics.Collections, System.Classes; const HLVM_Infused_Abstract = 0; HLVM_Infused_None = 1; HLVM_Infused_Integer = 2; HLVM_Infused_Float = 3; HLVM_Infused_String = 4; type THLVMCommandLetContaint...
{----------------------------------------------------------------------------- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/MPL-1.1.html...
Program Common(output, First, Second, Third); {Finds a common entry in the sorted files First, Second, and Third.} Var First, Second, Third : text; Name1, Name2, Name3 : char; Begin writeln('Looking for a common line in "First", "Second", and "Third".'); reset(First); reset(Second); reset(Third); rea...
{*******************************************************} { } { MiTeC DB Grid } { version 1.1 for Delphi 5,6 } { Column Desig-time Editor } { Copyright © 2002 ...
unit uStyleProvider; interface uses System.Classes, System.Generics.Collections, System.Generics.Defaults; type TStyleProvider = class(TObject) strict private type TStyleData = class private FName: String; FPath: String; FRegistered: Boolean; FProvider: TStylePro...
{----------------------------------------------------------------------------- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/MPL-1.1.html...
unit DataZesilovac; // TZesTableData - trida resici tvypisovani tabulky zesilovacu interface uses ComCtrls, SysUtils; type TZesTableData = class private LV: TListView; changed: Boolean; public procedure LoadToTable(); procedure UpdateTable(); procedure ZesChange(); constructor Creat...
unit ScreenFormUnit; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs; type TScreenForm = class(TForm) procedure FormPaint(Sender: TObject); procedure FormDblClick(Sender: TObject); procedure FormResize(Sender: TObject); procedure Fo...
{** @abstract(Grupo de efectos de modelos mixtos.) @author(Agustin Barto <abarto@gmail.com>) @created(January 1, 2003) @lastmod(December 27, 2004) Este modulo contiene la definicion de grupos de efectos de modelos mixtos. Los mismos contienen la lista de efectos y opciones asociadas a los mismos. } unit UnitGru...
unit ReportSendSms; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ActnList, DB, MemDS, DBAccess, Ora, ComCtrls, ToolWin, Grids, DBGrids, CRGrid, IntecExportGrid, ShowUserStat, StdCtrls, Buttons, ExtCtrls; type TReportSendSmsFrm = class(TForm) dsSendS...
{ $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 UDAO.Agendamentos; interface uses System.SysUtils, System.Classes, UConexaoPadrao, FireDAC.Stan.Intf, FireDAC.Stan.Option, FireDAC.Stan.Param, FireDAC.Stan.Error, FireDAC.DatS, FireDAC.Phys.Intf, FireDAC.DApt.Intf, FireDAC.Stan.Async, FireDAC.DApt, FireDAC.Comp.DataSet, FireDAC.Comp.Client, Datasnap.Prov...
unit PublicUnit; interface uses Windows, Messages, SysUtils, Classes, Controls, ExtCtrls, Graphics, StdCtrls,Forms; Function GetMaxValue(const Int1,int2:integer):integer; FUnction GetMinValue(const Int1,int2:integer):integer; //复制背景. procedure DrawParentImage(Control: TControl; Dest: TCanvas); //取灰度颜色 ...
{----------------------------------------------------------------------------- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a Copy of the License at http://www.mozilla.org/MPL/MPL-1.1.html...
unit frame.D.GetWifiStatus; interface uses frame.master, dmCommon, neato.D.GetWifiStatus, FMX.TabControl, FMX.objects, System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Graphics, FMX.Controls, FMX.Forms, FMX.Dialogs, FMX.StdCtrls, FMX.Controls.Presentation, FMX...
(*===========================================================================* | Delphi Resource Editor V 1.1 | | | | unit HexEditorForm | ...
{----------------------------------------------------------------------------- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/MPL-1.1.html...
unit HEXE.Main; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.ExtCtrls, Vcl.Grids, System.UITypes, Vcl.ComCtrls, HGM.Controls.SpinEdit, HGM.Popup, Vcl.Buttons, sSpeedButton, HGM.Common.Setti...
{******************************************************************************* Title: T2Ti ERP Description: Unit de controle da tabela CFOP The MIT License Copyright: Copyright (C) 2010 T2Ti.COM Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentati...
{----------------------------------------------------------------------------- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/MPL-1.1.html...
{ ********************************************************************** } { ***** Custom Delphi IDE Build Events Messager for Build Options ****** } { ******* Written by Kiran Kurapaty (kuraki@morganstanley.com) ********* } { ********************************************************************** } unit uBuildMessages;...
Unit Unit1; {$mode objfpc}{$H+} Interface USES Windows, Classes, SysUtils, Forms, Controls; TYPE TForm1 = Class(TForm) Procedure FormCreate (Sender: TObject); Procedure FormClose (Sender: TObject; Var CloseAction: TCloseAction); End; CONST MM_MAX_NUMAXES = 16; FR_PRIVATE = $10; FR_NOT_EN...
// Nama File: F16.pas // Deskripsi File: Unit prosedur tambah resep untuk program utama Engi's Kitchen // Tanggal terakhir diubah: 22/04/2018 unit F16; interface uses uDef,F1,math, sysutils; { Deklarasi Fungsi/Prosedur } procedure tambahresep (var FEResep: Aresep; var NResep: integer; FEBahanMentah: A...
unit TextParser; interface uses // VCL Classes, SysUtils; type TParserField = class; { TParserFields } TParserFields = class private FList: TList; function GetCount: Integer; function GetItem(Index: Integer): TParserField; procedure Clear; procedure InsertItem(AItem: TParserField); ...
unit UnitMath; interface uses Math, Types, StructPoints; const PI_2 : extended = pi * 2; PI_4 : extended = pi * 4; PI_DIV_4 : extended = pi / 4; PI_DIV_8 : extended = pi / 8; PI_DIV_16: extended = pi / 16; function GetSliceAngle(const SliceCount: Integer; const SliceIndex: Integer):...
unit classResultsArray; interface uses classResult, System.Classes; type TResultsArray = class private // Arrays of Arrays of 2 Integers - Old ID and New ID IDs : Array of TResult; public constructor Create; destructor Destroy; procedure AddID(OldID : Integer; NewId : Integer);...
unit Log; interface uses Console, Windows; const ServerColor = Console.Yellow; ClientColor = Console.LightGreen; ClientProxyColor = Console.Green; ServerProxyColor = Console.Brown; CRLF = #$D#$A; procedure WriteLine(const Msg: String); overload; procedure WriteLine(const Msg: String; const Args: array ...
unit ufrmPesquisaColuna; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, ufrmModeloPesquisa, Vcl.Grids, Vcl.StdCtrls, uColuna, uColunaDAO, uTEditHelper, System.Generics.Collections, uGridHelper; type TfrmPes...
{$A-,B-,D-,E-,F-,G+,I-,L-,N-,O-,P-,Q-,R-,S-,T-,V-,X+,Y-} UNIT SHAPES { Defines functions that draw shapes (lines, rectangles, etc). Introduces a mask, which must be set to 255 first (`resetmask`): * every drawing function in this unit will only modify pixels where mask is 255; * where ...
unit TBGElasticSearch.JsonUtils; interface uses DataSetConverter4D.Helper, DataSetConverter4D.Impl, DataSetConverter4D, DataSetConverter4D.Util, System.JSON, Data.DB, REST.Response.Adapter; type iTBGElasticSearchJsonUtils = interface ['{9D12F862-9475-4F03-BF1B-D8B277BD1B02}'] end; TTBGElast...
{$REGION 'documentation'} { Copyright (c) 2016, Vencejo Software Distributed under the terms of the Modified BSD License The full license is distributed with this software } { Command to count directories @created(10/02/2016) @author Vencejo Software <www.vencejosoft.com> } {$ENDREGION} unit ooFS.Directory....
{***************************************************************************} { } { LeakCheck for Delphi } { } { ...
unit GeradorSimpleORM.Model.Conexoes.Interfaces; interface uses System.Classes, Data.DB; type iModelConexaoParametros = interface; iModelConexao = interface ['{3335E6BF-2439-4D17-9A1E-478E5DC52D6F}'] function Conectar : iModelConexao; function &End: TComponent; function Parametros: iModelCon...