text
stringlengths
14
6.51M
inherited dmValePedagio: TdmValePedagio OldCreateOrder = True inherited qryManutencao: TIBCQuery SQLInsert.Strings = ( 'INSERT INTO STWOPETVALEPED' ' (NR_MANIFVALEPED, CNPJFORNVALEPED, RESPPAGAMENTOVALEPED, COMPR' + 'OVANTEVALEPED, VALORVALEPED, DT_ALTERACAO, OPERADOR)' 'VALU...
{******************************************************************************* 作者: dmzn@163.com 2011-11-30 描述: 商品调价 *******************************************************************************} unit UFormProductPrice; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Control...
// Upgraded to Delphi 2009: Sebastian Zierer (* ***** 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 a...
{ Subroutine SST_SCOPE_UNUSED_SHOW (SCOPE) * * List the unused symbols in the indicated scope. Only those symbols will * be listed that are unused, obey the -SHOW_UNUSED command line option, * and are not intrinsic to the front end. } module sst_SCOPE_UNUSED_SHOW; define sst_scope_unused_show; %include 'sst2.i...
{ Clever Internet Suite Copyright (C) 2013 Clever Components All Rights Reserved www.CleverComponents.com } unit clPop3FileHandler; interface {$I clVer.inc} {$IFDEF DELPHI6} {$WARN SYMBOL_PLATFORM OFF} {$ENDIF} {$IFDEF DELPHI7} {$WARN UNSAFE_CODE OFF} {$WARN UNSAFE_TYPE OFF} {$WARN UNSAFE_CAST OFF} ...
unit MiscEditors; interface uses Classes, Forms, Dialogs, ExtDlgs, DsgnIntf, TypInfo, SysUtils; type TFilenameProperty = class( TStringProperty ) public procedure Edit; override; function GetAttribute...
{ This file is part of the Free Component Library (FCL) Copyright (c) 2018 by Michael Van Canneyt Unit tests for Pascal-to-Javascript converter class. See the file COPYING.FPC, included in this distribution, for details about the copyright. This program is distributed in the hope that it will...
{ Subroutine SST_R_PAS_STATEMENTS * * Build a chain of opcodes from the STATEMENTS syntax. All the opcodes on the * chain will be of "executable" type. } module sst_r_pas_STATEMENTS; define sst_r_pas_statements; %include 'sst_r_pas.ins.pas'; procedure sst_r_pas_statements; {build opcodes from STATEMENTS ...
unit BufferDraw; // Copyright (c) 1996 Jorge Romero Gomez, Merchise. interface uses Windows, Buffer, SpeedBmp; // if you don't want any clipping pass nil as ClipArea: procedure BufferCopyGDI( Source, Dest : TSpeedBitmap; aX, aY : integer; ClipArea : PRect ); procedure BufferCopyOpaque( Source, Dest : TB...
unit CleanArch_EmbrConf.Adapter.interfaces; interface uses CleanArch_EmbrConf.Core.Entity.Interfaces; type iParkingLotAdapter = interface function Code(Value : String) : iParkingLotAdapter; overload; function Code : String; overload; function Capacity(Value : Integer) : iParkingLotAdapter; overload; ...
{ *********************************************************** } { * TForge Library * } { * Copyright (c) Sergey Kasandrov 1997, 2017 * } { *********************************************************** } unit tfHashServ; interface {$I TFL.inc} uses tfRe...
unit BusVal; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Buttons, AdoDb, Db, CurrEdit, Mask, ToolEdit; type tcControl = ( tcDate, tcNumber, tcFloat, tcString ); TBusValDlg = class(TForm) GroupBox1: TGroupBox; cbCampos: TComboBox; GroupBox2: T...
{ 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...
unit LUX.Map.D1; interface //#################################################################### ■ type //$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$【型】 //$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$【レコード】 //$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$...
unit ResUpdate; { Inno Setup Copyright (C) 1997-2007 Jordan Russell Portions by Martijn Laan For conditions of distribution and use, see LICENSE.TXT. Resource update functions used by both Setup and the compiler $jrsoftware: issrc/Projects/ResUpdate.pas,v 1.4 2009/03/20 13:49:17 mlaan Exp $ } interface ...
unit elCustomEdit_Form; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // // Библиотека "Forms" // Модуль: "w:/common/components/gui/Garant/Daily/Forms/elCustomEdit_Form.pas" // Родные Delphi интерфейсы (.pas) // Generated from UML model, root e...
unit MultiLineButton; interface uses System.SysUtils, System.Classes, Vcl.Controls, Vcl.StdCtrls, Windows; type TMultiLineButton = class(TButton) private { Private declarations } protected { Protected declarations } public { Public declarations } procedure CreateParams(var P...
unit DaoFireDac; interface uses Base, Rtti, Atributos,FireDAC.Comp.UI,FireDAC.Comp.Client{uib}, system.SysUtils; type //TDaoUib antigamente, agora correponde aos componetes do TFireDac TDaoFDac = class(TDaoBase) private FDatabase: TFDConnection; FDTransaction: TFDTransaction; // Este método configu...
unit Unbound.Game.Serialization; interface uses System.SysUtils, System.Classes, System.IOUtils, System.Math, Pengine.Utility, Pengine.ICollections, Pengine.IntMaths, Pengine.Vector, Pengine.Color, Pengine.Formatting; type // TODO: Don't create a new serializer object for nested types // - ...
unit UFrontUI; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, FMX.Controls.Presentation, FMX.StdCtrls, FMX.Layouts, FMX.Objects, System.Actions, FMX.ActnList, FMX.Edit, FireDAC.Comp.Client; type T...
unit mnSynHighlighterConfig; {$mode objfpc}{$H+} {** * MiniLib project * * This file is part of the "Mini Library" * * @url http://www.sourceforge.net/projects/minilib * @license modifiedLGPL (modified of http://www.gnu.org/licenses/lgpl.html) * See the file COPYING.MLGPL, included ...
unit uSprites; interface uses Graphics, uUtils; const TilesetCount = 2; SpritesCount = 50; spObj = 0; spCrt = 1; var Sprite: array [0..TilesetCount - 1, 0..SpritesCount - 1] of TBitmap; implementation uses SysUtils; procedure Load; var I, J: Byte; Tileset: TBitmap; begin ...
PROGRAM d7b; USES sysutils, classes, fgl, math; CONST FILESYSTEM_SIZE = 70000000; FREE_SPACE_NEEDED = 30000000; FUNCTION answer(filename:string) : longint; TYPE FSizeMap = specialize TFPGMap<string, longint>; VAR files: TStringList; sizes: FSizeMap; PROCEDURE parse_input; VAR curdi...
//==================================================================// // 网上支付接口实现单元: // 功能描述:为了实现考生从网上自助缴费而设置的接口。 // 接口名称:Ijxgzl // 接口引用:http://url/jxgzl/jxgzlWebSrv.dll/soap/Ijxgzl // 或者:http://url/jxgzl/jxgzlWebSrv.dll/wsdl/Ijxgzl //=======================================================...
unit kwLoadFromFile; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // // Библиотека "Keywords4Daily" // Модуль: "w:/common/components/rtl/Garant/Keywords4Daily/kwLoadFromFile.pas" // Родные Delphi интерфейсы (.pas) // Generated from UML model, ...
{=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=] Copyright (c) 2013, Jarl K. <Slacky> Holta || http://github.com/WarPie All rights reserved. For more info see: Copyright.txt [=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=} {* Combines two matrices, by th...
unit ufrmCadPadrao; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ActnList, ExtCtrls, DBCtrls, DB, StdCtrls, Mask, DBClientActns, DBActns, ComCtrls, Buttons, Grids, DBGrids, DBClient; type TfrmCadastro = class(TForm) DataSource1: TDataSource; Statu...
{******************************************************************************} { } { Library: Fundamentals TLS } { File name: flcTLSProtocolVersion.pas ...
unit ChromeLikeThemedWindowCaptionButtons; // Модуль: "w:\common\components\gui\Garant\ChromeLikeControls\ChromeLikeThemedWindowCaptionButtons.pas" // Стереотип: "UtilityPack" // Элемент модели: "ChromeLikeThemedWindowCaptionButtons" MUID: (533D1518032F) interface {$If NOT Defined(NoVGScene) AND NOT Defined(NoVCM) A...
unit xLngManager; interface uses {$IFNDEF NODESIGN}DesignEditors,{$ENDIF} SysUtils, Classes, IniFiles, Contnrs, xLog; type TxStorageType = (stText, stDLL); TxLngManager = class; //------------------------------------------------------------ TxLngManItem = class private FParent...
unit CleanArch_EmbrConf.Controller.ParkinLot; interface uses CleanArch_EmbrConf.Core.UserCase.Interfaces, CleanArch_EmbrConf.Core.Repository.Interfaces, CleanArch_EmbrConf.Infra.Repository.Memory, CleanArch_EmbrConf.Infra.Repository.SQL, CleanArch_EmbrConf.Core.UserCase.Impl.EnterParkingLot, CleanArch_Emb...
unit Unit1; interface uses Winapi.Windows, System.SysUtils, System.Types, System.UITypes, System.Rtti, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Dialogs, FMX.StdCtrls, FMX.Objects, IdBaseComponent, IdComponent, IdTCPConnection, IdTCPClient, IdHTTP, IdIntercept, IdIOHandler, IdIO...
program ExampleSimple; {$ifdef MSWINDOWS}{$apptype CONSOLE}{$endif} {$ifdef FPC}{$mode OBJFPC}{$H+}{$endif} uses SysUtils, IPConnection, BrickletSegmentDisplay4x7; type TExample = class private ipcon: TIPConnection; sd: TBrickletSegmentDisplay4x7; public procedure Execute; end; const HOST = ...
unit Entidade.TipoCentroCusto; interface uses SimpleAttributes; type TTIPO_CENTRO_CUSTO = class private FDESCRICAO: string; FID: Integer; procedure SetDESCRICAO(const Value: string); procedure SetID(const Value: Integer); published [PK,AutoInc] property ID : Integer read FID write SetID; prop...
unit DataValidators.TDateTimeDataValidator; interface uses System.SysUtils, System.Variants, Framework.Interfaces; type TDateTimeDataValidator = class(TInterfacedObject, IDataValidator) strict private FDateFormatSettings: TFormatSettings; procedure SetDateSeparator(const AValue: Char); ...
{********************************************************************} { THTMDialog component } { for Delphi & C++Builder } { } { Written by ...
unit glr_os_win; interface uses glr_core, glr_utils, Windows; type { TglrWindow } TglrWindow = class (TglrAppView) private time, startTime, freq: LARGE_INTEGER; msg: TMSG; currentTime, lastTime: Integer; protected fHandle: THandle; fDC: HDC; fRC: HGLRC; fEvent: TglrInputEve...
{*******************************************************} { Проект: Repository } { Модуль: uMultiCastEvent.pas } { Описание: Событие с множественными обработчиками } { Copyright (C) 2015 Боборыкин В.В. (bpost@yandex.ru) } { ...
unit PlayerContextControl; interface uses Math, TypeControl, PlayerControl, WorldControl; type TPlayerContext = class private FPlayer: TPlayer; FWorld: TWorld; public constructor Create(const player: TPlayer; const world: TWorld); function GetPlayer: TPlayer; property P...
unit uXMLParser; {$mode objfpc}{$H+} {$notes off} { On-the-fly XML parser Copyright (c) 2012-8, PJ Design Engineering P/L All rights reserved. } interface uses Classes; type { Token types returned by parser } TTokens = (toElement, toComment, toText); { XML tag types } TTagTypes = ...
unit iocpLocker; interface uses Windows, SysUtils, Classes; type TIocpLocker = class(TObject) private FEnterINfo: string; FName: String; FSection: TRTLCriticalSection; function GetEnterCount: Integer; public constructor Create; destructor Destroy; override; procedure lock; pr...
unit Main; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls; type TImportKind = (ikTop, ikNoTop); TForm2 = class(TForm) LoadBtn: TButton; UnloadBtn: TButton; Label1: TLabel; LoadEdit: TEdit; Button1: TButton; TypeGr...
unit ce_dockoptions; {$I ce_defines.inc} interface uses Classes, SysUtils, AnchorDocking, AnchorDockOptionsDlg, XMLPropStorage, AnchorDockStr, Forms, Controls, ce_observer, ce_interfaces; type (** * The option frame to edit the docking option, displayed in the option form. *) TDockOptionsEditor = cla...
unit ImageUtils; interface uses Classes, Windows, Graphics, ExtCtrls; function LoadIconFromFile(Icon : TIcon; FileName : string; const Width, Height : integer) : boolean; procedure DrawIcon2Image(Image : TImage; Icon : TIcon; const Width, Height : integer; const BkColor : TColor); implementation functi...
unit uAssets; interface uses glr_core, glr_math, glr_scene, glr_render, glr_render2d; type { TArenaAssets } TArenaAssets = class public MainCamera, GuiCamera: TglrCamera; MainMaterial, GuiMaterial: TglrMaterial; SpriteBatch: TglrSpriteBatch; FontBatch: TglrFo...
unit Collectible; interface uses FMX.Graphics; { Unit containing TBitmap type definition } type TLaunchYear = 1965 .. 1995; TConsState = 0 .. 100; TCollectible = class abstract private Fname : String; Fyear : TLaunchYear; Fstate : TConsState; Fdescription : Stri...
unit fmuEKLZRep; interface uses // VCL ComCtrls, StdCtrls, Controls, ExtCtrls, Classes, SysUtils, Buttons, Graphics, // This untPages, fmuData, untDriver, TestManager, untUtil; type TfmEKLZRep = class(TPage) rgReportType: TRadioGroup; edtDepartment: TEdit; udDepartment: TUpDown; dtpFirstSes...
unit untCalcImage; interface type TCouleur = record Rouge, Vert, Bleu : Double; // Le type Double permet de ne pas perdre d'informations après une division ou d'autres opérations end; TCouleurHistogramme = record Rouge, Vert, Bleu : Integer; end; type TCalcImage = class private ...
unit HTMLProcessor; {$mode objfpc}{$H+} {** * Light PHP Edit project * * This file is part of the "Mini Library" * * @url http://www.sourceforge.net/projects/minilib * @license modifiedLGPL (modified of http://www.gnu.org/licenses/lgpl.html) * See the file COPYING.MLGPL, included in...
unit GraphicMemo; {$mode objfpc}{$H+} interface uses Classes, SysUtils, LResources, Forms, Controls, Graphics, Dialogs, ExtCtrls, LCLIntf; type { TGraphicMemo } TGraphicMemo = class(TPanel) private fback:tpicture; fbuff:tbitmap; fcircle:tpicture; flines:Tstringlist; ffont:tfont; ...
unit Rule_HHV; interface uses BaseRule, BaseRuleData; type TRule_HHV = class(TBaseRule) protected fParamN: Word; fInt64Ret: PArray; fFloatRet: PArray; function GetHHVValueF(AIndex: integer): double; function GetHHVValueI(AIndex: integer): int64; function GetParamN: Word; procedure...
{@html(<hr>) @abstract(Unit providing routines operating on @code(TelemetryString) type and routines converting selected binary types to text.) @author(František Milt <fmilt@seznam.cz>) @created(2014-04-30) @lastmod(2014-04-30) @bold(@NoAutoLink(TelemetryStrings)) ©František Milt, all rights reserved. ...
unit DirUtils; // Copyright (c) 1997 JRG & Yeti, Merchise interface function RemoveEmptyDirs( const Path : string ) : boolean; // Directory travelling type TNotifyProc = procedure ( const ItemFound : string; Attr : integer; Data : integer ); // Travel flags const tfNotifyHidden = $01; ...
unit LUX.GPU.Vulkan.Surfac; interface //#################################################################### ■ uses WinApi.Windows, vulkan_core, vulkan_win32, LUX.Data.List; type //$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$【型】 TVkSurfacs<TVkInstan_:class> = class; ...
program ejercicio10; const dimF = 3; type str40= String[40]; fotos = record tituloFoto: str40; autorFoto: str40; cantMegusta: Integer; cantClick: Integer; cantComentario: Integer; end; vfotos = array[1..dimF] of fotos; procedure cargarVectorFotos(var v:vfotos; f:fotos); var i: Integer; begin for ...
unit InfoXINSCOMPTable; interface uses Classes, DB, DBISAMTb, SysUtils, DBISAMTableAU, DataBuf; type TInfoXINSCOMPRecord = record PCompanyCode: String[4]; PDraftAccount: String[2]; PTrackingCode: String[2]; PName: String[60]; PAddress: String[30]; PCityState: String[25]; ...
unit bsConsultationManager; {------------------------------------------------------------------------------} { Автор: М. Морозов. } { Начат: 10.05.2006 г. } { Назначение: Менеджер консультаций. ...
//------------------------------------------------------------------------------------------------------- // Copyright (C) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information. //---------------------------------------------------------...
unit QRXLSXFilt; //////////////////////////////////////////////////////////////////////////// // Unit : QRXLSXFilt // // TQRXMLSSAbstractExportFilter -> TQRXMLSSDocumentFilter // // The XMLSS Export document for XL spreadsheet - // // (c) 2010 QBS Software // // 22/08/2012 changed FItems to dynamic array...
unit UGeCondicaoPagto; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, UGrPadraoCadastro, ImgList, IBCustomDataSet, IBUpdateSQL, DB, Mask, DBCtrls, StdCtrls, Buttons, ExtCtrls, Grids, DBGrids, ComCtrls, ToolWin, cxGraphics, cxLookAndFeels, cxLookAndFe...
unit Unit1; {$mode objfpc}{$H+} interface uses Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ExtCtrls, StdCtrls; type { TForm1 } TForm1 = class(TForm) BVisage: TButton; BNoir: TButton; BEchec: TButton; BRouge: TButton; BQuatre: TButton; BAlterne: TButton; Ima...
unit save_txt_dialog; interface uses Messages, Windows, SysUtils, Classes, Controls, StdCtrls, Graphics, ExtCtrls, Buttons, Dialogs; type TOpenPictureDialog = class(TSaveDialog) private SkipDescr, WordWrap,Indent,Hyph,IgnoreStrongC,IgnoreItalicC:TCheckBox; WidthEdit,IndentEdit:TEdit; EncodingsList,B...
unit cCadRecibo; interface uses System.Classes, Vcl.Controls, cCadLancamento, Vcl.ExtCtrls, Vcl.Dialogs, FireDAC.Comp.Client, System.SysUtils; // LISTA DE UNITS type TRecibo = class private // VARIAVEIS PRIVADA SOMENTE DENTRO DA CLASSE ConexaoDB: TFDConnection; F_cod_recibo: Integer...
// AKTools akFileUtils unit. // Модуль, содержащий функции по работе с файлами. //============================================================================= unit akFileUtils; interface uses Classes, SysUtils, Windows; type //---------------------------------------------------------------------------- ...
unit vcmRepOperationsCollection; {* Коллекция операций. } { Библиотека "vcm" } { Автор: Люлин А.В. © } { Модуль: vcmRepOperationsCollection - } { Начат: 19.11.2003 13:44 } { $Id: vcmRepOperationsCollection.pas,v 1.4 2015/09/24 14:29:20 kostitsin Exp $ } // $Log: vcmRepOperationsCollection.pas,v $ // Revisi...
unit PlayerGif; // Copyright (c) 1996 Jorge Romero Gomez, Merchise. interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, SpeedBmp, PlayerAnim, CodingGif; type TGifPlayer = class( TAnimPlayer ) private fGifDecoder : TGifDecoder; fTickCount...
{******************************************************************************* 作者: dmzn@163.com 2011-10-22 描述: 运行信息摘要 *******************************************************************************} unit UFrameSummary; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls,...
{ Subroutine SST_R_SYN_DECLARE * * Process DECLARE syntax, which declares the existance of a symbol. } module sst_r_syn_declare; define sst_r_syn_declare; %include 'sst_r_syn.ins.pas'; procedure sst_r_syn_declare; {process DECLARE syntax} const max_msg_parms = 1; {max parameters we c...
unit Debug; interface uses SysUtils; //{$define _NODEBUG} const Debugging = {$ifndef _NODEBUG} true {$else} false {$endif}; Logging = Debugging and true; {$ifndef _NODEBUG} const BreakOnError = false; SaveToLogFile = true; LogTime = true; type EDebug = class(Exception) destructor...
unit ZMOprZip; // ZMZipOpr.pas - Zip operation (* *************************************************************************** TZipMaster VCL originally by Chris Vleghert, Eric W. Engler. Present Maintainers and Authors Roger Aelbrecht and Russell Peters. Copyright (C) 1997-2002 Chris Vleghert and Eric W. Engler ...
unit Com_Exception; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, Com_Sync, Winapi.ShlObj; type (* More actions could be added here as required. *) ActionListType = ( NoLog, Display_SysMessg, Display_UserMessg, FreeException ); ActionList = set of ActionListTy...
unit Unit1Utils; interface type TPublicUtil = class class function GetNumberWithRound(Min, Max: Integer): Integer; end; implementation { TPublicUtil } {*------------------------------------------------------------------------------ 在指定范围获取一个随机数 @param Min 范围起始值 @param Max 范围的结束值 @return 返回的随机数...
unit Extract; { Inno Setup Copyright (C) 1997-2010 Jordan Russell Portions by Martijn Laan For conditions of distribution and use, see LICENSE.TXT. TFileExtractor class $jrsoftware: issrc/Projects/Extract.pas,v 1.30 2010/03/13 18:51:37 jr Exp $ } interface uses Windows, SysUtils, Int64Em, FileClass, ...
unit UDemo; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Dialogs, FMX.TMSNativeUIBaseControl, FMX.TMSNativeUIView, iOSApi.CoreGraphics, iOSApi.UIKit, iOSApi.QuartzCore; type TForm1034 = class(TForm) TMSFMXNativeUIVi...
Unit debugui; {$mode objfpc}{$H+} Interface Uses classes, sysutils, fileutil, forms, controls, graphics, dialogs, StdCtrls; Type { TfrmDebug } TfrmDebug = Class(tform) MemoLog: tmemo; Procedure formshow(sender: tobject); Private { private declarations } Public { public declarations } ...
unit App; { Based on 021_morphing.cpp example from oglplus (http://oglplus.org/) } {$INCLUDE 'Sample.inc'} interface uses System.Classes, Neslib.Ooogles, Neslib.FastMath, Sample.App, Sample.Geometry; type TMorphingApp = class(TApplication) private const POINT_COUNT = 4096; private FProgram:...
{ Free Component miniLog Version 2.0 Copyright (©) 2010, by Sergiy Tkach (Apromix), bees@meta.ua } unit uLog; interface type TmLog = class private FAppName : string; FAppPath : string; LogFile: Text; protected function ExtractFilePath(const FileName: string): string; f...
{************************************************************************} { TExeInfo component } { for Delphi & C++Builder } { } { written by TMS Sof...
unit uImportaNFe; interface uses Classes, ACBrNFe, ZConnection, ZDataset, pcnNFeRTXT, pcnConversao, funcoes, Controls; type TTipoArquivo = (taTXT, taXML); TCliente = record Codigo: integer; Filial: Integer; Nome: string[60]; CNPJ: string[20]; IE: string[20]; Logradouro: string[60]; ...
{ *************************************************************************** Copyright (c) 2015-2018 Kike Pérez Unit : Quick.Network Description : Network related functions Author : Kike Pérez Version : 1.4 Created : 11/07/2017 Modified : 07/04/2018 This file is part of QuickL...
unit nsUnderControlRoot; //////////////////////////////////////////////////////////////////////////////// // Библиотека : Проект Немезис; // Назначение : Корень списка документов на контроле; // Версия : $Id: nsUnderControlRoot.pas,v 1.5 2013/06/03 11:51:37 kostitsin Exp $ /////////////////////////////////////////...
unit xNumInWords; interface uses xLngDefs; //used for money-related purposes mainly function NumInWords(number: Int64; gender: Tgender; padezh: Tpadezh = padezhIE): String; function TimeInWords(Value: TDateTime; AFormat: String): String; // mainly internal functions, but who knows function weekDayName...
unit Rule_Boll2; interface uses BaseRule, Rule_MA, Rule_STD; type TRule_Boll_Price = class(TBaseRule) protected fMA: TRule_MA; fStd: TRule_Std; fParamN: Word; function GetBoll(AIndex: integer): double; function GetLB(AIndex: integer): double; function GetUB(AIndex: integer): double;...
unit OperationEditUnit; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, FormEditAbsUnit, cxGraphics, cxControls, cxLookAndFeels, cxLookAndFeelPainters, cxStyles, cxCustomData, cxFilter, cxData, cxDataStorage, cxEdit, DB, cxDBData, dxBarDBNav, dxBar, cxClasses...
unit NodeMaterialForma; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, OkCancel_frame, DB, FIBDataSet, pFIBDataSet, DBGridEh, StdCtrls, DBCtrls, Mask, DBCtrlsEh, DBLookupEh, CnErrorProvider, FIBQuery, PrjConst, System.UITypes, FIBDatabase, pFIBDatabase; ty...
{$MODE OBJFPC} program NETSRV; const InputFile = 'netsrv.inp'; OutputFile = 'netsrv.out'; maxN = 150000; maxQ = Round(1E5); maxlgN = 18; type TAdj = record vertex: Integer; link: Integer; end; TInterval = record x1, x2, y: Integer; weight: Integer; close: Boolean; link: Intege...
unit Unit1; interface uses System.SysUtils, System.Types, System.UITypes, System.Rtti, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Dialogs, FMX.StdCtrls, FMX.Objects, IdBaseComponent, IdComponent, IdTCPConnection, IdTCPClient, IdHTTP; type TForm1 = class(TForm) IdHTTP: TIdH...
unit gm_engine; interface uses zglHeader, Scenes; // MOUSE const M_BLEFT = 0; M_BMIDDLE = 1; M_BRIGHT = 2; M_WUP = 0; M_WDOWN = 1; const // KEYBOARD K_SYSRQ = $B7; K_PAUSE = $C5; K_ESCAPE = $01; K_ENTER = $1C; K_KP_ENTER = $9C; K_UP = $C8; ...
{ Clever Internet Suite Copyright (C) 2017 Clever Components All Rights Reserved www.CleverComponents.com } unit clCryptDataHeader; interface {$I clVer.inc} uses {$IFNDEF DELPHIXE2} Classes, SysUtils, {$ELSE} System.Classes, System.SysUtils, {$ENDIF} clUtils; type TclCryptEncodingFormat = (efNone, ...
{******************************************************************************} { } { Library: Fundamentals TLS } { File name: flcTLSCertificate.pas ...
unit FMX.ZDeviceInfo; {$SCOPEDENUMS ON} interface uses System.SysUtils, System.DateUtils, FMX.Platform; type TZNetworkConnectionType = (None, Unknown, WIFI, Mobile, Ethernet); TZMobileDataType = (None, Unknown, n2G, n3G, n4G); IZDeviceInfoService = interface ['{AA275B1D-28A9-421B-BB3D-A86864...
unit LzmaTypes; interface uses Winapi.Windows; const {$IFDEF UNDERSCOREIMPORTNAME} _PU = '_'; {$ELSE} _PU = ''; {$ENDIF} SZ_OK = 0; SZ_ERROR_DATA = 1; SZ_ERROR_MEM = 2; SZ_ERROR_CRC = 3; SZ_ERROR_UNSUPPORTED = 4; SZ_ERROR_PARAM = 5; SZ_ERROR_...
Program Aufgabe6; {$codepage utf8} Var Jahr, Wochentag: Integer; Begin Write('Bitte gib das Jahr an, für welches du den ersten Wochentag wissen willst: '); Read(Jahr); // Quelle fuer die Gaußsche Wochentagsformel: https://de.wikipedia.org/wiki/Gau%C3%9Fsche_Wochentagsformel Wochentag := (1 + 5 * ((...
unit uEntityTV; interface type TEntityTV = class private FStatusTela: String; FIdTv: Integer; FDescricaoTv: String; public Constructor Create; destructor Destroy; override; class function New: TEntityTV; function StatusTela: String; overload; function StatusTela( a...
unit uMain; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, FMX.StdCtrls, PaxCompiler, FMX.TMSBaseControl, FMX.TMSMemo, PaxRunner, PaxInterpreter, FMX.Layouts, FMX.Memo, FMX.TMSFindDialog, FMX.Objects...
{ behavior3delphi - a Behavior3 client library (Behavior Trees) for Delphi by Dennis D. Spreen <dennis@spreendigital.de> see Behavior3.pas header for full license information } unit Behavior3.Composites.MemSequence; interface uses Behavior3, Behavior3.Core.Composite, Behavior3.Core.BaseNode, Behavior3.Core.Tic...
{ Subroutine SST_W_C_IVAL_UNSPEC (DTYPE) * * Write the default "unspecified" initial value for a variable of type DTYPE. } module sst_w_c_IVAL_UNSPEC; define sst_w_c_ival_unspec; %include 'sst_w_c.ins.pas'; procedure sst_w_c_ival_unspec ( {write "unspecified" initial variable value} in dtype: sst_dty...
unit SearchEdit; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, extctrls, grids; type TSearchEvent = procedure(sender:TObject;Value:string) of object; TSearchEdit = class(TEdit) private SearchTimer:TTimer; FOnSearch: TSearchEvent; ...
unit command; {$mode objfpc}{$H+} interface uses ChannelList, IdSync; type { TCommand } TCommandProc = procedure of object; TCommand = class private FChannels: TChannelList; protected procedure Syncronize(AMethod: TCommandProc); property Channels: TChannelList read FChannels; public constructor ...
{ Форма редактирования конфигурации в XML файле. Версия: 0.0.1 } unit edit_xml_config_form; {$mode objfpc}{$H+} interface uses Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ExtCtrls, StdCtrls, ValEdit, ICXMLConfig; type { TEditXmlConfigForm } TEditXmlConfigForm = class(TForm) Obj...