text
stringlengths
14
6.51M
{ Subroutine SST_CHARH_INFO (CHAR_H,FNAM,LNUM) * * Return the source file name and line number for a particular source * character. CHAR_H is the handle to the source character. This originally * came from the syntaxer. } module sst_CHARH_INFO; define sst_charh_info; %include 'sst2.ins.pas'; procedure sst_ch...
{**************************************************************************} { Parameter controls property editor } { } { Copyright © 2001 - 2012 } { TMS Softw...
unit vtDialogsRes; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // // Библиотека "VT$Core" // Автор: Люлин А.В. // Модуль: "w:/common/components/gui/Garant/VT/vtDialogsRes.pas" // Начат: 03.03.2010 16:43 // Родные Delphi интерфейсы (.pas) // G...
// Notifier for expanding macro templates after pressing space unit GX_MacroExpandNotifier; interface uses GX_EditorChangeServices; // Use a timer to delay expansion by a short amount, so the user can cancel // the expansion by pressing some key other than space. {$DEFINE EXPAND_WITH_TIMER} const D...
unit FileUtilUnit; interface uses Classes, Windows, SysUtils, StrUtils; type TDriveRec = record ID: integer; Name: string; Path: string; DriveType: string; VolumeLabel: string; SerialNumber: string; FileSystem: string; end; type ADriveRec = array of TDriveRec; ...
unit WaveConvert; interface uses Windows, MMSystem, ACM, SysUtils; const strConvNotPossible = 'Conversion is not possible'; strConversionError = 'Conversion error'; type EACMConverter = class(Exception); TDataProc = function(var Data; Size : integer) : integer of object; TConve...
unit MainUnit; {$mode delphi}{$H+} interface uses Windows, Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls, CP.ChromaPrint, XMLRead, XMLWrite, DOM, BASS; type { TfrmFingerprintTest } TfrmFingerprintTest = class(TForm) btnInitBASS: TButton; btnDeInitBAS...
// Written at 01/2004 by Alexey Torgashin // Based on VersionInfo unit by Sortland Automasjon unit ATxVersionInfo; interface const vsCompanyName = 'CompanyName'; vsFileDescription = 'FileDescription'; vsFileVersion = 'FileVersion'; vsInternalName = 'InternalName'; vsOriginalFilename = '...
unit Unit1; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.ComCtrls; type TForm3 = class(TForm) GroupBox1: TGroupBox; GroupBox2: TGroupBox; GroupBox3: TGroupBox; ProgressBar1...
//Exercicio 62: Uma pessoa aplicou um capital de R$ 6.000,00 a juros mensais de 26,5% durante um ano. //Escreva um algoritmo que determine e exiba o montante de cada mês durante esse período. { Solução em Portugol Algoritmo Exercicio 62; Const capital_inicial = 6000; juros = 1,265 Var mes: inteiro; Inicio ...
unit msmConcreteModels; // Модуль: "w:\common\components\gui\Garant\msm\msmConcreteModels.pas" // Стереотип: "Interfaces" // Элемент модели: "msmConcreteModels" MUID: (57ADC53E00B6) {$Include w:\common\components\gui\Garant\msm\msm.inc} interface uses l3IntfUses , l3Interfaces {$If NOT Defined(NoScripts)} , tfw...
unit untFiltreModificationHistogrammePoints; interface uses StdCtrls, Controls, ExtCtrls, Classes, contnrs, Windows, untHFiltreImage, untCalcImage; type THistogramme = (hRouge, hVert, hBleu); TPointHistogramme = class public X, Y : Integer; Visible : Boolean; constructor Create; ...
{ Clever Internet Suite Copyright (C) 2013 Clever Components All Rights Reserved www.CleverComponents.com } unit clIpAddress; interface {$I clVer.inc} uses {$IFNDEF DELPHIXE2} Classes, SysUtils, Windows, WinSock, {$ELSE} System.Classes, System.SysUtils, Winapi.Windows, Winapi.WinSock, {$ENDIF} clWinSo...
unit Model.ExtraviosMultas; interface uses Common.ENum, FireDAC.Comp.Client, System.Classes, DAO.Conexao, System.SysUtils, Control.Sistema; type TExtraviosMultas = class private FAcao: TAcao; FPercentual: Double; FSequencia: Integer; FObs: String; FEnvioCorrespondencia: String; FVerbaFran...
unit PatternsCollection; interface uses FuncList, DLLList; procedure ApplyPatternsAndGetLists(var InputStr: string; ADList: TDescInfList; ADLLList: TDLLList); implementation uses System.RegularExpressions; procedure FunctionWithParameters(var InputStr: string; ADList: TDescInfList; ADLLList: TDLLList); var ...
unit bombaDao; interface uses Bomba, DB, DM, IBQuery, IBDataBase, Classes; type T_BombaDao = class(TObject) private F_Qr: TIBQuery; F_Lista: TList; public constructor Create(db: TIBDataBase); destructor Destroy(); func...
unit SyncPath; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Buttons; const SMARTSYNC_TYPE_ESTABLISH = 1; SMARTSYNC_TYPE_ANALYSE = 2; SMARTSYNC_TYPE_SYNC = 3; SMARTSYNC_TYPE_COMPLETE = 99; type TSyncCallBack = proc...
unit ServiceControll; interface uses windows, Classes, SysUtils, WinSvc; function GetServiceStatusString(Code: Integer): string; function ServiceIsinstalled(ServiceName: string): Boolean; procedure StopService(ServiceName: string); procedure StartService(ServiceName: string); procedure UnInstallService(ServName: s...
unit UGTasksTabletDemo; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, FMX.TMSCloudBase, FMX.TMSCloudBaseFMX, FMX.TMSCloudCustomGoogle, FMX.TMSCloudGoogleFMX, FMX.TMSCloudCustomGTasks, FMX.TMSCloudGT...
unit atUserJournalHelper; // Модуль: "w:\quality\test\garant6x\AdapterTest\AdapterHelpers\atUserJournalHelper.pas" // Стереотип: "SimpleClass" // Элемент модели: "TatUserJournalHelper" MUID: (4D0A033202D2) interface uses l3IntfUses , UserJournalUnit , Contnrs , DocumentUnit , SearchUnit , DynamicTreeUnit , Ba...
unit IngGrid07; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, Grids, DBGrids, ComCtrls, ExtCtrls, AdoDb, DBActns, ActnList, DbClient, Menus, ImgList, ToolWin, StdActns, Db, JvExDBGrids, JvDBGrid, JvComponentBase, JvBalloonHint, JvBaseDlg, JvProgressDialog, JvFormPlac...
unit volfied_hw; //{$DEFINE MCU=1} interface uses {$IFDEF WINDOWS}windows,{$ENDIF} m68000,main_engine,controls_engine,gfx_engine,ym_2203,taitosnd,rom_engine, pal_engine,sound_engine{$IFDEF MCU},taito_cchip{$ELSE IF},volfied_cchip{$ENDIF}; function iniciar_volfied:boolean; implementation const volf...
unit uTimeVars; interface uses Classes, // Own units UCommon; type TTimeVars = class(THODObject) private FList: TStringList; function GetText: string; procedure SetText(const AValue: string); public //** Конструктор. constructor Create; //** Деструктор. destru...
{ CoreGraphics - CGGeometry.h * Copyright (c) 1998-2003 Apple Computer, Inc. * All rights reserved. } { Pascal Translation Updated: Peter N Lewis, <peter@stairways.com.au>, August 2005 } { Modified for use with Free Pascal Version 210 Please report any bugs to <gpc@microbizz.nl> } {$mode macpas} ...
[assembly: FlitBit.Wireup.Meta.WireupDependency(typeof(FlitBit.Represent.AssemblyWireup))]
{******************************************************************************* 作者: dmzn@163.com 2011-11-21 描述: 查看产品库存 *******************************************************************************} unit UFrameProductView; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Contr...
unit DataContainers.TField; interface uses System.SysUtils, System.Variants, Utils.TArrayUtil, Framework.Interfaces, ValidationRules.TIsEmptyValidationRule, ValidationRules.TDataTypeValidationRule, ValidationRules.TMaxLengthValidationRule; type TField = class(TInterfacedObject, IField) pri...
unit uRunUtils; {$mode objfpc}{$H+} interface uses Classes, SysUtils, process, FileUtil, AsyncProcess; type { TRunUtils } TRunUtils = class(TDataModule) // TODO - odstranit třídu runSyncProcess: TProcess; runAsyncProcess: TAsyncProcess; // TODO - na lokální proměnnou private { private declarat...
unit uAtualizacaoCampoMSSQL; interface uses System.Classes, Vcl.Controls, Vcl.ExtCtrls, Vcl.Dialogs, ZAbstractConnection, ZConnection, ZAbstractRODataset, ZAbstractDataset, ZDataset, System.SysUtils, uAtualizacaoBancoDeDados; type TAtualizacaoCampoMSSQL = class(TAt...
unit helpers; interface uses Vcl.Forms, xn.list, xn.list.index; {$M+} type TMyRecord = record private fCod: integer; procedure CodSet(aCod: integer); function CodGet: integer; public constructor Create(aCod: integer); property Cod: integer read CodGet write CodSet; ...
unit UAccessContainer; interface uses Classes, UAccessBase; type TVersionString = string[30]; TSAVAccessContainer = class(TObject) private FCaption: string; FDescription: string; FSID: string; FVersion: TVersionString; FID: Integer; FWorkDir: string; FFilepath: strin...
unit LUX.GPU.Vulkan.root; interface //#################################################################### ■ uses SYstem.Generics.Collections; type //$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$【型】 TVkDeviceObject<TVkDevice_,TVkParent_:class> = class; TVkDeviceLis...
unit ScanDocs; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, EnScan, EnImgScr, StdCtrls, sComboBox, sEdit, sSpinEdit, Buttons, sBitBtn, sLabel, ExtCtrls, sPanel, {, for, TScanner, } EnDiGrph, {, for, TDibGraphic, } EnDcxGr, EnPrint, {, for, TEnvisionPrintM...
unit nsPrimCachedEventsProcessor; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // // Библиотека "Data" // Модуль: "w:/garant6x/implementation/Garant/GbaNemesis/Data/nsPrimCachedEventsProcessor.pas" // Родные Delphi интерфейсы (.pas) // Generat...
unit NLDNotifier; interface uses Windows, Controls, Messages, SysUtils, Classes, Forms, StdCtrls, ExtCtrls, Contnrs, Graphics; type TNLDNotifier = class; TNotifyForm = class; TNotifyLabel = class(TLabel) private FForm: TNotifyForm; protected procedure Click; override; prop...
{ 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...
{$IFDEF WIN32} {$H+} {$ENDIF} unit csProp; { //-------------------------------------------------------------------- // Property access routines. // Contributed to public domain by Ken Revak Catalyst Systems. // // some minor modifications and 2 additional routines by Timo Hartmann //----------------...
unit Figure; {$mode objfpc}{$H+} interface uses Classes, SysUtils, Graphics, Transformation, Math, ExtCtrls; type { TFigure } TFigure = class(TPersistent) private FPenColor: TColor; FMinPoint, FMaxPoint: MegaPoint; FSelected: boolean; public FWorldPoints: array of MegaPoint; property...
unit testfile_Complex; interface uses uDataObject, Data.dbxJsonReflect, System.SysUtils, System.Classes; type // COMPLEX OBJECT - Contains TStringList as property. TMyComplexClass = class(TMyClass) private aStringList: TStringList; public class procedure RegisterConverters(aMar: ...
unit UFactory; interface uses System.SysUtils, Data.DBXJSON, UDaoConfiguracaoClient, UDaoPermissaoTelaClient, UDaoImagemClient, UDaoFormularioClient, UDaoUsuario, UDaoGrupoPessoa, UDaoImagemDSClient, UDaoImgCli, UDaoCliente, UDaoPadrao; type IFactory = interface ['{584046D2-0333-40A1-9318-237B20BF5...
unit TestImpl; interface uses Test, Test_int, orbtypes, orb_int, poa, mtdebug, SysUtils; type TTestIntfFactory_impl = class(TTestIntfFactory_serv) protected function create_test_intf: ITestIntf; override; end; TTestIntf_impl = class(TTestIntf_serv) protected function check_short(const value_in: sh...
unit UAccessFile; interface uses Classes, UAccessContainer, DB, md5; type TMD5 = string[32]; TSAVAccessFiles = class(TObject) private FContainer: TSAVAccessContainer; FDataSource: TDataSet; FRDataSource: TDataSet; FFileDir: string; procedure SetContainer(const Value: TSAVAcces...
unit fmSplash; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.ExtCtrls, ADC.Types, ADC.Common, ADC.GlobalVar, ADC.ADObject, Vcl.Imaging.pngimage; type TForm_Splash = class(TForm) Label...
{ RxHistoryNavigator unit Copyright (C) 2005-2011 Lagunov Aleksey alexs@hotbox.ru and Lazarus team original conception from rx library for Delphi (c) 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 Sof...
unit evExtSearch; { Библиотека "Эверест" } { Автор: Люлин А.В. © } { Модуль: evExtSearch - } { Начат: 14.09.2001 10:18 } { $Id: evExtSearch.pas,v 1.4 2005/03/02 09:08:36 lulin Exp $ } // $Log: evExtSearch.pas,v $ // Revision 1.4 2005/03/02 09:08:36 lulin // - bug fix: не компилировалось. // // Revision 1.3...
unit caTableQueryFactory; // Модуль: "w:\common\components\rtl\Garant\ComboAccess\caTableQueryFactory.pas" // Стереотип: "SimpleClass" // Элемент модели: "TcaTableQueryFactory" MUID: (56C4594703CF) {$Include w:\common\components\rtl\Garant\ComboAccess\caDefine.inc} interface {$If Defined(UsePostgres) AND Defined(Te...
object EncWarn: TEncWarn Left = 287 Top = 140 BorderStyle = bsDialog Caption = 'Warning!' ClientHeight = 88 ClientWidth = 376 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCr...
unit GX_FeedbackWizard; // Original Authors: // Stig Jørgensen <stig.joergensen@clearsky.dk> and // Erik Berry <eberry@gexperts.org> interface {$I GX_CondDefine.inc} {$WARN SYMBOL_PLATFORM OFF} uses Classes, Controls, Forms, Dialogs, StdCtrls, ExtCtrls, ComCtrls, ActnList, GX_BaseForm, Actions;...
unit hashed_command; interface THashedCommand=class(TAbstractTreeCommand) private fHash: T4x4LongWordRecord; procedure WriteHash(stream: TStream); procedure ReadHash(stream: TStream); function HashNotEmpty: boolean; protected procedure DefineProperties(Filer: TFiler); override; ...
unit mgLngLst; (* // // module: mglnglst.pas // author: Mickael P. Golovin // // Copyright (c) 1997-2000 by Archivarius Team, free for non commercial use. // // $Id: mglnglst.pas,v 1.7 2013/04/05 12:04:42 lulin Exp $ // *) {$I m0Define.inc} interface uses Windows, Messages, SysUtils, Consts, Classes, l3...
//Exercicio 20: Faça um algoritmo que verifique a validade de uma senha fornecida pelo usuário para ter acesso a //um terminal de consulta. A senha é um conjunto de caracteres que são: "fatecbt". O algoritmo deve imprimir //mensagem de permissão ou negação de acesso. { Solução em Portugol Algoritmo Exercicio 20...
unit mod_tappywords; {$mode objfpc}{$H+} interface uses Classes, SysUtils, // FileUtil, // fpSound, // LCL ExtCtrls, IntfGraphics, LCLType, Forms, Controls, Graphics, Dialogs, StdCtrls, // TappyTux tappyconfig, tappydrawer, tappymodules; type { TTappyWords } TTappyWords = class(TTappyModule)...
unit lazeyes2painter; {$mode objfpc}{$H+} interface uses Classes, Math, SysUtils, Graphics, Forms, LResources, StdCtrls, ExtCtrls, Controls, LCLType, LCLIntf; const // Sizes for the basic eye ellipse INT_EYE_WIDTH = 60; INT_EYE_HALFWIDTH = (INT_EYE_WIDTH div 2); INT_EYE_HALFWIDTH_SQR = INT_EYE_HALFWID...
unit sim_hid_io; { ################################################################################ Author: Ulrich Hornung Date: März 2008 Funktion: Simulieren von Benutzereingaben über die "Standart"-Delphi Möglichkeiten -> Steuerung von Metin2 (nur Tastatureingaben) Funktioniert leider nicht so toll -...
unit creaturesStrUtils; interface function ReplaceStr(const str: String; const find, replace: string): string; implementation uses StrUtils, Classes, SysUtils; function ReplaceStr(const str: String; const find, replace: string): string; var pstart, pfind: integer; begin Result := ''; pstart := 1;...
{* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Program: NsLookup Description: Demo for DnsQuery ICS component. Author: François Piette Creation: January 29, 1999 Version: 6.00 EMail: francois.piette@overbyte.be http://www.overbyte.be Support: Use the mail...
unit evCopyTableCellWidth; {* Интсрумент для копирования ширин колонок из одной таблицы в другую. } // Модуль: "w:\common\components\gui\Garant\Everest\evCopyTableCellWidth.pas" // Стереотип: "SimpleClass" // Элемент модели: "TevCopyTableCellWidth" MUID: (4F28F7160399) {$Include w:\common\components\gui\Garant\Evere...
unit Validator; interface procedure ValidateFilename(const FileName: string); implementation uses System.IOUtils, System.SysUtils; procedure ValidateFilename(const FileName: string); var ADirectory: string; begin if not TPath.HasValidPathChars(FileName, False) then raise Exception.CreateFmt('Invalid fi...
unit add_account; interface uses account; type {$M+} IAddAccountModel = interface ['{F54BD6F9-0516-4DB6-A564-2224F5748874}'] function name: String; overload; function name(const AValue: String): IAddAccountModel; overload; function email: String; overload; function email(const AValue: String...
{ *********************************************************************************** } { * CryptoLib Library * } { * Copyright (c) 2018 - 20XX Ugochukwu Mmaduekwe * } { * Github Repository <https://github.co...
unit cCadCongregacao; interface uses System.Classes, Vcl.Controls, Vcl.ExtCtrls, Vcl.Dialogs, FireDAC.Comp.Client, System.SysUtils; // LISTA DE UNITS type TCongregacao = class private // VARIAVEIS PRIVADA SOMENTE DENTRO DA CLASSE ConexaoDB: TFDConnection; F_cod_congregacao: Integer; F_cod_centr...
unit USelectPrices; interface uses System.SysUtils, System.Types, System.UITypes, System.Rtti, System.Classes, System.Generics.Collections, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Dialogs, FMX.StdCtrls, UDialog, FMX.ListBox, FMX.Layouts, FMX.Objects, UModel; type TPriceSelectDialog = class...
unit BufferClipbrd; interface uses Windows, Clipbrd, Buffer, SpeedBmp; procedure BitmapSaveToClipboard( Source : TBuffer ); procedure BitmapLoadFromClipboard( Dest : TBuffer ); implementation procedure BitmapSaveToClipboard( Source : TBuffer ); var Data : THandle; Format : word; ...
unit l3DataObject; {* Базовый класс для работы с IDataObject. } // Модуль: "w:\common\components\rtl\Garant\L3\l3DataObject.pas" // Стереотип: "SimpleClass" // Элемент модели: "Tl3DataObject" MUID: (4680F5AA0274) {$Include w:\common\components\rtl\Garant\L3\l3Define.inc} interface uses l3IntfUses , l3SimpleObjec...
unit fbkREQTYPETable; interface uses Classes, DB, DBISAMTb, SysUtils, DBISAMTableAU, DataBuf; type TfbkREQTYPERecord = record PType: String[4]; PDescription: String[30]; End; TfbkREQTYPEBuffer = class(TDataBuf) protected function PtrIndex(Index:integer):Pointer;override; pu...
unit InfoVenta; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, Db, TeeProcs, TeEngine, Chart, DBChart, ExtCtrls, Menus, ComCtrls, ToolWin, Series, Grids, DBGrids, ActnList, ImgList, printers, DateUtils, DBClient, System.Actions; type TFInfoVenta = class(TForm) ...
unit vg_ani; {$I vg_define.inc} interface uses Classes, SysUtils, vg_scene, //vgNonModelTypes, vgTypes, vgBounds, vgBitmap, vgVisualObject ; type TvgColorAnimation = class(TvgAnimation) private FStartColor: TvgColor; FStopColor: TvgColor; FPath, FPropertyName: AnsiString; FInstance...
namespace Sugar.Test; interface uses Sugar, Sugar.IO, RemObjects.Elements.EUnit; type FileHandleTest = public class (Test) private aFile: File; Data: Sugar.IO.FileHandle; public method Setup; override; method TearDown; override; method Close; method &Read; method &ReadOv...
{******************************************************************************* 作者: dmzn@163.com 2009-7-23 描述: 图像分析数据 *******************************************************************************} unit UFormParseData; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls,...
{ Copyright (C) 2018 Benito van der Zander (BeniBela) benito@benibela.de www.benibela.de This file is distributed under under the same license as Lazarus and the LCL itself: This file is distributed under the Library GNU General Public License with the fol...
namespace Sugar.Threading; interface uses Sugar, Sugar.Collections; type {$IF COOPER} Thread = public class mapped to java.lang.Thread {$ELSEIF ECHOES} Thread = public class mapped to System.Threading.Thread {$ELSEIF TOFFEE} Thread = public class mapped to Foundation.NSThread {$ENDI...
unit UWebView; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Dialogs, FMX.TMSNativeUIButton, FMX.TMSNativeUITextField, FMX.TMSNativeUIView, FMX.TMSNativeUIWebView, FMX.TMSNativeUIBaseControl, FMX.TMSNativeUIToolBar; type...
unit l3IDList; {*Лист идентификаторов с математикой (объединение, вычитание, пересечение)} // Модуль: "w:\common\components\rtl\Garant\L3\l3IDList.pas" //?? Стереотип: "SimpleClass" //?? Элемент модели: "Tl3LongintList" MUID: (47BB29D40117) {$Include w:\common\components\rtl\Garant\L3\l3Define.inc} interface uses ...
unit l3BoxMM; { Библиотека "L3 (Low Level Library)" } { Автор: Люлин А.В. © } { Модуль: l3BoxMM - } { Начат: 28.05.2004 19:49 } { $Id: l3BoxMM.pas,v 1.17 2013/04/08 14:50:41 lulin Exp $ } // $Log: l3BoxMM.pas,v $ // Revision 1.17 2013/04/08 14:50:41 lulin // - портируем...
unit np.common; interface uses SysUtils; const {$IFDEF LINUX64} NODEPAS_LIB = 'libnodepas.so'; {$ENDIF} {$IFDEF WIN64} NODEPAS_LIB = 'nodepaslib64.dll'; {$ENDIF} {$IFDEF WIN32} NODEPAS_LIB = 'nodepaslib32.dll'; // {$Message Error 'only 64 bit windows support!'} {$ENDIF} type SIZE_T = NativeUInt; p...
{ cmdline.pas Command line parsing methods Copyright (C) 2006-2007 Felipe Monteiro de Carvalho This file is part of MkSymbian build tool. MkSymbian is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Fou...
unit DataStructuresU; interface type TProjectData = class(TObject) public ID, Caption, FileName :String; constructor Create(); end; implementation { TProjectData } constructor TProjectData.Create; begin ...
unit signup_test; interface uses System.JSON, DUnitX.TestFramework, signup, account, http_intf, controller_intf, add_account, delphi.mocks, email_validator_intf; type ITypeSut = interface ['{6B289352-E5CA-4F63-845F-523EC2A99E86}'] function MockSut: IController; function EmailValidat...
program ProgramName(input, output, acct11, out11); { Chapter 11 Assignment Alberto Villalobos May 15, 2014 Description: This program simulates an online credit system, in which accounts are stored in Input: A file with account information. Interactive input from the user, account number and amount. Negative...
unit DW.OSDevice.Linux; {*******************************************************} { } { Kastri Free } { } { DelphiWorlds Cross-Platform Library }...
unit CommentInTableAndScrollTest; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // // Библиотека "TestFormsTest" // Модуль: "w:/common/components/gui/Garant/Daily/CommentInTableAndScrollTest.pas" // Родные Delphi интерфейсы (.pas) // Generated ...
{ *********************************************************************************** } { * CryptoLib Library * } { * Copyright (c) 2018 - 20XX Ugochukwu Mmaduekwe * } { * Github Repository <https://github.co...
unit unit_Samples; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, System.ThreadSafe, FMX.Controls.Presentation, FMX.StdCtrls, FMX.ScrollBox, FMX.Memo; type TForm2 = class(TForm) Button1: TBu...
UNIT A6Q1TPU ; INTERFACE type nodeptr = ^node ; stackitem = string ; node = record value: stackitem ; next: nodeptr end ; stack = nodeptr ; var memory_count: integer ; procedure get_node( var P: nodeptr ); procedure return_node(var P: nodeptr) ; procedure create(var S:stac...
unit uMain; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, System.Math.Vectors, FMX.MaterialSources, FMX.Controls3D, FMX.Objects3D, FMX.Viewport3D, FMX.Ani, FMX.Controls.Presentation, FMX.StdCtrls, F...
program astronomia; const dimF = 53; type galaxia = record nombre :string; tipo :integer; masa :real; distancia :real; end; picos = record primero :galaxia; segundo :galaxia; end; galaxias = array[1..dimF] of galaxia; cantidades = arr...
{ Copyright (C) 2013-2019 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 LUX.GPU.Vulkan.Buffer.Unifor; interface //#################################################################### ■ uses vulkan_core, LUX.GPU.Vulkan.Buffer; type //$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$【型】 TVkUniBuf<TVkDevice_:class> = class; TVkUn...
unit WinSockRDOConnection; interface uses {$IFNDEF AutoServer} SmartThreads, {$ENDIF} Classes, ComObj, Windows, {$IFDEF AutoServer} RDOClient_TLB, {$ENDIF} RDOInterfaces, SocketComp, SyncObjs; {$IFDEF AutoServer} type TSmartThread = TThread; {$ENDIF} typ...
{ $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...
unit fMain; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, Menus, StdCtrls, ComCtrls, ActnList, Panel, StrUtils; const _SUF_OBJECT = '.opnl'; _SUF_SERVER = '.spnl'; type TF_Main = class(TForm) MM_Main: TMainMenu; MI_Help: TMenuItem; MI_About:...
program main; {$I express.inc} uses Classes, SysUtils, CustApp, Math, Windows, xpr.utils, xpr.bytecode, xpr.AST, xpr.parser, xpr.lexer, xpr.interpreter, xpr.errors; type TMyApplication = class(TCustomApplication) protected procedure DoRun; override; public constructor Create(TheOwner: T...
{ *********************************************************************************** } { * CryptoLib Library * } { * Copyright (c) 2018 - 20XX Ugochukwu Mmaduekwe * } { * Github Repository <https://github.co...
unit uEnumerador; interface const CRegistroNaoEncontrado: string = 'Registro não Encontrado.'; CRegistroInativo: string = 'Registro Inativo.'; DataEmBranco: string = '/ /'; HoraEmBranco: string = ':'; CDisplayFormatCliente: string = '000000'; CDisplayFormatCodigo: string = '0000'; QUEBRA_LINHA = #13 + ...
unit Tox; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ComCtrls; type TfTox = class(TForm) procedure FormPaint(Sender: TObject); procedure FormMouseMove(Sender: TObject; Shift: TShiftState; X, Y: Integer); procedure ...
// ********************************************************************** // // Copyright (c) 2001 MT Tools. // // All Rights Reserved // // MT_DORB is based in part on the product DORB, // written by Shadrin Victor // // See Readme.txt for contact information // // *****************************************************...
{ *************************************************************************** Copyright (c) 2015-2021 Kike Pérez Unit : Quick.AutoMapper Description : Auto Mapper object properties Author : Kike Pérez Version : 1.5 Created : 25/08/2018 Modified : 07/04/2021 This file is part of...
unit CalcDemos; interface uses SysUtils, Classes, tfTypes, tfBytes, tfHashes; procedure FluentCalcHash(const FileName: string); procedure CalcHash(const FileName: string); procedure SHA1_HMAC_File(const FileName: string; const Key: ByteArray); procedure DeriveKeys(const Password, Salt: ByteAr...
{ $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...
(** This module contains methods for initialising all the various wizard interfaces required by the application. @Version 1.0 @Author David Hoyle @Date 19 Dec 2016 **) Unit InitialiseOTAInterface; Interface Uses ToolsAPI; {$INCLUDE 'CompilerDefinitions.inc'} Procedure Register; Function Init...