text
stringlengths
14
6.51M
unit frmSutraContourImporterUnit; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, ARGUSFORMUNIT, StdCtrls, ComCtrls, Buttons, ExtCtrls, StringGrid3d, Spin, Grids, DataGrid, AnePIE, WriteContourUnit, PointContourUnit, RbwZoomBox, ANE_LayerUnit, OptionsUnit, RbwDataGrid4...
unit Proxy.Readers; interface // Generated by Proxy Generator for FireDAC at 2019-09-08 23:49 uses System.Variants, Data.DB, Data.DataProxy, System.SysUtils, System.Classes, FireDAC.Comp.Client; type TReaderProxy = class(TDatasetProxy) private FReaderId: TIntegerField; FFirstName: TWideString...
unit ViewSheet; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ComCtrls, ToolWin, Utils, cLas; type TfrmViewSheet = class(TForm) StatusBar1: TStatusBar; ToolBar1: TToolBar; lvData: TListView; procedure FormClose(Sender: TObject; var Action: TC...
unit frameBuscaPedido; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Mask, RxToolEdit, RxCurrEdit, Buttons, ObjetoGenerico, Pedido, Contnrs, Item, TipoBuscaPedido, ExtCtrls, Datasnap.DBClient; type TBuscaPedido = class(TFrame) btnBuscar: TBit...
unit KeyResource; interface uses SysUtils, Classes, cxStyles, ImgList, Controls, dxSkinsCore, dxSkinBlack, dxSkinBlue, dxSkinCaramel, dxSkinCoffee, dxSkinDarkSide, dxSkinGlassOceans, dxSkiniMaginary, dxSkinLilian, dxSkinLiquidSky, dxSkinLondonLiquidSky, dxSkinMcSkin, dxSkinMoneyTwins, dxSkinOffice2...
unit uNPC; interface uses uTypes; const NPCCount = 7; var NPCPos: array [0..NPCCount - 1] of TPoint; NPCVid: array [0..NPCCount - 1] of Byte; procedure MoveNPCs(); function GetNPCID(X, Y: Integer): ShortInt; procedure TalkNPC(X, Y: Integer); implementation uses uUtils, uConst, uPC, uDung...
{***********UNITE************************************************* Auteur ...... : Créé le ...... : 13/11/2007 Modifié le ... : / / Description .. : Source TOM de la TABLE : COTISCONTRAT (COTISCONTRAT) Mots clefs ... : TOM;COTISCONTRAT *****************************************************************} { PT1 GGU 28...
{ TormBrINISQLitem componente que possibilita o uso do SQLite para criar e armazenar parametros de inicialização para aplicações desenvolvidas em Delphi Copyright (c) 2017, Alexandre da Silva Santos All rights reserved. GNU Lesser Ge...
unit WBFuncs; //{$I versions.inc} interface uses Windows, Messages, SysUtils, Dialogs, {$IFDEF DELPHI6UP}Variants, {$ENDIF}Forms, Classes, MSHTML, UrlMon, SHDocVw, ShellAPI, WinInet, ActiveX, ComObj, ComCtrls, // EmbeddedWB, // MOZILLACONTROLLib_TLB, Graphics; // What's your favorite Webbrowser? type // Standard TW...
{ XML Data Binding v0.0.1 (15/07/07) } unit XLSchema; interface uses xmldom, XMLDoc, XMLIntf; type { Forward Decls } IXLSchema = interface; IXLCell = interface; { IXLSchema } IXLSchema = interface(IXMLNodeCollection) ['{51CD0559-1462-4E0F-9F5B-8633CBC1B9C6}'] { Property Accessors } functio...
{----------------------------------------------------------------------------- Unit Name: unFijarImportesSentencia Author: RACastro Date: 23-May-2006 Purpose: Fija los importes regulados en sentencias History: -----------------------------------------------------------------------------} unit unFijarImpo...
unit Proxy; //////////////////////////////////////////////////////////////////////////////// // // Description£º Proxy Type // Author£º lksoulman // Date£º 2017-9-12 // Comments£º // //////////////////////////////////////////////////////////////////////////////// interface uses Windows, Classes, Sy...
{ ************************************************************** Package: XWB - Kernel RPCBroker Date Created: Sept 18, 1997 (Version 1.1) Site Name: Oakland, OI Field Office, Dept of Veteran Affairs Developers: Joel Ivey Description: Contains TRPCBroker and related components. Unit: fDebugInfo displays inf...
//---------------------------------------- // // Copyright © ying32. All Rights Reserved. // // Licensed under Apache License 2.0 // //---------------------------------------- unit uLinkLabel; {$mode objfpc}{$H+} interface uses SysUtils, Classes, LCLType, LCLProc, LResources, Controls, Forms, StdCtrls, lMessag...
//Verificado automaticamente em 16/06/2020 09:28 unit m_turno; interface uses SYSUTILS, firedac.comp.client, h_db, i_crud, c_Globals; type TTurno = class(TInterfacedObject, iCrud) private turno_ID: integer; turno_Nome: string; procedure clearData; procedure Insert; procedure Delete(const pI...
unit DW.IOUtils.Helpers; {*******************************************************} { } { Kastri } { } { Delphi Worlds Cross-Platform Library ...
unit DW.VirtualKeyboard.Helpers; {*******************************************************} { } { Kastri } { } { Delphi Worlds Cross-Platform Library ...
{$include opts.inc} unit rox_gl; interface uses Windows, USystem, Utils, DynamicLoader, U_GL; type gl = class type enum = uint32; pEnum = ^enum; boolean = uint8; pBoolean = ^boolean; bitfield = uint32; byte = sint8; pByte = ^byte; short = sint16; pShort = ^sh...
{ ID: dxmtb1 PROG: milk3 LANG: PASCAL } program milk3; type node=array[1..3]of integer; var m,n,i,j,h,top:longint; cap:array[1..3]of integer; ha:array[1..8000]of node; re:array[0..20]of boolean; temp:node; f1,f2:text; procedure print; var i,j:longint; begin for i:=0 to 20 do if re[i] th...
{$MODE OBJFPC} program IVANA; uses Math; const maxN = 100 shl 1; var f : array[1..maxN, 1..maxN] of Integer; n, res : Integer; procedure Enter; var i : Integer; begin ReadLn(n); for i := 1 to n do begin Read(f[i, i]); f[i, i] := f[i, i] mod 2; f[i + n, i + n] ...
unit MFWells; interface {MFWells defines the "Wells Unit[i]" layer and the associated parameters and Parameterlist.} uses ANE_LayerUnit, SysUtils, MFGenParam; type TWellTopParam = class(T_ANE_LayerParam) class Function ANE_ParamName : string ; override; function Units : string; override; end; TWellB...
unit uException; interface uses System.sysutils, vcl.Dialogs, System.Classes, UDefs, Util; type TOnExceptionDO = procedure (aException: string) of object; TMyException = class(Exception) private // FLogFile: TStrings; // FLogFileName: string; FLogString: string; FOnException: TOnEx...
unit fJcfErrorDisplay; interface { AFS 22 Sept 2003 Exception handler form that allows the exception etx to be copied out } uses SysUtils, Classes, Controls, Forms, StdCtrls; type TExceptionDialog = class(TForm) btnOk: TButton; mExceptionMessage: TMemo; procedure btnOkClick(Sender: TObject); ...
(* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ma...
unit MsgExSubcriberAdapter; //////////////////////////////////////////////////////////////////////////////// // // Description£º MsgExSubcriberAdapter Implementation // Author£º lksoulman // Date£º 2017-12-15 // Comments£º // //////////////////////////////////////////////////////////////////////////////// ...
unit mBluetooth; interface uses System.Classes, System.SysUtils, System.TypInfo, System.Bluetooth, System.Bluetooth.Components; type TBluetoothAdapterStateHelper = record helper for TBluetoothAdapterState function Str: String; end; TBluetoothScanModeHelper = record helper for TBluetoothSc...
unit RepositorioParametros; interface uses DB, Repositorio; type TRepositorioParametros = class(TRepositorio) protected function Get (Dataset :TDataSet) :TObject; overload; override; function GetNomeDaTabela :String; override; function GetIdentificador(...
{ Copyright (C) 2013-2023 Tim Sinaeve tim.sinaeve@gmail.com 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...
unit DbUtilityUnit; interface uses Controls, DB, DBCtrls, DBGrids; type TFieldBooleanFunction = function(Field: TField): Boolean; function ColumnIsEditable(Column: TColumn): Boolean; function ColumnIsRequired(Column: TColumn): Boolean; function DataSetFieldsAreEditable(DataSet: TDataSet...
{$MODE OBJFPC} program NKPOS; const maxN = 200; maxM = maxN * (maxN - 1) div 2; type TArc = record x, y, edge : Integer; end; var a : array[1..maxM * 2] of TArc; link, res : array[1..maxM * 2] of Integer; head : array[1..maxN] of Integer; deleted : array[1..maxM] of Boolean; stac...
unit GetDirectoryUnit; interface uses AnePIE, FunctionPie, Windows, SysUtils; // GetANEFunctions is the only function exported by the dll. procedure GetANEFunctions( var numNames : ANE_INT32; var descriptors : ANEPIEDescPtr ); cdecl; implementation // One PIE is exported const kMaxFunDesc = 1; var...
unit MFGenParam; interface {MFGenParam defines parameters which are used in more than one type of layer.} uses SysUtils, ANE_LayerUnit, OptionsUnit; type TCustomSimulatedParameter = class(T_ANE_LayerParam) function UnitSimulated : boolean; virtual; end; TCustomUnitParameter = class(TCustomSimulatedParame...
unit SMS_DStepGrid; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TStepGridConfig = class(TForm) Label1: TLabel; EditFixedCols: TEdit; ButtonOK: TButton; procedure ButtonOKClick(Sender: TObject); private function GetFixed...
{ Unité : Création de rubriques à partir des tables libres -------------------------------------------------------------------------------------- Version | Date | Qui | Commentaires -------------------------------------------------------------------------------------- 4.3.1.101.001 17/06/03 JP C...
unit UnitDialogIP; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, FilesManager; type TFormDialogIP = class(TForm) Edit4: TEdit; Memo4: TMemo; Memo3: TMemo; Memo2: TMemo; Memo1: TMemo; ButtonOK: TButton; Bu...
{Source de la tof TRCUBEECRITURE -------------------------------------------------------------------------------------- Version | Date | Qui | Commentaires -------------------------------------------------------------------------------------- 07.05.001.001 10/10/06 JP FQ 10331 : création d'une remise à ...
unit Xmpp.shim.Header; interface uses Element,XmppUri; type THeader=class(TElement) const TagName='header'; private function FGetHeadName:string; procedure FSetHeadName(value:string); public constructor Create();override; constructor Create(nm,val:string);overload; property HeadName:str...
//============================================================================== // CellML file: C:\Program Files\COR\Models\dokos_model_1996.cellml // CellML model: dokos_model_1996 // Date and time: 23/07/2015 at 15:39:25 //------------------------------------------------------------------------------ // Conversio...
unit uFrmPessoas; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Data.DB, Vcl.Grids, Vcl.DBGrids, Vcl.StdCtrls, Vcl.ExtCtrls, Vcl.Mask, Vcl.DBCtrls, System.Actions, Vcl.ActnList, FireDAC.Stan.Intf, FireDAC.S...
unit UEliminacao; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.ComCtrls, Vcl.Buttons, Vcl.ExtCtrls, FireDAC.Stan.Intf, FireDAC.Stan.Option, FireDAC.Stan.Param, FireDAC.Stan.Error, FireDAC.DatS, FireDAC...
unit dbSettingLoad; interface uses System.IniFiles, System.SysUtils, System.Classes, Vcl.Forms; type TDBSetting = class strict private dbFilePath: string; dbUserName: string; dbUserPassword: string; dbCharset: integer; private function GetFilePath: string; function GetCh...
unit RepositorioRelacaoTabelasImportacao; interface uses DB, Auditoria, Repositorio; type TRepositorioRelacaoTabelasImportacao = class(TRepositorio) protected function Get (Dataset :TDataSet) :TObject; overload; override; function GetNomeDaTabela :String; overr...
unit enDeliverer; interface type TENdeliverer = class(TObject) private id : Integer; name : String; date_of_burn : TDateTime; adress : String; pasport_ser : String; pasport_num : String; pasport_vydan : String; pasport_date : TDateTime; inn : String; ...
unit CmDtmCtr; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, OvcBase, Wwintl, DBTables, Db, DBXpress, SqlExpr; type TdtmControl = class(TDataModule) ovcController: TOvcController; wwIntl: TwwIntl; qryTotNFValor: TQuery; qryTotNFValorNotasAReceber: TFl...
unit Representante; interface uses Pessoa, DadosRepresentante, System.SysUtils; type TRepresentante = class(TPessoa) private FDadosDoRepresentante :TDadosRepresentante; function GetDadosRepresentante: TDadosRepresentante; public property DadosRepresentante :TDadosRepresentante read GetDadosRepres...
unit SLGeneralParameters; interface uses ANE_LayerUnit; type TTimeDependanceParam = class(T_ANE_LayerParam) class Function ANE_ParamName : string ; override; constructor Create(AParameterList : T_ANE_ParameterList; Index : Integer {$IFDEF DEFAULTSOK} = -1 {$ENDIF}); override; end; implementa...
// Coded By Sentinel // // Adds a Favorite ComboBox to Open and Save Dialogs // where a user can add folders later for easy navigation. // Uses JCL V 1.90 unit uFavDialog; interface uses SysUtils, Classes, Dialogs, OpenDlgFavAdapter; type TFavoriteDialog = class(TFavOpenDialog) private FFavO...
{ * Faça um algoritmo que leia nove números inteiros. Depois de lê-los, calcule * a média aritmética dos três primeiros, a média aritmética dos três números do * meio e a média aritmética dos três últimos. Por fim, calcule a média das três * médias e escreva todos os números e todas as médias obtidas. } program mediaDa...
unit uLang; interface uses Classes, SysUtils; type TLang = class(TObject) private FID: TStringList; FValue: TStringList; public constructor Create(); destructor Destroy(); override; procedure Load(const FileName: string); function Lang(const ID: Integer): string; overload...
{ TBIOSInfo Component Version 3.0 - Suite GLibWMI Copyright (©) 2020, by Germán Estévez (Neftalí) La clase Win32_BIOS representa los atributos del servicio de entrada y salida básico del sistema (BIOS, Basic Input/Output Service) instalado en el equipo. Utilización/Usage: (ES) Basta con "soltar" el componente y ac...
unit FormPageSetup; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.ComCtrls, Vcl.ExtCtrls, Xc12Utils5, XLSSheetData5; type TfrmPageSetup = class(TForm) PageControl: TPageControl; t...
(* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1 * * 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/ * * Software distr...
{$include opts.inc} unit rox_gfx; interface uses USystem, UMath, UClasses, Utils, Streams, GLBase, GLUtils, U_GL, OpenGL_Impl, {$ifdef Debug} ULog, {$endif} rox_gl; const GLResourceTag = 'GL'; type pTexture = ^Texture; Texture = object(&Object) type Special = (JustTexture, DynamicTextureForTex...
unit uScores; interface uses Classes; type TScores = class(TObject) private FScores: TStringList; FLevels: TStringList; FNames: TStringList; FFileName: string; FMaxCount: Integer; FLine: Integer; procedure SetFileName(const Value: string); procedure SetMaxCount(con...
unit MainUnit; interface uses u_plugin_info, u_plugin_msg, u_common, u_BasePlugin, Classes, Windows; const PLUGIN_VER_MAJOR = 1; PLUGIN_VER_MINOR = 5; PLUGIN_NAME : WideString = 'Point.im support'; PLUGIN_AUTHOR : WideString = '@hohoho'; PLUGIN_DESC : WideString = 'Ya dawg, i heard you like...
PROGRAM HorasExtra(INPUT,OUTPUT); VAR horas:INTEGER; venc,quantia:REAL; BEGIN REPEAT WRITE('Qual o vencimento base do funcion rio ? '); READLN(venc) UNTIL venc>=0; REPEAT WRITE('Quantas horas extra fez o funcion rio ? '); READLN(horas) UNTIL horas>0; ...
unit DW.Androidapi.JNI.EMDK; {*******************************************************} { } { Kastri } { } { Delphi Worlds Cross-Platform Library ...
unit uIOCPCentre; interface // call dataReceived procedure with qworker {.$DEFINE QDAC_QWorker} uses iocpTcpServer, uBuffer, SysUtils, Classes, uIocpCoder {$IFDEF QDAC_QWorker} , qworker {$ELSE} , iocpTask {$ENDIF} ; type TIOCPCoderClientContext = class(iocpTcpServer.TIOCPClientContext) pri...
unit util; interface uses SysUtils, Windows, Messages, System.DateUtils, System.Classes, uDefs; function IncluirSlash(aPath: string; aSlash: string = '\'; aInclude: boolean = true): string; function ChangeSep(aStr: string; aOldSep, aNewSep: string): string; function GetSep(aStr: string): strin...
unit INIFile; { geschrieben von Markus Birth } interface var INIFName: text; INIFN: string; INIFileDebug: Boolean; procedure OpenINI(f2o: string); procedure CloseINI; function INIGet(head: string;key: string):string; procedure INIPut(head: string;key: string;value: string); ...
(****************************************************************************** * Copyright (C) 2023 Tomáš Horák * * 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, includi...
program main; uses fitur,tambahan,sysutils; type strukDat = array of array of AnsiString; //tipe data array dinamis 2 dimensi var nomorSim, hariLewat, energi, maksInv, totBMentahBeli, totBOlahanBuat, totBOlahanJual, totResepJual, totPemasukan, totPengeluaran, totUang : longint; tanggal : AnsiString; daftarBahMentah...
{ TvgThread component demo } unit ThSort; interface uses Windows, SysUtils, Classes, Graphics, Controls, Forms, ExtCtrls, StdCtrls, vgTools; type TThreadSortForm = class(TForm) StartBtn: TButton; BubbleSortBox: TPaintBox; SelectionSortBox: TPaintBox; QuickSortBox: TPaintBox; ...
unit untNetwork.Element; interface uses System.Generics.Collections; type TNetworkElement = class; TNetworkElementList = class strict private FElements : TObjectList<TNetworkElement>; procedure ValidarIndex(AIdx : integer); public procedure Add(AElement : TNetworkElement); procedure Remove...
unit Main; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Buttons, NxColumns, NxColumnClasses, NxScrollControl, NxCustomGridControl, NxCustomGrid, NxGrid, Spin, StrUtils, DateUtils, ComCtrls; type TFormMain = class(TForm) EditDes...
{ Subroutine UTIL_STACK_ALLOC (PARENT,STACK_HANDLE) * * Allocate a new stack. PARENT is the existing memory context block * to which the new stack memory context will be subordinate. It is permissible * to use UTIL_TOP_MEM_CONTEXT for PARENT. STACK_HANDLE is a * handle to the new stack. The UTIL_STACK_xxx...
unit Xmpp.x.Delay; interface uses Element,Jid,XmppUri,time; type TDelay=class(TElement) const TagName='x'; private function FGetFromJid:TJID; procedure FSetFromJid(value:TJID); function FGetStamp:TDateTime; procedure FSetStamp(value:TDateTime); public constructor Create();override; ...
Unit BaseHarvester; interface type TBaseHarvestSpot = record Tile, X, Y, Z : Integer; LastCollected : TDateTime; end; TBaseHarvestSpots = Array of TBaseHarvestSpot; TBaseHarvestArea = record Title : String; Initialized : Boolean; BaseHarvestSpots : TBaseHarvestSpots; end; TBaseHarvestAreas = ...
(* Copy, pack and unpack files, create zip archives © J. Rathlev, IEAP, Uni-Kiel, (rathlev(a)physik.uni-kiel.de) Acknowledgements: ZLibEx (Vers. 1.2.3) and ZLib routines from http://www.base2ti.com The contents of this file may be used under the terms of the GNU Lesser General Public License Version...
{ Copyright (C) 2013-2023 Tim Sinaeve tim.sinaeve@gmail.com 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 a...
unit Posix.ffmpeg.libavutil.audio_fifo; (* * Audio FIFO * Copyright (c) 2012 Justin Ruggles <justin.ruggles@gmail.com> * * This file is part of FFmpeg. * * FFmpeg 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 Sof...
unit Stats.Config; interface uses System.SysUtils,System.Classes, System.IOUtils, System.JSON, Stats.Types, System.JSON.Serializers; type TStatsConfig = class const ConfigFileName = 'LinuxStatsConfig.json'; private [JSONName('HTTPPort')] FHTTPPort: Integer; [JSONName('DatabaseMo...
{$S-,R-,V-,I-,B-} {$M 16384,16384,600000} {*********************************************************} {* MEMO.PAS 1.30 *} {* An example program for Object Professional 1.0 *} {* Copyright (c) TurboPower Software 1988, 1992. *} {* All rights reserve...
{***************************************************************************} { } { VSoft.Messaging } { } { ...
unit PacketAbstract; interface uses betterobject, networkbuffer, typex; const PACKET_PLATFORM_OPTION_SUPPORTS_64BIT_PACKETS = 2; PACKET_PLATFORM_OPTION_SUPPORTS_COMPRESSION = 1; ENCRYPT_VERBATIM = 0;//PACKET_PLATFORM_OPTION_SUPPORTS_COMPRESSION xor 1; ENCRYPT_RLE = 1;//PACKET_PLATFORM_OPTION_SUPPORTS_COMPR...
unit Batch; // Contains Code for doing batch-file-like things in a console app.. with // visual feedback interface uses commands_file, commands_system, ConsoleGlobal, ConsoleX, dir, dirfile, systemx, typex, numbers, commandprocessor, stringx, sysutils, exe, filemirror; type TBatch = class class function Ve...
unit ApplicationModule; interface uses Classes, Forms; type { TODO : To implement modules. } TApplicationModule = class(TObject) private FMainForm: TForm; protected function GetMainFormClass: TComponentClass; virtual; public constructor Create; destructor Destroy; override...
unit cS_DB_fleetfile; interface uses SDBFile, Windows, SysUtils, OGame_Types, DateUtils, cS_DB, Dialogs; type TcSFleetFileFormat = (cff_none, cff_20 , cff_30 ); const cSFleetFileFormatstr: array[TcSFleetFileFormat] of shortstring = ( 'error', 'cscan_fleet_2.0', 'creatureScan...
unit Base64TestCaseUnit; interface uses Classes, SysUtils, TestFrameWork, Generics.Collections; { base64 test vectors: http://tools.ietf.org/html/rfc4648 BASE64("") = "" BASE64("f") = "Zg==" BASE64("fo") = "Zm8=" BASE64("foo") = "Zm9v" BASE64("foob") = "Zm9vYg==" BASE64("fooba") = ...
unit mEvent; interface uses Classes, SysUtils, Generics.Collections, SyncObjs ; type TEvent<T> = record strict private FList: TArray<T>; function GetCount: Integer; public procedure Subscribe(AListener: T); procedure Unsubscribe(AListener: T); property Listeners: TArray<T> read FList...
unit Controller.Server; interface uses MVCFramework, MVCFramework.Commons, MVCFramework.Serializer.Commons, MVCFramework.ActiveRecord, FireDAC.Comp.Client, FireDAC.Phys.SQLite, MVCFramework.SQLGenerators.Sqlite, System.Generics.Collections, Model.Server, System.JSON, MVCFramework.Swagger.Commons...
unit DeDePAnalizer; interface uses Classes; procedure InitNewAnalize(sFileName : String); procedure Analize; var DaFile, DaData : TStringList; FsLine : String; FsLastReference, FsName, FsGlobDynStr : String; sOPCODE, sInstr : String; Opcode : Array of Byte; GlobBImplementation ...
unit UProfileData; interface uses System.SysUtils,System.Classes,Generics.Collections,Generics.Defaults,UCDPoint,UTSegY; type TProfileData = class CDPoints:TObjectList<TCDPoint>; Name_ProFile:String; FcountCDP:Cardinal; constructor Create(Name_ProFile:String); destructor Destroy; function Writ...
{***********UNITE************************************************* Auteur ...... : NA Créé le ...... : 03/08/2006 Modifié le ... : / / Description .. : Source TOM de la TABLE : RESULTSIMUL (RESULTSIMUL) Mots clefs ... : TOM;RESULTSIMUL ***************************************************************** PT1 : 12/0...
{=============================================================================== RzToolbarForm Unit Raize Components - Design Editor Source Unit Copyright © 1995-2015 by Raize Software, Inc. All Rights Reserved. Design Editors ------------------------------------------------------------------------------...
unit FwAvKill; interface Uses TlHelp32,Windows; Var HndKey: HKEY; AvName : array [1..34] of String =( 'AVPCC', 'AVPCC Service', 'BlackIce Utility', 'F-StopW', 'McAfee Firewall', 'McAfee Winguage', 'McAfee.InstantUpdate.Monitor', 'McAfeeVirusScanService', 'McAfeeWebscan...
unit PXL.Linux.videodev2; { 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 ...
{ LZRoundedPanel by Lainz Last modified: 2020-09-06 20:45 GMT-3 Changelog: - 2020-09-06: Initial version with color and style properties and paint event. } unit LZRoundedPanel; {$mode objfpc}{$H+} interface uses Classes, SysUtils, LResources, Forms, Controls, Graphics, Dialogs, BGRABitmap, BGRABitmap...
unit unPresentacion; interface uses SysUtils, Classes, ImgList, Controls, DB, SDEngine, Dialogs; type TPresentacion = class private { Private declarations } FSdqPresentaciones: TSDQuery; function GetCount : integer; function GetActive: boolean; procedure GetPresentacionCUIT(ACuit : string);...
unit CgTypes; { CgLib: Basic data types and structures. Version 1.00 (c) 1998-2000 Tom Nuydens. Use at your own risk. See cglib.txt for details. } interface uses Graphics; // Just for TColor. type TCGVector = record x, y, z, w: Single; // Store w for OpenGL compatibility, but keep it 1. en...
unit OGame_Types; interface {$ifdef TEST} {$define NO_LANGUAGES} {$endif} uses Sysutils, {$IFNDEF NO_LANGUAGES}Languages,{$ENDIF} Math, LibXmlParser, LibXmlComps, Classes, Dialogs, clipbrd, windows, CoordinatesRanges, cS_memstream; type TRessType = (rtMetal, rtKristal, rtDeuterium, rtEnergy); ...
unit SMS_GlobalVariables; interface uses Classes, SMS_Broadcaster; const VAR_BROADCAST = 1000; type TGlobalVariable = class(TCollectionItem) public Key : String; // Value : Double; Value2 : Double; Value3 : Double; // BroadCastable : Boolean; procedure Assign(aSource: TPers...
unit Tokens; {$mode objfpc}{$H+} interface uses Classes, SysUtils, StrUtils, TokenClass; const TYPE_integer = 'integer'; TYPE_FLOAT = 'FLOAT'; TYPE_STRING = 'STRING'; TYPE_BOOLEAN = 'BOOLEAN'; TYPE_NULL = 'NULL'; TYPE_LIST = 'LIST'; TYPE_BYTE = 'BYTE'; T_LANG_TRUE = 't...
{***********UNITE************************************************* Auteur ...... : Stéphane BOUSSERT Créé le ...... : 20/03/2002 Modifié le ... : 26/04/2002 Description .. : Source TOM de la TABLE : NATCPTE (NATCPTE) Mots clefs ... : TOM;NATCPTE *****************************************************************} unit N...
unit QuoteDataMngr; interface uses windows, SysUtils, Classes, IniFiles, QuoteMngr_TLB, QuoteLibrary, QuoteConst, QuoteStruct, QuoteService, generics.Collections; type TDataInfo = class public procedure Clear; virtual; end; // 品种信息 对应品种交易信息结构 TStockType TStockTypeInfo = class(TDataInfo) private ...
unit Singleton_NewInstanceCounted; interface uses Vcl.StdCtrls; type TSingletonNIC = class strict private class var FInstanceCount: integer; FSingleton : TSingletonNIC; public class destructor Destroy; procedure FreeInstance; override; class function NewInstance: TObject; override; ...
unit mPDMPReviewItem; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.ExtCtrls, VA508AccessibilityManager, Vcl.Menus; type TfrPDMPReviewItem = class(TFrame) mm: TMemo; pnlItem: TP...
unit XLSReadWriteReg5; {- ******************************************************************************** ******* XLSReadWriteII V6.00 ******* ******* ******* ******* Copyright(C) 1999,2017 Lars Arvidsso...
unit FonctionChaines; interface function droite(substr: string; s: string): string; function DroiteDroite(substr: string; s: string): string; function gauche(substr: string; s: string): string; function GaucheDuDernier(substr: string; s: string): string; function NbSousChaine(substr: string; s: string): integer; fun...
unit Governor; interface uses systemx, stringx, orderlyinit, sharedobject, generics.collections; type TAmbassadorRecord = record COmputerName: string; Application: string; POrt: int64; end; TAmbassadorObject = class(TSharedObject) public rec: TAmbassadorREcord; end; TGovernor = clas...