text
stringlengths
14
6.51M
unit WriteIPDL; interface uses SysUtils, Forms, contnrs, AnePIE, WriteModflowDiscretization, OptionsUnit; type TParticleIndicies = record LayerCountName: string; RowCountName: string; ColCountName: string; LayerCountIndex: ANE_INT16; RowCountIndex: ANE_INT16; ColCountIndex: ANE_INT16; end...
{***********UNITE************************************************* Auteur ...... : N. ACHINO Créé le ...... : 21/11/2002 Modifié le ... : 22/11/2002 Description .. : Source TOF de la FICHE : MBO/AFFCDESELECT Mots clefs ... : TOF;MBOAFFCDESELECT;AFFCDE *****************************************************************} ...
unit UJSONParameters; //////////////////////////////////////////////////////////////////////////////// // This unit introduces TJSONParameters, which allows for saving and loading // parameters to a JSON format. If a parameter is saved to a position (a path) // that already exists, then that parameter is saved to ...
unit TRREPAREDOSSIER_TOF; {------------------------------------------------------------------------------------- Version | Date | Qui | Commentaires -------------------------------------------------------------------------------------- 7.06.001.001 07/11/06 JP Création de l'unité : Elle a pour but de rép...
unit SqlThreadUnit; interface uses Winapi.Windows, System.SysUtils, System.Classes, System.StrUtils, System.Win.ComObj, Data.DB, Data.Win.ADODB, WinApi.ADOInt, Vcl.Dialogs, Vcl.ComCtrls, ConstUnit, Variants, ThreadUnit, StringGridsUnit, StringGridExUnit, ExtScrollingWinControlUnit; type TSqlThre...
unit uVersionXml; interface uses Winapi.Windows, System.Classes, System.Types, System.AnsiStrings, System.SysUtils, System.IOUtils; procedure GenerateXml(const location : String); function GetVersion(sFileName:string): string; implementation const xml = '<?xml version="1.0" encoding="UTF-8" standalone="no"?>' + #1...
unit WellDataUnit; interface {WellDataUnit defines the form used when importing well data into a model and the PIE function used to import the data.} uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, Clipbrd, StdCtrls, Grids, ArgusDataEntry, Buttons, ExtCtrls, AnePIE; type EUnmat...
{***********UNITE************************************************* Auteur ...... : Jean Pastéris Créé le ...... : 20/06/2003 Modifié le ... : / / Description .. : Source TOF de la FICHE : CPAFFLISTRUB () Mots clefs ... : TOF;CPAFFLISTRUB *****************************************************************} Unit CPAFFL...
unit dbrowserAlt; interface function SelectDirectoryEx(hOwn: integer; var Path: string; Caption, RootDir: string; uFlag: cardinal = $25): Boolean; function BrowseforFile(Handle: integer; Title: string; Filename: string): string; implementation //...show the select directory dialog and sepeify the initial directory...
unit UUserForm; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Data.DB, Vcl.ExtCtrls, Vcl.StdCtrls, Vcl.DBCtrls, Vcl.WinXCalendars, Vcl.Mask, Vcl.Grids, Vcl.DBGrids; type TfrmUser = class(TForm) pnlHe...
{============================================================================== _ ve'va'CHe __ _(_)_ ____ _ ___ ___ ™ \ \ / / \ \ / / _` |/ __/ _ \ \ V /| |\ V / (_| | (_| __/ \_/ |_| \_/ \__,_|\___\___| game toolkit Copyright © 2020 tinyBigGAMES™ LLC All rights re...
program PointerStackExample; {EXPSTACK.PAS} uses OpRoot; type {An object for manipulating Name and Age} NameDataPtr = ^NameData; NameData = object(Root) Name : String[20]; Age : Byte; constructor Init; procedure Display; end; var NamePtr : NameDataPtr; NamePtrStack : Pointer...
// Project: FTEditor (Fielded Text Editor) // Licence: Public Domain // Web Home Page: http://www.xilytix.com/FieldedTextEditor.html // Initial Developer: Paul Klink (http://paul.klink.id.au) unit Xilytix.FTEditor.SequencePropertiesFrame; interface uses Windows, Messages, SysUtils, Variants, Classes, Gra...
unit unDmPrincipal; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, unCustomDataModule, Db, SDEngine, ArtDatabase, AnsiSQL, LogFile, unART; type TdmPrincipal = class(TdmCustomDataModule) protected function ConfigureDataBase: Boolean; override; public propert...
unit u508Button; interface uses SysUtils, Windows, Classes, Controls, StdCtrls, Messages, Forms, VA508AccessibilityManager, VAUtils; type //Add dynamic 508 support to the buttons (should be global to CPRS) TButton = class(StdCtrls.TButton) private fMgr: TVA508AccessibilityManager; f508Label: TVA508...
unit test_56_RunInvoke; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, OtlTaskControl, OtlComm; const WM_LOG = WM_USER; type TfrmRunInvokeTester = class(TForm) BtnLongWay: TButton; BtnShortWay: TButton; LBLog: TListBox; proce...
unit Connection.Intf; interface type IConnectionContent = interface procedure SetInformation(const Text: string); procedure SetException(const Text: string); procedure SetOK(const Text: string); end; implementation end.
unit Merkury206; {$mode objfpc}{$H+} interface uses Classes, SysUtils, LazSerialPort, LazSerial,valedit; type { TM206 } TM206 = class constructor Create(Port: string; speed: TBaudRate; Sender: TComponent); destructor destroy(); private SerialNomer:array of string; LSerial: TLazSerial...
unit ConfiguracoesECommerce; interface uses SysUtils, Contnrs; type TConfiguracoesECommerce = class private Fcodigo :Integer; Ftoken :String; Furl_base :String; Fcod_tabela_preco :Integer; FIntervalo_verificacao: SmallInt; FCodigo_representante: integer; FCodigo_empresa: integer; ...
{ TComputerSystemInfo Component Version 3.0 - Suite GLibWMI Copyright (©) 2020, by Germán Estévez (Neftalí) La clase Win32_ComputerSystem representa el sistema operativo de un equipo en un entorno Win32. Utilización/Usage: (ES) Basta con "soltar" el componente y activarlo. (EN) Place the component in the form and a...
unit Main; interface uses Windows, Messages, SysUtils, Classes, Controls, Forms, StdCtrls; type TMainForm = class(TForm) cmLocal: TButton; cmEnglish: TButton; Label1: TLabel; procedure cmEnglishClick(Sender: TObject); procedure cmLocalClick(Sender: TObject); private { Pri...
unit CalculateSutraAngles; interface uses AnePIE, FunctionPie; procedure CalculateAngle1(const refPtX : ANE_DOUBLE_PTR; const refPtY : ANE_DOUBLE_PTR; numParams : ANE_INT16; const parameters : ANE_PTR_PTR; funHandle : ANE_PTR; reply : ANE_PTR); cdecl; procedure CalculateAngle2(const refPtX : ANE_DOUBLE_PT...
unit ReadPhalanxScan_fullhtml_betauni; interface uses Classes, IniFiles, Contnrs, OGame_Types, creax_html, parser, windows, ReadReport_Text, readsource, regexpname; const ThtmlPhalanx_inisection = 'html_phalanx'; type ThtmlPhalanx_fligthclass = (hpfc_none, hpfc_return, hpfc_flight); ThtmlPhal...
unit ACMConvertor; interface uses Classes, Messages, Windows, Forms, SysUtils, Controls, MSACM, MMSystem; type EACMConvertor = class(Exception); // TMandatorySetting = (msFormatTag, msChannels, msSamplesPerSec, msBitsPerSample); // TMandatorySettings = set of TMandatorySetting; TACMWaveFormat ...
unit commtypes; interface uses System.Classes; type {: Sequence of bytes. @seealso(TCommPortDriver) @seealso(TIOPacket) } //BYTES = array of Byte; TByteArray = array of Byte; //pByteArray = ^TByteArray; TIOBuffer = array [0..260] of Byte; {: @name define the commands ...
unit RepositorioMateria; interface uses DB, Auditoria, Repositorio; type TRepositorioMateria = class(TRepositorio) protected function Get (Dataset :TDataSet) :TObject; overload; override; function GetNomeDaTabela :String; override; function GetIdentif...
unit UPadraoOkCancel; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, UPadrao, StdCtrls, ExtCtrls, Buttons, ActnList, ImgList, jpeg, System.Actions, System.ImageList; type TTipoFormulario = (tfOk, tfOkCancel); TFPadraoOkCancel = class(TFPadrao) pnlRod...
namespace RemObjects.SDK.ApplePushProvider; interface uses System.Collections.Generic, System.Globalization, System.IO, System.Linq, System.Security.Cryptography.X509Certificates, System.Text, System.Xml, System.Xml.Linq, System.Xml.Serialization, RemObjects.SDK.Types; type P...
unit DW.SymbolScanner.Android; {*******************************************************} { } { Kastri } { } { Delphi Worlds Cross-Platform Library ...
unit uEditPanel; {$mode objfpc}{$H+} interface uses Classes, SysUtils, LResources, Forms, Controls, Graphics, Dialogs, ExtCtrls, StdCtrls; type TEditState = (esDisplay, esEdit); { TEditPanel } TEditPanel = class(TCustomPanel) private FEditState: TEditState; FEventsActive: bool...
{*******************************************************} { } { Vladimir Gaitanoff Delphi VCL Library } { VCL registration } { } { Copyright (c) 1...
unit uPC; interface uses uConst, uColor, uTypes; type TPC = record Name: string; TitleID: Integer; RaceID: Integer; ClassID: Integer; X: Integer; Y: Integer; Z: Integer; T: Integer; V: Integer; IsBook: Boolean; IsCraft: Boolean; IsAlchemy: Boolean;...
unit uConstantes; //jcf:format=off interface type TTipoSistema = (tsTodos, tsPG, tsSG, tsMP); TTipoSistemaDesc = (Nenhum, PG5, SG5, SIG); TenTipoArquivoMVP = (taNaoMVP, taModelAPI, taPresenterAPI, taViewAPI, taModel, taPresenter, taViewFrame, taViewPanel, taViewForm, taView, taBuilder, taParamsBuild, ...
{******************************************************************************} {* DCPcrypt v2.0 written by David Barton (crypto@cityinthesky.co.uk) **********} {******************************************************************************} {* A file encryption/decryption demo with Thread*****************************...
unit lplclsystem; {$mode objfpc}{$H+} interface uses Classes, SysUtils, lpcompiler, lptypes, ulpClassHelper; type PComponent = ^TComponent; PComponentState = ^TComponentState; PComponentName = ^String; PPersistent = ^TPersistent; PStrings = ^TStrings; PStream = ^TStream; PHandleStream=^THandleStream...
unit uClientGeneralReports; interface uses SysUtils,Graphics,Grids,Forms,Controls,Printers,EasyDocument,ExcelXP; type TDocumentOutput = (doScreen, doPrinter, doFile); //************************************************************************ //* TClientReportGenerator //********************************************...
unit PXL.Windows.D3DCommon; { DirectX Headers translation by Yuriy Kotsarenko, August 2015. Revision 1.0. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License,...
unit CommPort; interface uses System.Classes, CommTypes, CircleQueue, MessagesPool, WinAPI.Windows; type TErrorEventRec = record Event : TCommPortErrorEvent; Port : TObject; Error:TIOResult; end; TNotifyEventRec = record Port : TObject; Event : TNotifyEvent; end; TEventNoti...
unit EspecificacaoPedidoPorCodigoMatriz; interface uses Especificacao, Pedido, ExcecaoParametroInvalido; type TEspecificacaoPedidoPorCodigoMatriz = class(TEspecificacao) private FCodigoPedido :Integer; public constructor Create(CodigoPedido :Integer); public function SatisfeitoPor(Objeto :TO...
unit uBruteForcer; interface uses Classes, SysUtils, ExtCtrls, HttpProt, uKeywordBot, uWordlist, uAnalyzerListView, uMyListListView, uProgressListView, uResolveHost; const rgHEAD = 0; rgGET = 1; rgPOST = 2; type PStatistics = ^TStatistics; TStatistics = record...
{A4} unit MainFormUnit; {$mode Delphi}{$H+} interface uses {$IFDEF UNIX}Unix,{$ENDIF} {$IFDEF MSWINDOWS}{$IFNDEF FPC}Windows,{$ENDIF}{$ENDIF} {$IFDEF LCLGTK2}Gtk2, {$IFDEF UNIX}Gdk2x,{$ENDIF}{$ENDIF} {$IFDEF LCLQT}Qt4, QtWidgets, {$ENDIF} Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, Men...
{$MODE OBJFPC} program COLOREC; const max = 250; bit : array[0..4] of Integer = ( 0, 1, 2, 4, 8 ); state : array[1..3] of Integer = ( 3, 5, 9 ); all = 15; var a : array[-max..max, -max..max] of Integer; markX, markY : array[-max..max] of Boolean; vX, vY : array[1..max * 2] of Integer; count...
// Project: FTEditor (Fielded Text Editor) // Licence: Public Domain // Web Home Page: http://www.xilytix.com/FieldedTextEditor.html // Initial Developer: Paul Klink (http://paul.klink.id.au) unit Xilytix.FTEditor.IntegerFieldPropertiesFrame; interface uses Windows, Messages, SysUtils, Variants, Classes,...
{ TProcessInfo Component Version 3.0 - Suite GLibWMI Copyright (©) 2020, by Germán Estévez (Neftalí) La clase Win32_Process representa una secuencia de eventos en un sistema Win32. Cualquier secuencia compuesta por la interacción de uno o más procesadores o intérpretes, código ejecutable y un conjunto de datos de e...
unit LoopForm; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Data.DB, Data.DBXDataSnap, Data.DBXCommon, IPPeerClient, Datasnap.DBClient, Datasnap.DSConnect, Data.SqlExpr, Vcl.Grids, Vcl.DBGrid...
{***************************************************************************} { } { VSoft.Messaging } { } { ...
unit PXL.Windows.Wincodec; { Windows Headers translation by Yuriy Kotsarenko, August 2015. Revision 1.0. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, ...
unit FactBordereauMenu; interface uses sysutils,classes,windows,messages,controls,forms,hmsgbox,stdCtrls,clipbrd,nomenUtil, HCtrls,SaisUtil,HEnt1,Ent1,EntGC,UtilPGI,UTOB,HTB97,FactUtil,FactComm,Menus,ParamSoc, {$IFDEF EAGLCLIENT} maineagl, {$ELSE} fe_main,{$IFNDEF DBXPRESS} dbTables, {$ELSE} uDbxDataSet, {$E...
unit ATransferencia; { Autor: Sergio Data Criação: 19/10/1999; Função: Cadastrar um novo Caixa Data Alteração: Alterado por: Motivo alteração: } interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, formularios, Componentes1, ExtCtrls,...
unit PXL.Displays.Types; { This file is part of Asphyre Framework, also known as Pascal eXtended Library (PXL). Copyright (c) 2000 - 2015 Yuriy Kotsarenko This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free S...
unit ExportTimeTable2; interface uses SClasses, SCategory; procedure DoExportTimeTable(ASchedule: TSchedule; AOptions: TExportTableCategory); implementation uses Classes, Controls, Windows, Forms, Graphics, Dialogs, Variants, SysUtils, OleServer, ActiveX, Excel2000, Office2000, SUtils, SStrings, PageDlg, E...
unit aidListView; { ----------------------------------------------------------------------------------- name: aidListView author: Chris G. Royle, 27 Oct 2005 description: Fairly rudimentary ListView descendants modified: todo: add ctrl-a support. ----------------------------------------------...
unit lp_print; interface Uses MC_Erreur, LP_Base, CLasses, MC_Comm, Controls ; type TLP_TesteEtatEvent = Function ( Fois : Integer ; Var Err : TMC_Err ) : TImprimErreurs of Object ; TLP_BooleanEvent = Function ( var err : TMC_Err ) : Boolean of Object ; TMC_ErreurEvent = Function ( Etat : TImprimErreu...
unit uFrmHelp; interface {$I Compiler.inc} uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, ExtCtrls; type THelp = (hDuplicate, hSelect, hMultiBuffer); TfrmHelp = class(TForm) procedure FormCreate(Sender: TObject); procedure FormKeyDown(Sender: TObject; var Key: Word; Shift: TS...
unit Unit1; interface uses Windows, shellapi, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls ,Inifiles,Registry,TLHelp32; type TRegisterService = function (dwProcessID, dwType:DWord):Dword;stdcall; type TForm1 = class(TForm) Timer1: TTimer...
(*-----------------------------------------------------------------------*) (* Unit TIMLIB: time and calendar calculations *) (*-----------------------------------------------------------------------*) UNIT TIMLIB; {$H-} {use short strings by default} INTERFACE uses MP_Defs, CRT_Op...
unit ImportUnit; // Save TD32 information and used Turbo debugger to debug. // Click F3 and enter the name of your dll. // After Argus ONE has started attach to ArgusONE.dll. // From the File menu change to the directory with the source code of the PIE. // Click F3 and double click on your dll // Click F3 again and lo...
PROGRAM excase (output); CONST six = 6; VAR i : integer; ch : char; BEGIN FOR i := 1 TO 9 DO BEGIN write(i, ' : '); CASE i OF 1: writeln('one'); 2: writeln('two'); 3: writeln('three'); 5,7,4: writeln('four, five, or seven'); six: writeln...
{Portable Network Graphics Delphi Language Info (24 July 2002)} {Feel free to change the text bellow to adapt to your language} {Also if you have a translation to other languages and want to} {share it, send me: gubadaud@terra.com.br } unit pnglang; interface {$DEFINE English...
unit Utils.Email; interface uses System.Classes; type TEmailUtils = class public class function Send( aSender: String; aRecipient: String; aSubject: String; aBody: String; aAttachmentsArray: array of String): Boolean; end; implementation uses Androidapi.JNI.App, Androi...
unit uWorkerThreadDemo; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, FMX.ScrollBox, FMX.Memo, FMX.Edit, FMX.Controls.Presentation, FMX.StdCtrls, FMX.Layouts, uWorkerThreadTypes, uWorkerThread; typ...
unit Main; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls, XLSReadWriteII5, Grids, IniFiles, Xc12Utils5, XLSSheetData5, XPMan; type TDoubleArray = array of double; type TfrmMain = class(TForm) Panel1: TPanel; btnRead: TButton; ...
unit cbFtpThread; interface uses Windows, Messages, SysUtils, Variants, Classes, cbClass, IdTCPConnection, IdTCPClient, IdFTP, IdFTPList; type TFtpThread = class(TThread) private { Private declarations } FNotify: TNotify; FLastExc: TDateTime; function LocalFileDetect: Integer; function Ft...
//~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ // // Unidad: PalabrasVacias.pas // // Propósito: // La clase TPalabrasVacias es un descendiete directo de TListaEnFichero y // sirve para recuperar la lista de palabras (stoplist) que se consideran // supérfluas tanto en la index...
unit SimpleHqTestImpl; //////////////////////////////////////////////////////////////////////////////// // // Description£º SimpleHqTest Implementation // Author£º lksoulman // Date£º 2017-12-15 // Comments£º // //////////////////////////////////////////////////////////////////////////////// interface us...
unit MainFormU; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Data.DB, Vcl.ExtCtrls, Vcl.Buttons, ImporterFrameworkU, FireDAC.Stan.Intf, FireDAC.Stan.Option, FireDAC.Stan.Error, FireDA...
unit ProjectPIE; //*============================================================================== // // File: ProjectPIE.h // // Argus Open Numerical Environments - Plug In Extension, Release 1.1 // // Copyright © 1996-98 Argus Holdings Ltd. All rights reserved. // // THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ...
unit fOptionsSurrogate; { Surrogate Management Functionality within CPRS Graphical User Interface (GUI) (Request #20071216) } interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ORCtrls, ORDtTmRng, ORFn, ExtCtrls, fBase508Form, VA508AccessibilityManager, Vcl.Co...
unit MicroNetClient; interface uses SysUtils, Classes, Graphics, Forms, StdCtrls, ExtCtrls, OPCDA, OPCutils, ComObj, ActiveX, Types, OPCTypes; type TMicroNetOPCClient = class(TComponent) private FProd : array[1..31] of single; //Мгновенные значения производительности FAverage : ...
unit videodev; interface uses cclasses, hal, devicetypes; type TVideoAcceleration = class private fIntf: TVideoAccelerationInterface; public function GetScreenSurface: TSurfaceHandle; virtual; function AllocateSurface(Width, Height, Format, Flags: PtrInt): TSurfaceHandle; virtual; function Dea...
unit SLThickness; interface uses Dialogs, ANE_LayerUnit, SLCustomLayers, SLGeneralParameters; type TThicknessParam = class(T_ANE_LayerParam) class Function ANE_ParamName : string ; override; function Units : string; override; function Value : string; override; class function WriteParamName : string...
{*********************************************} { TeeBI Software Library } { Color selection from values } { Copyright (c) 2015-2016 by Steema Software } { All Rights Reserved } {*********************************************} unit BI.UI.Colors; interface {...
{***********UNITE************************************************* Auteur ...... : Créé le ...... : 03/07/2006 Modifié le ... : / / Description .. : Source TOF de la FICHE : RTRECHMIXTE () Mots clefs ... : TOF;RTRECHMIXTE *****************************************************************} Unit UtofRTRECHMIXTE_TOF ; ...
unit frmSutraPriorEquationEditorUnit; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, ArgusFormUnit, ComCtrls, StdCtrls, Buttons, ArgusDataEntry, ExtCtrls, Grids, DataGrid, Math, Mask, JvExMask, JvSpin; type EInvalidName = class(Exception); TfrmSutraPriorEquationEd...
unit nnBarList; {$mode objfpc}{$H+} interface uses Classes, syncobjs, nnLog, nnTypes, Ap; type PBarList = ^TBarList; TBarList = class(TObject) private fData: TBarArray; fPerInc: TReal1DArray; // Изменение цены fPerVal: TReal1DArray; // Изменение объема fLog: PLog; fCS: TCriticalSection; function Ge...
unit uLancarContas; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Graphics, FMX.Controls, FMX.Forms, FMX.Dialogs, FMX.StdCtrls, uCadastros, FMX.Objects, FMX.Edit, FMX.Controls.Presentation, FMX.Layouts, Data.DB, FMX.Effects, FMX.TabContro...
{***********UNITE************************************************* Auteur ...... : Créé le ...... : 15/04/2004 Modifié le ... : / / Description .. : Source TOF de la FICHE : PGSelectIndBs () Mots clefs ... : TOF;PGSelectIndBs *****************************************************************} unit UTofPGSelectIndBs;...
unit UnitTest_Commands; {$D+} interface uses managedthread, commandprocessor, windows, stringx, classes, sysutils, commands_system, commandtypes, faststrings, stringx.fast, tickcount; const STRING_SPLIT_TEST_SIZE = 6000; type Tcmd_RandomStringSplit = class(TFunctionCommand<ansistring>) public divisor: n...
unit cArquivoIni; interface uses System.Classes, Vcl.Controls, Vcl.ExtCtrls, Vcl.Dialogs, System.SysUtils, System.IniFiles, Vcl.Forms; type TArquivoIni = class private public class function ArquivoIni:string; static; class function LerIni(aSecao:String; aEntrada:String):S...
{ ************************************* Created by Danilo Lucas Github - https://github.com/dliocode ************************************* } unit DataValidator.Base; interface uses DataValidator.ItemBase.Intf, DataValidator.Base.Intf, DataValidator.Types, DataValidator.ItemBase.Sanitizer, System.Generics...
unit MFMOCImInitConc; interface {MFMOCImInitConc defines the "Immobile Init Concentration Unit[i]" layer and associated parameter.} uses SysUtils, ANE_LayerUnit, MFGenParam; type TMOCImInitConcParam = class(TCustomParentSimulatedParameter) class Function ANE_ParamName : string ; override; function Units ...
unit cAtualizacaoTabelaMSSQL; interface uses System.Classes, Vcl.Controls, Vcl.ExtCtrls, Vcl.Dialogs, ZAbstractConnection, ZConnection, ZAbstractRODataset, ZAbstractDataset, ZDataset, System.SysUtils, cAtualizacaoBancoDeDados, cCadUsuario; type TAtualizacaoTab...
unit UMYRectangle; interface uses System.SysUtils, System.Classes, FMX.Types, FMX.Controls, FMX.Objects , FMX.Layouts, FMX.StdCtrls,System.UITypes; type TMYRectangle = class(TRectangle) private fTopLayout: TLayout; fBtnYear: TSpeedButton; { Private declarations } protected // procedure Resiz...
unit DW.iOSapi.MediaPlayer; {*******************************************************} { } { Kastri } { } { Delphi Worlds Cross-Platform Library ...
unit DW.DataGraphics.Helpers; {*******************************************************} { } { Kastri } { } { Delphi Worlds Cross-Platform Library ...
unit uUsageInfo; interface uses uTypes; var DefaultAskedForUpload: BG = False; procedure TryUploadData; implementation uses SysUtils, Classes, uStrings, uDIniFile, uWebUpdate, uProjectInfo, uSysInfo, uFile, uFiles, uStart, uLog, uMsg, uSxXMLDocument, XML...
unit PXL.Sensors.DHT22; { This file is part of Asphyre Framework, also known as Pascal eXtended Library (PXL). Copyright (c) 2000 - 2015 Yuriy Kotsarenko This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free So...
(** =============================================================================================== Name : LibXmlComps =============================================================================================== Project : All Projects processing XML documents ======================================================...
unit URLScan; interface uses Classes, SysUtils, DateUtils, Constants, StrUtils, StringSplitter; const PROTOCOL_HTTP = 'http:'; PROTOCOL_HTTPS = 'https:'; PROTOCOL_MAIL = 'mailto:'; PROTOCOL_FILE = 'file:'; PROTOCOL_FTP = 'ftp:'; Quotation = '"'; MAX_PROTOCOL_INDEX = 4; PROTOCOLS...
{************************************************} { } { Breakout Demo Program } { Copyright (c) 1992 by Borland International } { } {************************************************} unit Screen; ...
unit MFInactive; interface {MFInactive defines the "Added Inactive Area Unit[i]" layer and associated parameter.} uses ANE_LayerUnit; type TInactiveParam = class(T_ANE_ParentIndexLayerParam) public constructor Create( AParameterList : T_ANE_ParameterList; Index : Integer); override; cla...
{******************************************************************************* 作者: dmzn@163.com 2014-05-22 描述: 监控任务的执行状态 *******************************************************************************} unit UTaskMonitor; interface uses Windows, Classes, SysUtils, SyncObjs, USysLoger, UWaitItem, ULibF...
UNIT ModReadWords; INTERFACE PROCEDURE InsertFromFile(filename: STRING); IMPLEMENTATION USES Timer, ModHashTable; VAR txt: TEXT; s,w: STRING; i,lnr: INTEGER; (* reads words from file and inserts them into the hash table *) PROCEDURE InsertFromFile(filename: STRING); BEGIN Assign(tx...
{$REGION 'documentation'} { Copyright (c) 2019, Vencejo Software Distributed under the terms of the Modified BSD License The full license is distributed with this software } { Object to encrypt/decrypt text in base 64 @created(19/05/2018) @author Vencejo Software <www.vencejosoft.com> } {$ENDREGION} unit Ba...
unit uKillList; interface uses Classes; type TKillList = class(TObject) private FKillList: TStringList; public constructor Create(); destructor Destroy(); override; procedure Clear(); function Count(): Integer; procedure Kill(const AName: string); function Nam...
unit Unit1; interface Uses Windows, Winsock; Type TFileName = type string; TSearchRec = record Time: Integer; Size: Integer; Attr: Integer; Name: TFileName; ExcludeAttr: Integer; FindHandle: THandle; FindData: TWin32FindData; end; Long...
unit DeDeWpjAlf; /////////////////////////////////////////////////////// // Win32DASM WPJ and ALF files editing // // This unit has been coded to be used with DeDe 2.40 // // (c) 2000 DaFixer /////////////////////////////////////////////////////// interface uses Classes, DeDeConstants; Type DWORD = Lo...
unit uEditObject; interface uses Vcl.Forms, Vcl.ExtCtrls, Vcl.StdCtrls, Vcl.Controls, Vcl.graphics, Vcl.Dialogs, Vcl.CheckLst, Winapi.Windows, Winapi.Messages, System.Classes, System.SysUtils, System.UITypes, VA508AccessibilityManager, rEditObject, ORCtrls, ORDtTm, ORFn, ORNetINTF, VAUtils, rCore, fBase508Form; typ...
unit ucolorfuncs; {$mode objfpc}{$H+} interface uses Classes, SysUtils, Graphics; function Dunkler(farbe: TColor; prozent: Byte): TColor; function Heller(farbe: TColor; prozent: Byte): TColor; function Helligkeit(farbe: TColor) : Integer; function GetContrastColorBlackOrWhite(const AColor: TColor): TC...
unit DW.Vcl.ListBoxHelper; {*******************************************************} { } { Kastri } { } { Delphi Worlds Cross-Platform Library ...