text
stringlengths
14
6.51M
{ File: SFNTTypes.p Contains: Font file structures. Version: Technology: Mac OS 9 / Carbon Release: Universal Interfaces 3.4.2 Copyright: © 1994-2002 by Apple Computer, Inc., all rights reserved. Bugs?: For bug reports, consult the following page on ...
{ *************************************************************************** Copyright (c) 2015-2022 Kike Pérez Unit : Quick.Data.Redis Description : Redis client Author : Kike Pérez Version : 1.0 Created : 22/02/2020 Modified : 07/03/2022 This file is part of QuickLib: https:...
unit Well1024; { Delphi Implementation of WELL 1024a Random Number Generator see: http://de.wikipedia.org/wiki/Well_Equidistributed_Long-period_Linear http://en.wikipedia.org/wiki/Well_equidistributed_long-period_linear } interface uses Classes; (* orginal Code see: http://www.iro.umontreal.ca/~pan...
{******************************************************************************* 作者: dmzn@163.com 2011-11-30 描述: 销售员销售明细 *******************************************************************************} unit UFormReportSalerView; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, C...
unit untFiltreFondu; interface uses StdCtrls, Controls, ExtCtrls, Classes, untHFiltreImageImage, untCalcImage; type TfrmFiltreFondu = class(TfrmHFiltreImageImage) grbParametres: TGroupBox; edtRouge: TEdit; lblRouge: TLabel; edtVert: TEdit; lblBleu: TLabel; edtBleu: TEdit;...
unit udmTabsVeiculos; interface uses Windows, System.UITypes,Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, udmPadrao, DBAccess, IBC, DB, MemDS; type TdmTabsVeiculos = class(TdmPadrao) qryManutencaoCGC: TStringField; qryManutencaoVEICULO: TIntegerField; qryManutencaoPROD...
unit uDbTypes; {$mode objfpc}{$H+} interface uses Db; type TDbKeyType = integer; const ftDbKey:TFieldType = ftInteger; procedure DbFieldAssignAsDbKey(D:TDataSet; const FieldName:string; F:TField);overload; procedure DbFieldAssignAsDbKey(D:TDataSet; const FieldName:string; const Val:string);overload; function...
unit configuration; {$mode objfpc}{$H+} interface uses Classes, SysUtils, IniFiles; type TUserStatus = (usAdmin, usSimple, usBanned); // in future it can increase enums { TConfig } TConfig = class private FIni: TMemIniFile; FUsers: TStringList; function GetAPIEndPoint: String; function G...
unit StockDetailsFRM; 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.Buttons, System.UITypes, StockController, ItemController; type TStockMode = (smEdit, smNe...
unit kwPopEditorEditFormula; {* *Формат:* указатель_на_редактор pop:editor:EditFormula *Описание:* Открывает окно редактирование формулы и нажимает на "Ок". *Пример:* [code] focused:control:push pop:editor:EditFormula [code] *Результат:* Появится диалог редактирования формулы и будет закрыт по нажатии кнопки "Ок" *...
{ The builder pattern is similar to abstract factory, except that the consumer only sees the highest level of abstraction. Intermediate products are identified in parameters via some kind of index or other key identifier. } unit Builder; interface uses AbstractFactory; type IMazeBuilder = interface pro...
{ Oasis Digital Touch Screen Slider Control Copyright (c) 2006, Oasis Digital Solutions Inc. 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 source code must retain the above ...
unit Map; interface uses Windows, Classes, Graphics, Threads, GameTypes, LanderTypes, MapTypes, ImageCache; type TLandItem = record id : idLand; height : integer; end; type TLandRow = array[word] of TLandItem; TLandItems = array[word] of ^TLandRow; type TLandHeightInfo = THeigh...
{ *********************************************************************************** } { * CryptoLib Library * } { * Copyright (c) 2018 - 20XX Ugochukwu Mmaduekwe * } { * Github Repository <https://github.co...
unit Movie; interface uses Kernel, Surfaces, WorkCenterBlock, StdFluids, ServiceBlock, MediaGates, Protocol; const tidService_Movie = 'Movie'; const MovieAveragePrice = 5; //const //MoviePotencialClients : array[TPeopleKind] of integer = (90, 150, 250); type TMetaMovieBlock = ...
unit ucFrmTile; interface uses uvMain, umTileData, uvITileView; type TRemoveTileProc = procedure (aTile : ITileView) of object; TFrmTileController<D : TTileDataModel> = class abstract protected fView: TFormMain; fRemoveTileProc : TRemoveTileProc; fTileViewFab : ITileViewFab; ...
(* Usage ( *nix ): get: curl -i http://localhost:8080/api/person wget --quiet --server-response -O- http://localhost:8080/api/person * or point your browser to http://localhost:8080/api/person post: curl -i -d '{"Name":"bill"}' http://localhost:8080/api/person wget --quiet --serv...
unit K615679638; {* [Requestlink:615679638] } // Модуль: "w:\common\components\rtl\Garant\Daily\K615679638.pas" // Стереотип: "TestCase" // Элемент модели: "K615679638" MUID: (5694C6F30101) // Имя типа: "TK615679638" {$Include w:\common\components\rtl\Garant\Daily\TestDefine.inc.pas} interface {$If Defined(nsTest)...
unit uChamadoVO; interface uses System.SysUtils, uChamadoStatusVO, System.Generics.Collections, uChamadoOcorrenciaVO, uChamadoColaboradorVO, uKeyField, uTableName; type [TableName('Chamado')] TChamadoVO = class private FIdStatus: Integer; FDescricao: string; FIdTipo: Integer; FHoraAtendeAtu...
unit ddAppConfigRes; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // // Библиотека "dd$AppConfig" // Автор: Люлин А.В. // Модуль: "w:/common/components/rtl/Garant/dd/ddAppConfigRes.pas" // Начат: 11.03.2010 18:41 // Родные Delphi интерфейсы (....
unit GX_Backup; {$I GX_CondDefine.inc} interface uses Classes, Controls, Forms, ExtCtrls, Dialogs, StdCtrls, ToolsAPI, GX_Progress, GX_Experts, GX_ConfigurationInfo, GX_Zipper, AbArcTyp, AbUtils, GX_BaseForm, GX_GenericUtils; type TBackupExpert = class; TBackupType = (btFile, btDir); T...
unit ZMEOC19; (* ZMEOC19.pas - EOC handling Copyright (C) 2009, 2010 by Russell J. Peters, Roger Aelbrecht, Eric W. Engler and Chris Vleghert. This file is part of TZipMaster Version 1.9. TZipMaster is free software: you can redistribute it and/or modify it under the terms of the GNU ...
unit PE.Imports.Func; interface uses System.Generics.Collections, System.SysUtils, PE.Common; type TPEImportFunction = class public Ordinal: uint16; Name: String; procedure Clear; inline; constructor CreateEmpty; constructor Create(const Name: String; Ordinal: uint16 = 0...
unit LocaleMessages; interface type TLocaleMessages = ( c_ApplicationTitle // EasyUpdateForm , c_EasyUpdateFormCaption , c_EasyUpdateFormStatusGroupBoxCaption , c_EasyUpdateFormAutomaticUpdateLabelCaption , c_EasyUpdateFormNextTimeRunLabelCaption , c_EasyUpdateFormLastTimeRunLabelCaption , c_EasyUpdat...
unit MorrisASM; {$mode objfpc}{$H+} interface procedure Tokenize(s:ansistring); procedure error(s: ansistring; ln: integer); function isnum(s: ansistring):boolean; function isbinnum(s: ansistring):boolean; procedure ALM; function listlabels:boolean; procedure resetASM; function hex2dec(s: ansistring): int...
unit TimerTypes; interface type ITickeable = interface function Enabled : boolean; function Tick : integer; end; type ITicker = interface // private function GetEnabled : boolean; procedure SetEnabled(which : boolean); // public ...
{!DOCTOPIC} { Finder functions } const TM_SQDIFF = 0; TM_SQDIFF_NORMED = 1; TM_CCORR = 2; TM_CCORR_NORMED = 3; TM_CCOEFF = 4; TM_CCOEFF_NORMED = 5; {-------------------------------------------------------------------------------] Raw base for MatchTemplate [------...
{********************************************************************* * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * Autor: Brovin Y.D. * E-mail: y...
{ Programmname: Befreiungsaufgabe Befreiungsaufgabe PS1 WS 2012 Minesweeper in Pascal ohne GUI, nur Textausgabe. Author: Gerrit Paepcke Erstelldatum: 9.11.2012 Bisherige Änderungen: keine } unit Udisplay; interface type Score = RECORD Name: String[50]; // Name des Spielers in der Highscore ...
unit enet_consts; (* enet freepascal conversion constant and some functions 1.3.12 freepascal - fix time function - add missing commnet in Packet Flag - fix shift operator on constants - fix decaration of invalid socket *) // for C/C++ interface compatiblity. but useless {.$DEFINE PACK} ...
unit ObservFile; interface uses RinexFile, Classes; type PMath = procedure(Sender: TObject; sMath: String) of Object; type TObservFile = Class(TRinexFile) private { Private declarations } FFileName: String; FMath: PMath; function Parse(sRegex: String): String; overload; function Parse(sReg...
unit DamDialog; {$IFDEF FPC}{$mode delphi}{$ENDIF} interface uses {$IFDEF FPC} Forms, Classes, ActnList, Buttons, Controls, ExtCtrls, {$ELSE} Vcl.Forms, System.Classes, System.Actions, Vcl.ActnList, Vcl.StdCtrls, Vcl.Buttons, Vcl.Controls, Vcl.ExtCtrls, {$ENDIF} // DamUnit, DamLanguage, Vcl.D...
program Quadratzahl (input,output); { berechne die Quadrate der Zahlen von 1 bis 10 } const MAXINDEX = 10; type tIndex = 1..MAXINDEX; var i : tIndex; { Laufvariable } begin for i := 1 to MAXINDEX do writeln(i:2, sqr (i):5) end.
unit l3CharSkipper; { Библиотека "L3 (Low Level Library)" } { Автор: Люлин А.В. © } { Модуль: l3CharSkipper - } { Начат: 03.05.2001 17:39 } { $Id: l3CharSkipper.pas,v 1.5 2015/09/25 09:44:34 dinishev Exp $ } // $Log: l3CharSkipper.pas,v $ // Revision 1.5 2015/09/25 09:44:34 d...
unit CompFileAssoc; { Inno Setup Copyright (C) 1997-2005 Jordan Russell Portions by Martijn Laan For conditions of distribution and use, see LICENSE.TXT. Functions for registering/unregistering the .iss file association $jrsoftware: issrc/Projects/CompFileAssoc.pas,v 1.13 2009/04/21 13:46:04 mlaan Exp $ ...
unit Service; interface uses System.SysUtils, System.SyncObjs, System.Classes, Vcl.ExtCtrls, Constants, XSuperObject, XSuperJSON, System.DateUtils, IniFiles, Forms, Data.Win.ADODB, Data.DB, Data.DBXFirebird, Data.FMTBcd, Data.SqlExpr, IBX.IBDatabase, IBX.IBCustomDataSet, IBX.IBDatabaseInfo, IBX.IBServices, Syst...
{!DOCTOPIC}{ Type » TDoubleArray } {!DOCREF} { @method: function TDoubleArray.Len(): Int32; @desc: Returns the length of the array. Same as 'Length(arr)' } function TDoubleArray.Len(): Int32; begin Result := Length(Self); end; {!DOCREF} { @method: function TDoubleArray.IsEmpty(): Boolean; @desc: Return...
{ Subroutine SST_R_PAS_WRITE * * Process a WRITE or WRITELN statement. The tag indicating a WRITE or * WRITELN statement was just read in the RAW_STATEMENT syntax. } module sst_r_pas_WRITE; define sst_r_pas_write; %include 'sst_r_pas.ins.pas'; procedure sst_r_pas_write; {process WRITE and WRITELN st...
{$I ACBr.inc} unit ACBrCIOTOperacoesTransporte; interface uses Classes, Sysutils, Dialogs, Forms, StrUtils, ACBrCIOTUtil, ACBrCIOTConfiguracoes, //ACBrCTeDACTEClass, smtpsend, ssl_openssl, mimemess, mimepart, // units para enviar email pciotCIOT, pciotVeiculoR, pciotVeiculoW, pcnConversao, pcnAuxiliar, pcn...
unit TableSelectTest; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // // Библиотека "TestFormsTest" // Модуль: "w:/common/components/gui/Garant/Daily/TableSelectTest.pas" // Родные Delphi интерфейсы (.pas) // Generated from UML model, root ele...
unit vtDebug; {$I vtDefine.inc } {.$Define OutToConsole} interface uses Sysutils; Type TvtDebugException = class(Exception); procedure dbgAppendToLogLN(const aFileName : TFileName; const aText : String); overload; procedure dbgAppendToLogLN(const aText : String); overload; procedure dbgAppendToLog(const ...
unit RESTRequest4D.Request.Authentication.Intf; interface type /// <summary> /// Interface that represents the authentication of the request. /// </summary> IRequestAuthentication = interface ['{872B5C31-1FD3-4852-9181-CDAB194F9C38}'] /// <summary> /// Removes authentication data. /// </su...
{$INCLUDE ../../flcInclude.inc} {$INCLUDE ../flcCrypto.inc} unit flcTestCryptoHash; interface {$IFDEF CRYPTO_TEST} procedure Test; {$ENDIF} implementation {$IFDEF CRYPTO_TEST} uses flcCryptoUtils, flcCryptoHash; { } { Test ...
unit uRevendaController; interface uses System.SysUtils, uDMRevenda, uRegras, uEnumerador, uDM, Data.DB, Vcl.Forms; type TRevendaController = class private FModel: TDMRevenda; FOperacao: TOperacao; procedure Post; procedure SalvarEmail(AIdRevenda: Integer); function IdAtual: Integer; publ...
unit aeTransform; interface uses types, aeConst, aeMaths; type TaeTransform = class protected _rotation: TaeMatrix44; // _rotation: TaeQuaternion; _position: TPoint3D; _scale: TPoint3D; public constructor Create; procedure CopyTransformFrom(t: TaeTransform); procedure Reset; ...
unit ConfigForm; {$mode objfpc}{$H+} interface uses Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ExtCtrls, Buttons, StdCtrls, ActnList, config; type { TFormConfig } TFormConfig = class(TForm) ActionOK: TAction; ActionList: TActionList; ButtonOK: TButton; EditHost: ...
namespace Sugar.Test; interface uses Sugar, RemObjects.Elements.EUnit; type MathTest = public class (Test) private const Deg: Integer = 30; const Rad: Double = Deg * (Consts.PI / 180); public method AbsDouble; method AbsInt64; method AbsInt; method Acos; metho...
{ *********************************************************************************** } { * CryptoLib Library * } { * Copyright (c) 2018 - 20XX Ugochukwu Mmaduekwe * } { * Github Repository <https://github.co...
unit TestTreeSeacher; {* - поиск в дереве тестов. } interface uses ComCtrls, l3Base, l3Types, l3Interfaces; type TFindStatus = (fsNotStart, fsFound, fsNotFound); TTestTreeSeacher = class private f_FindStr : Tl3WString; {* - строка для поиска. } f_FoundNode : TTreeNode; {* - найденный узел. } ...
unit stListPrintAndExportFontSizeItem; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // // Библиотека "View" // Модуль: "stListPrintAndExportFontSizeItem.pas" // Родные Delphi интерфейсы (.pas) // Generated from UML model, root element: SimpleC...
unit ClientModuleUnit1; interface uses System.SysUtils, System.Classes, ClientClassesUnit1, IPPeerClient, Datasnap.DSClientRest; type TClientModule1 = class(TDataModule) DSRestConnection1: TDSRestConnection; private FInstanceOwner: Boolean; FMetodosGeraisClient: TMetodosGeraisClient; FMetodos...
unit RDOClient_TLB; { This file contains pascal declarations imported from a type library. This file will be written during each import or refresh of the type library editor. Changes to this file will be discarded during the refresh process. } { RDOClient Library } { Version 1.0 } interface uses Windows, Act...
unit k2AtomOperation; { Библиотека "K-2" } { Автор: Люлин А.В. © } { Модуль: k2AtomOperation - } { Начат: 18.10.2005 13:53 } { $Id: k2AtomOperation.pas,v 1.12 2014/04/08 17:13:26 lulin Exp $ } // $Log: k2AtomOperation.pas,v $ // Revision 1.12 2014/04/08 17:13:26 lulin // - переходим от интерфейсов к объе...
unit fmuEJOperations; interface uses // VCL Windows, StdCtrls, Controls, Classes, SysUtils, Forms, ExtCtrls, Buttons, Graphics, // This untPages, untUtil, untDriver, Spin; type { TfmEKLZ } TfmEJOperations = class(TPage) grpActivization: TGroupBox; btnEKLZActivization: TButton; btnEKLZActiv...
unit uMainForm; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, EDK.Core, EDK.EmoState, EDK.ErrorCodes, Vcl.ExtCtrls, Vcl.Samples.Spin; type TForm2 = class(TForm) gbEDK: TGroupBox; gbDe...
unit IedRangeWordsPack; // Модуль: "w:\common\components\rtl\Garant\ScriptEngine\IedRangeWordsPack.pas" // Стереотип: "ScriptKeywordsPack" // Элемент модели: "IedRangeWordsPack" MUID: (55E5A40600C8) {$Include w:\common\components\rtl\Garant\ScriptEngine\seDefine.inc} interface {$If NOT Defined(NoScripts)} uses l3I...
// SAX for Pascal Buffered Helper Classes, Simple API for XML Interfaces in Pascal. // Ver 1.1 July 4, 2003 // http://xml.defined.net/SAX (this will change!) // Based on http://www.saxproject.org/ // No warranty; no copyright -- use this as you will. unit BSAXHelpers; interface uses Classes, SysUtils, SAX, S...
(************************************************************************* ** IXXAT Automation GmbH ************************************************************************** ** ** $Workfile: UnitMain.PAS $ UnitMain ** Summary: Demonstration for configuration and update from a ** CAN-object with V...
unit KeyBoardAndDebuggin; interface uses ToolsApi, System.Classes, Vcl.Menus, SysUtils, Windows; type TDebuggingOTAExample = class(TNotifierObject, IOTAWizard) private procedure Execute; function GetIDString: string; function GetName: string; function GetState: TWizardState; public constru...
//------------------------------------------------------------------------ // // Name : Cyclic Redundancy Code (CRC) // Authors : Rob F. / Entire Group // Email : RobusAsmoder@ukr.net // Date : 23 june 2008 ... 04.02.2014 // Description : Oh ... // // GenCRC(MAS,$31,CRC_MODE_8); ...
unit REST.Handler; interface uses System.Classes, System.SysUtils, FMX.Types, REST.Client, REST.Json, JSON; type THandlerException = class(Exception); TArrayOfString = TArray<string>; TArrayOfStringHelper = record helper for TArrayOfString function ToString: string; overload; inline; function ToJso...
unit Parser; {$I CSXGuard.inc} interface uses CvarDef; procedure ReadConfig; procedure ProcessCommand(const Command, Value: String; const Host: Byte = HOST_PARSER); procedure Cmd_Debug_Parser; cdecl; procedure Cmd_ShowCVars; cdecl; procedure ShutdownParser; implementation uses HLSDK, VoiceExt, MsgAPI, SysUtils,...
unit PeriodForma; {$I defines.inc} interface uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls, Buttons, ExtCtrls, Mask, ComCtrls, ToolWin, ActnList, OkCancel_frame, System.Actions, Vcl.ImgList; type TPeriodForm = class(TForm) pnlBtns: TPanel; ActionList1: TActionList; actTodayF...
//****************************************************************************** //*** COMMON FUNCTIONS *** //*** *** //*** (c) Massimo Magnano 2000-2005 ...
/// <summary> /// Contains a list of types, constants, variables and generic utility methods used in the whole suite.<para></para> /// You will normally need to use this file when using FlexCel. /// </summary> unit tms...
unit FilterAPI; interface uses SysUtils, Classes, Windows; /// //////////////////////////////////////////////////////////////////////////// // // (C) Copyright 2011 EaseFilter Technologies Inc. // All Rights Reserved // // This software is part of a licensed software product and may // only be used or copied i...
{ ******************************************************************************* Copyright (c) 2004-2010 by Edyard Tolmachev IMadering project http://imadering.com ICQ: 118648 E-mail: imadering@mail.ru ******************************************************************************* } unit FileTran...
unit Model.Estados; interface uses Common.ENum, FireDAC.Comp.Client, DAO.Conexao; type TEstados = class private FAcao: TAcao; FUF: String; FNome: String; FQuery: TFDQuery; FConexao: TConexao; public property UF: String read FUF write FUF; property Nome: String read FNome write FNom...
unit nsUnderControlNode; //////////////////////////////////////////////////////////////////////////////// // Библиотека : Проект Немезис; // Назначение : Корень списка документов на контроле; // Версия : $Id: nsUnderControlNode.pas,v 1.7 2015/01/28 12:05:56 kostitsin Exp $ /////////////////////////////////////////...
unit seleccionCuenta; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, seleccion, cxGraphics, cxControls, cxLookAndFeels, cxLookAndFeelPainters, dxRibbonSkins, dxSkinsCore, dxSkinsDefaultPainters, dxSkinsdxRib...
unit ioresdecode; {$mode objfpc} {$H+} interface uses Classes, SysUtils; function IOResultDecode(AIOResult:Word):string; implementation Type TIOResultValue = record code : word; value : string; end; const CountIOResultValue = 30; var IOResultValueArray: array [0..CountIOResultValue-1] of TIORe...
unit FormTeste; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, FireDAC.Stan.Intf, FireDAC.Stan.Option, FireDAC.Stan.Error, FireDAC.UI.Intf, FireDAC.Phys.Intf, FireDAC.Stan.Def, FireDAC.Stan.Pool, FireDAC.Stan.As...
unit AceMeter; { ---------------------------------------------------------------- Ace Reporter Copyright 1995-2004 SCT Associates, Inc. Written by Kevin Maher, Steve Tyrakowski ---------------------------------------------------------------- } interface {$I ace.inc} uses windows, SysUtils, Messages,...
object fmUsesExpertOptions: TfmUsesExpertOptions Left = 338 Top = 241 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Uses Clause Manager Options' ClientHeight = 97 ClientWidth = 249 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = ...
unit Json.Conection; interface Uses System.SysUtils, Vcl.Forms; type TjsonConect = class private { private declarations } FIP: String; FDB: String; FUSER: String; FSENHA: String; FPORTA_MYSQL: Integer; FPORTA_CHANNEL1: Integer; FPORTA_CHANNEL2: Integer; FPORTA_CHANNEL3: Int...
unit CodecIntf; interface uses Windows, CompressIntf; const E_ALLOCATE = hResult(-100); E_BADINFO = hResult(-101); type ICodec = interface['{3A1075C0-652C-11d3-B638-00400566F3E8}'] function GetInfo(lpInfo : pointer; out InfoSize : integer) : hResult; stdcall; functio...
{$M+} unit uClass_LancamentoOS; interface uses FireDAC.Comp.Client, FireDAC.Stan.Param, System.SysUtils, Data.DB; type TTotalizador = record HProposta : String; HTrabalhada : String; HSaldo : String; HSaldoNegativo : Boolean; end; type TClass_Lancament...
unit TTSPROCESSTable; interface uses Classes, DB, DBISAMTb, SysUtils, DBISAMTableAU, DataBuf; type TTTSPROCESSRecord = record PAutoInc: Integer; PLenderNum: String[4]; PType: Integer; PStart: String[20]; PStop: String[20]; PStopStatus: String[10]; PUserID: String[10];...
unit MobileInternetVersionMenuForm_Unit; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, vtHoverButton, ImgList, vtPngImgList, tb97ctls, ExtCtrls; type TmivUserCommand = (mucCancel, mucStartWorkingWithInternetVersion, mucObtainRequisites, mucWorkLocal, muc...
unit GetAreaAddedActivitiesUnit; interface uses SysUtils, BaseExampleUnit; type TGetAreaAddedActivities = class(TBaseExample) public procedure Execute; end; implementation uses ActivityUnit, EnumsUnit; procedure TGetAreaAddedActivities.Execute; var ErrorString: String; Limit, Offset, Total: in...
unit Model.Tiragem; interface type TTiragem = class private var FId: System.Integer; FData: System.TDate; FRoteiro: System.String; FEntregador: System.Integer; FProduto: System.String; FTiragem: System.Integer; public property ID: System.Integer read FId write FId; property Dat...
// Based on TOmniBaseBoundedStack class from the OmniThreadLibrary, // originally written by GJ and Primoz Gabrijelcic. unit FastMM4LockFreeStack; interface type PReferencedPtr = ^TReferencedPtr; TReferencedPtr = record PData : pointer; Reference: NativeInt; end; PLinkedData = ^TLinkedData; TLi...
{ common procedures} unit procs; interface uses Forms, progressfrm; const appVer : string = '0.1 alpha'; defaultPanels : integer = 2; debugging : boolean = false; W2K : boolean = false; regPath = 'Software\FC'; function getCfgStr(const key,default:string):string; procedure putCfgStr(const key:stri...
unit ULiveContactsDemo; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Dialogs, FMX.StdCtrls, FMX.TMSCloudBase, FMX.TMSCloudLiveContacts, FMX.Layouts, FMX.ListBox, FMX.Edit, FMX.Objects, FMX.TMSCloudImage, FMX.Memo, IOUtil...
{ Subroutine SST_W_C_EXP_ARRAY (EXP) * * Write the value of the expression EXP. EXP is a constant array expression. * This is allowed only in the initialization of an array variable. } module sst_w_c_EXP_ARRAY; define sst_w_c_exp_array; %include 'sst_w_c.ins.pas'; procedure sst_w_c_exp_array ( {write e...
unit sliding_window; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls; type TSlidingForm = class(TForm) private sollpos_left, sollpos_top: integer; sld_timer: TTimer; procedure sld_timer_timer(Sender: TObject); public ...
unit nsOpenDocOnNumberData; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // // Библиотека "View" // Автор: Люлин А.В. // Модуль: "w:/garant6x/implementation/Garant/GbaNemesis/View/nsOpenDocOnNumberData.pas" // Начат: 28.10.2009 0*07 // Родные ...
unit EditXControl_TLB; { This file contains pascal declarations imported from a type library. This file will be written during each import or refresh of the type library editor. Changes to this file will be discarded during the refresh process. } { EditXControl Library } { Version 1.0 } { Conversion log: Hi...
Unit MVCBr.FireDACModel; { MVCBr www.tireideletra.com.br amarildo lacerda } interface uses Classes, forms, SysUtils, MVCBr.Interf, MVCBr.Model, MVCBr.FireDACModel.Interf, MVCBr.Controller, MVCBr.DatabaseModel, MVCBr.DatabaseModel.Interf, FireDAC.Comp.Client, FireDAC.Stan.Def; Type TFir...
(* To compile and run: $ fpc ch-1.pas $ ./ch-1 100 13015 *) program Hello(input, output); uses sysutils; var n, x, y, s: integer; function gcd(a, b: integer): integer; var t: integer; begin while b <> 0 do begin t := b; b := a mod b; a := t; end; gcd := a...
unit Functions; interface uses Forms, Windows, Classes, SysUtils, ShellAPI, ZipMstr19, ZmUtils19, ShlObj, ActiveX; type TLineBreak = (lbWindows, lbLinux, lbMac); function RawFileCopy(ASrc, ADst: string): boolean; function ShellExecuteAndWait(FileName: string; Params: string): boolean; function Fi...
unit MFichas.Model.Usuario; interface uses System.SysUtils, MFichas.Model.Usuario.Interfaces, MFichas.Model.Entidade.USUARIO, MFichas.Model.Conexao.Interfaces, MFichas.Model.Conexao.Factory, ORMBR.Container.ObjectSet, ORMBR.Container.ObjectSet.Interfaces, ORMBR.Container.FDMemTable, ORMBR.Containe...
unit AddNoteFileResponseUnit; interface uses REST.Json.Types, GenericParametersUnit, JSONNullableAttributeUnit, NullableBasicTypesUnit, AddressNoteUnit; type TAddNoteFileResponse = class(TGenericParameters) private [JSONName('status')] FStatus: Boolean; [JSONName('note_id')] [Nullable] ...
{ Subroutine SST_W_C_HEADER_DECL (STYPE,POP_NEEDED) * * Set up for a declaration statement. Nothing is done if this * is already the current statement type. POP_NEEDED is returned TRUE, if the * caller must call SST_W_C_POS_POP when done writing the statement. * This will be true if called while writing exe...
unit xStyleContainer; interface uses SysUtils, Classes, Controls, xGradient; type TxStyleContainer = class(TComponent) private FList: TList; FGradient: TxGradient; procedure SetGradient(const Value: TxGradient); procedure SetStyle; procedure GrChange(Sender: TObject); pro...
unit AddressGeocodingUnit; interface uses REST.Json.Types, System.Generics.Collections, SysUtils, Generics.Defaults, JSONNullableAttributeUnit, NullableBasicTypesUnit, DirectionPathPointUnit; type /// <summary> /// Geocoding /// </summary> /// <remarks> /// https://github.com/route4me/json-schema...
unit MainFrm; 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 TForm1 = class(TForm) Button1: TButton; ProgressBar1: TProgressBar; procedure Button1Click(Sender: T...
{ MIT License Copyright (c) 2017 Marcos Douglas B. Santos Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, mo...
unit mebdd_worker_proc; (* MEB-DD's process related functions *) {$MODE OBJFPC} interface uses Classes; const DRIVE_MAX = 99; type Tdrive_string_arr = Array [0..DRIVE_MAX] of AnsiString; Tproc_output_arr = Array [0..DRIVE_MAX] of AnsiString; Texec_params = Record executable : AnsiString; parameters : TS...
{ $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...