text
stringlengths
14
6.51M
unit UDSummaryInfo; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls, UCrpe32; type TCrpeSummaryInfoDlg = class(TForm) pnlSummaryInfo: TPanel; lblApplication: TLabel; lblAuthor: TLabel; lblKeywords: TLabel; lblComments: TLabel; ...
unit UpdateForm; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls, ComCtrls, Spin, ConcurrentTasks, InflatablesList_Item, InflatablesList_ItemShop, InflatablesList_Manager; type TILItemShopUpdateItem = record Item: TILItem; ...
unit Reports; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, uniGUITypes, uniGUIAbstractClasses,uniDateUtils, uniGUIClasses, uniGUIForm, BaseForm, siComp, uniGUIBaseClasses, uniPanel, uniMultiItem, uniComboBox, uniDBComboBox, uniDBLookupComboBox, Data.DB, DBAccess,...
unit UserApiInterface; interface Const C_GameShareDLLName = 'gameShare.DLL'; {uses UserTypes; function WinGBToBIG5(Source, Destination: PChar; iLen: integer; LanguageType: TLanguageType): WordBool; stdcall; External 'gameShare.DLL'; function WinBIG5ToGB(Source, Destination: PChar; iLen: integer; LanguageType: TLang...
{* ***** BEGIN LICENSE BLOCK ***** Copyright 2009 Sean B. Durkin This file is part of TurboPower LockBox 3. TurboPower LockBox 3 is free software being offered under a dual licensing scheme: LGPL3 or MPL1.1. The contents of this file are subject to the Mozilla Public License (MPL) Version 1.1 (the "License"); you may ...
//*******************************************************// // // // DelphiFlash.com // // Copyright (c) 2004-2008 FeatherySoft, Inc. // // info@delphiflash.com // // ...
// // Generated by JavaToPas v1.5 20140918 - 132021 //////////////////////////////////////////////////////////////////////////////// unit android.os.AsyncTask_Status; interface uses AndroidAPI.JNIBridge, Androidapi.JNI.JavaTypes, Androidapi.JNI.os; type JAsyncTask_Status = interface; JAsyncTask_StatusClas...
unit UDExportPagText; interface uses SysUtils, Forms, Windows, StdCtrls, Buttons, Controls, Classes, ExtCtrls, UCrpe32; type TCrpePagTextDlg = class(TForm) panel1: TPanel; lblLinesPerPage: TLabel; editLinesPerPage: TEdit; btnOk: TButton; btnCancel: TButton; Panel2: TPanel; Label1: T...
unit ufrmDialogSysParm; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ufrmMasterDialog, ufraFooterDialog2Button, ExtCtrls, StdCtrls, System.Actions, Vcl.ActnList, ufraFooterDialog3Button; type TfrmDialogSysParm = class(TfrmMasterDialog) Label9: TLabel;...
// // Generated by JavaToPas v1.5 20171018 - 171208 //////////////////////////////////////////////////////////////////////////////// unit java.net.CookiePolicy; interface uses AndroidAPI.JNIBridge, Androidapi.JNI.JavaTypes, java.net.URI, java.net.HttpCookie; type JCookiePolicy = interface; JCookiePolicy...
unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ComCtrls,vdi; type TForm1 = class(TForm) Button1: TButton; Memo1: TMemo; OpenDialog1: TOpenDialog; ProgressBar1: TProgressBar; Button2: TButton; Button3: TButton; ...
unit fPCLGen; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Grids, DBGrids, ExtCtrls, DBTables, Buttons, FileUtil; type TfrmPCLGeneration = class(TForm) Memo1: TMemo; Panel1: TPanel; btnErrorLog: TButton; Timer: TTimer; txtS...
unit ibSHSQLEditorEditors; interface uses SysUtils, Classes, DesignIntf, TypInfo, Dialogs, SHDesignIntf, ibSHDesignIntf, ibSHCommonEditors, ibSHMessages; type TibSHSQLEditorPropEditor = class(TibBTPropertyEditor) public function GetAttributes: TPropertyAttributes; override; function GetVa...
unit UnitClipboard; interface Uses windows, shellapi; function GetClipboardFiles(var Resultado: string): Boolean; function GetClipboardText(Wnd: HWND; var Resultado: string): Boolean; procedure SetClipboardText(const S: String); implementation function GetClipboardFiles(var Resultado: string): Boolean; var f...
unit kiwi.s3; interface uses System.Classes, System.Zip, System.SysUtils, System.Generics.Collections, Data.Cloud.AmazonApi, Data.Cloud.CloudApi, kiwi.s3.interfaces, kiwi.s3.bucket, kiwi.s3.client, kiwi.s3.types; type tkiwiS3 = class(tinterfacedobject, ikiwiS3) private { private declar...
unit Invoice.View.LogIn; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.ExtCtrls, Vcl.StdCtrls, Vcl.Imaging.pngimage; type TFormLogin = class(TForm) btnCancel: TButton; btnLog...
(* Category: SWAG Title: ANYTHING NOT OTHERWISE CLASSIFIED Original name: 0041.PAS Description: Convert REAL to INTEGER Author: MARTIN RICHARDSON Date: 09-26-93 09:25 *) {***************************************************************************** * Function ...... RTOI() * Purpose ....... To convert a r...
unit uPrecosCusto; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, adLabelComboBox, DB, ADODB,funcoes,FuncSQL, Grids, DBGrids, SoftDBGrid, adLabelEdit, adLabelNumericEdit, TFlatButtonUnit, TFlatCheckBoxUnit, fCtrls, adLabelSpinEdit; type ...
unit uBonusBucks; interface uses ADOdb, DateUtils, uGynboSyncClasses; const BONUS_BUCKS_PREFIX = 'BB'; type TDiscountPercList = array of Double; TBonusBucksControl = class private FADOConnection: TADOConnection; FIDModel: Integer; FIDStore: Integer; FDiscountValue: Currency; FSellingPri...
unit main; {$mode objfpc}{$H+} interface uses Classes, SysUtils, FileUtil, TAGraph, TASeries, TAFuncSeries, Forms, Controls, Graphics, Dialogs, ExtCtrls, StdCtrls, Grids, ParseMath, Funcs; type { TForm1 } TForm1 = class(TForm) BEjecutar: TButton; Chart1: TChart; EdiPoints: TEdit; Horizonta...
unit glcube; //openGL cube {$Include opts.inc} {$mode objfpc}{$H+} interface uses {$IFDEF COREGL}glcorearb, {$ELSE}gl, glext, {$ENDIF} gl_core_matrix, shaderu, Classes, SysUtils, Graphics, OpenGLContext, math, dialogs; type TGLCube = class private {$IFDEF COREGL} uniform_mtx: GLint; ...
unit ILPP_SaveLoad; {$INCLUDE '.\ILPP_defs.inc'} interface uses ILPP_SimpleBitmap; {=============================================================================== Unit management functions ===============================================================================} procedure Initialize; procedure Finali...
{ Clever Internet Suite Version 6.2 Copyright (C) 1999 - 2006 Clever Components www.CleverComponents.com } unit clHttpHeader; interface {$I clVer.inc} uses Classes; type TclHttpEntityHeader = class(TPersistent) private FCacheControl: string; FProxyConnection: string; FConnection: string; ...
program shaders_exercise3; {$mode objfpc}{$H+} uses {$IFDEF UNIX}{$IFDEF UseCThreads} cthreads, {$ENDIF}{$ENDIF} Classes, SysUtils, glfw31, gl, GLext, shader_s; const // settings SCR_WIDTH = 800; SCR_HEIGHT = 600; // process all input: query GLFW whether relevant keys are pressed/released this frame a...
unit ContaPagar; interface uses DBXJSONReflect, RTTI, DBXPlatform, Generics.Collections, ItemPedidoVenda, Fornecedor; type TDoubleInterceptor = class(TJSONInterceptor) public function StringConverter(Data: TObject; Field: string): string; override; procedure StringReverter(Data: TObject; Field: string;...
unit htAutoTable; interface uses Windows, Messages, SysUtils, Types, Classes, Controls, Graphics, Forms, htInterfaces, htMarkup, htControls, LrControlIterator; type ThtRow = class protected procedure FindMaxHeight(inControl: TControl); public RowHeight: Integer; Controls: TList; constru...
//------------------------------------------------------------------------------ //InstanceMap UNIT //------------------------------------------------------------------------------ // What it does - // Object for instance map // // Changes - // [20...
// // Generated by JavaToPas v1.4 20140515 - 180821 //////////////////////////////////////////////////////////////////////////////// unit javax.net.ssl.SSLEngineResult_Status; interface uses AndroidAPI.JNIBridge, Androidapi.JNI.JavaTypes; type JSSLEngineResult_Status = interface; JSSLEngineResult_StatusClas...
unit unt_recommend_upload; {$mode objfpc}{$H+} interface uses Classes, SysUtils, unt_command; procedure DoUpload(AApkFile: string; AIconFile: string; AUnixName: string; AMode: integer; AAccount: string; APassword: string); implementation procedure DoUploadFiles(AApkFile: string; AIconFile: string; AAccount: s...
unit ibSHTableStatisticClasses; interface uses Classes, SysUtils, SHDesignIntf, ibSHDriverIntf; type TTableStatistic = class(TSHComponent, IibSHDRVTableStatistics) private FTableName: string; FIdxReads: Integer; FSeqReads: Integer; FUpdates: Integer; FInserts: Integer; ...
unit ibSHDMLExporterActions; interface uses SysUtils, Classes, Menus, SHDesignIntf, ibSHDesignIntf; type TibSHDMLExporterPaletteAction = class(TSHAction) public constructor Create(AOwner: TComponent); override; function SupportComponent(const AClassIID: TGUID): Boolean; override; p...
unit fRptBox; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ORFn, ComCtrls, ExtCtrls, fFrame, fBase508Form, VA508AccessibilityManager, uReports, Vcl.Menus; type TfrmReportBox = class(TfrmBase508Form) lblFontTest: TLabel; memReport: TRichEdit; p...
(* ========================================== *) (* -- SOS UNIT 27.05.17 -- *) (* ========================================== *) UNIT SOSU; INTERFACE CONST MAX = 10; TYPE (* ========================================== *) (* -- SOS Class -- *) ...
// // Generated by JavaToPas v1.5 20171018 - 170630 //////////////////////////////////////////////////////////////////////////////// unit android.text.BidiFormatter_Builder; interface uses AndroidAPI.JNIBridge, Androidapi.JNI.JavaTypes, android.text.TextDirectionHeuristic, android.text.BidiFormatter; type ...
unit OpcodeLib; {******************************************************************************} { Copyright (c) 2013-2015 Dmitry Mozulyov } { } { Permission is hereby granted, free of charge, to any perso...
unit ProcessorInterface; interface uses uCreditCardFunction; type IProcessor = Interface procedure SetTerminalID(arg_terminalID: String); function GetTerminalID(): String; procedure SetDeviceInitialized(arg_initialized: Boolean); function IsDeviceInitialized(): Boolean; function Ge...
// // VXScene Component Library, based on GLScene http://glscene.sourceforge.net // { Spatial partitioning related code that also uses scene objects } unit VXS.SpatialPartitioning; interface uses VXS.OpenGL, VXS.Scene, VXS.Coordinates, VXS.Win64Viewer, VXS.SpacePartition, VXS.VectorGeo...
unit uFrmDadosFornecedorProduto; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, uFrmDadosBase, StdCtrls, Buttons, ExtCtrls, Mask, DBClient, FornecedorProduto, uFramePesquisaFornecedor, DXPCurrencyEdit; type TFrmDadosFornecedorProduto = class(TFrmDadosBase) ...
unit BCEditor.Editor.Caret.Offsets; interface uses System.Classes; type TBCEditorCaretOffsets = class(TPersistent) strict private FOnChange: TNotifyEvent; FX: Integer; FY: Integer; procedure DoChange(Sender: TObject); procedure SetX(AValue: Integer); procedure SetY(AValue...
unit NeighborDetector; interface uses BasicMathsTypes, BasicDataTypes, BasicRenderingTypes, SysUtils, Windows, MeshGeometryList; const C_NEIGHBTYPE_VERTEX_VERTEX = 0; // vertex neighbors of vertexes. C_NEIGHBTYPE_VERTEX_FACE = 1; // face neighbors of vertexes. C_NEIGHBTYPE_FACE_VERTEX = 2...
unit RailBaronDotNet; interface uses System.Drawing, System.Collections, System.ComponentModel, System.Windows.Forms, System.Data; type TWinForm = class(System.Windows.Forms.Form) {$REGION 'Designer Managed Code'} strict private /// <summary> /// Required designer variable. /// </summary> C...
unit DUlex4; INTERFACE {$IFDEF FPC} {$mode delphi} {$DEFINE AcqElphy2} {$A1} {$Z1} {$ENDIF} uses classes, sysutils, util1, NcDef2; { TUlex1 est une l'analyseur lexical utilisé par Ncompil3. Le texte est fourni par un descendant de TUgetText. Ce qui permet d'avoir un texte stocké de différentes f...
unit rpuFoodsReport; interface uses System.SysUtils, System.Classes, Variants, frxClass, frxDBSet, FireDAC.Stan.Intf, FireDAC.Stan.Option, FireDAC.Stan.Param, FireDAC.Stan.Error, FireDAC.DatS, FireDAC.Phys.Intf, FireDAC.DApt.Intf, Data.DB, FireDAC.Comp.DataSet, FireDAC.Comp.Client, vwuFoodsComposition, fruDat...
unit sChart; // version 1.0 for delphi 10.3 interface uses ExtCtrls, SysUtils, Graphics, Forms, Windows, System.Classes, System.Generics.Collections, Vcl.StdCtrls, System.Math, System.Types; type tCandle = class Close: Extended; High: Extended; Low: Extended; Open: Extended; end; ...
Unit read_write; { * Read_Write : * * * * Esta unidad contiene las llamadas al sistema DO_READ , DO_WRITE Y * * DO_SEEK , importantisimas para el sistema de archivos , ya que ma * * nipu...
unit ufrmStageCreator; 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.ExtCtrls, Datasnap.DBClient, Vcl.DBCtrls, Vcl.StdCtrls, Vcl.Imaging.pngimage, System.Generics.Collec...
unit ideSHSystemOptionsFrm; interface uses SHDesignIntf, SHEvents, Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, Grids, ELPropInsp, ExtCtrls, TypInfo; type TSystemOptionsForm = class(TSHComponentForm) Panel1: TPanel; PropInspector: TELPropertyInspecto...
unit FHIRPluginSettings; interface uses SysUtils, IniFiles; type TFHIRPluginSettings = class private ini : TIniFIle; function GetToolboxVisible: boolean; procedure SetToolboxVisible(const Value: boolean); function GetDefinitionsSource: string; function GetTerminologyServer: string; proc...
{: This help file explain all the entities classes defined in the CADSys 4.0 library for both the 2D and 3D use. These classes are defined in the CS4Shapes unit file that you must include in the <B=uses> clause in all of your units that access the types mentioned here. } unit CS4Shapes; interface uses Sy...
unit uStenography; interface uses Math, Classes, SysUtils, Windows, Graphics, Jpeg, Dmitry.CRC32, Dmitry.Utils.Files, Dmitry.Graphics.Types, uMemory, uStrongCrypt, DECUtil, DECCipher; const MaxSizeWidthHeight = 32768; StenoHeaderId = 'PHST'; StenoHeaderIdLeng...
unit htInput; interface uses SysUtils, Classes, Controls, Graphics, LrGraphics, LrTextPainter, htControls, htMarkup; type ThtInput = class(ThtGraphicControl) private FTextPainter: TLrTextPainter; FPassword: Boolean; FValue: string; protected function GetHAlign: TLrHAlign; function Ge...
(* * Copyright (c) 2004 * HouSisong@gmail.com * * This material is provided "as is", with absolutely no warranty expressed * or implied. Any use is at your own risk. * * Permission to use or copy this software for any purpose is hereby granted * without fee, provided the above notices are retained on all copies...
unit misc_utils; {$MODE Delphi} interface uses Classes, SysUtils, GlobalVars, Forms, U_msgForm, StdCtrls; {Miscellaneous help routines} Const CloseEnough=10e-5; Type TMsgType=(mt_info,mt_warning,mt_error); {Message Types for PanMessage() } TIntList=class(TList) Function GetInt(n:Integer):Integer; Procedure...
unit Cache.Root; //------------------------------------------------------------------------------ //------------------------------------------------------------------------------ //------------------------------------------------------------------------------ interface uses SysUtils, Math, System.Generics.Collec...
namespace UT3Bots.UTItems; interface uses System, System.Collections.Generic, System.Linq, System.Text; type UTVector = public class private _x: Double; _y: Double; _z: Double; public constructor (x, y, z: Double); method get_X: Double; method set_X(value: Double); method ...
unit DXPCurrencyEdit; interface uses SysUtils, Classes, Controls, StdCtrls, Graphics, Messages, Windows, CommCtrl, uIValidatable, Forms, DXPMessageOutPut, DXPUtils, StrUtils; type // opRequired - Validar se foi preenchido; // opPrimaryKey - Desabilita quando o crud esta em estado de dsEdit; TOptions = se...
unit Validador.Core.UnificadorXML; interface uses Validador.Data.dbChangeXML, Validador.DI, Xml.xmldom, Xml.XMLDoc, Xml.XMLIntf; type IUnificadorXML = interface(IInterface) ['{739AA013-AFEA-422B-BFF1-351B2980B117}'] procedure SetXMLAnterior(const Xml: IXMLDocument); procedure SetXMLNovo(const Xml: IX...
Unit Paging; { * Paging : * * * * Esta unidad se encarga de administrar la memoria paginada .Las * * paginas se encuentran en dos listas una en mm_map , en que se guarda * ...
{ Clever Internet Suite Version 6.2 Copyright (C) 1999 - 2006 Clever Components 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} {$E...
unit TB97; { Toolbar97 Copyright (C) 1998-2004 by Jordan Russell http://www.jrsoftware.org/ This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to ...
{ *************************************************************************** Copyright (c) 2016-2018 Kike Pérez Unit : Quick.Logger.Provider.Events Description : Log Email Provider Author : Kike Pérez Version : 1.21 Created : 16/10/2017 Modified : 24/05/2018 This file is part ...
namespace SnapTileSample; interface uses System, System.Collections.Generic, System.Linq, System.Threading.Tasks, Windows.Foundation, Windows.UI.Core, Windows.UI.Popups, Windows.UI.ViewManagement, Windows.UI.Xaml, Windows.UI.Xaml.Controls, Windows.UI.Xaml.Navigation, Windows.U...
{----------------------------------------------------------------------------- Unit Name: dlgCodeTemplates Author: Kiriakos Vlahos Date: 08-Aug-2006 Purpose: Customization dialog for Code Templates History: -----------------------------------------------------------------------------} unit dlgCodeTempla...
unit ZFpb_kdf; {General Password Based Key Derivation Function 2} interface (************************************************************************* DESCRIPTION : RFC 2898: Password Based Key Derivation Function 2 REQUIREMENTS : TP5-7, D1-D7/D9-D10, FPC, VP EXTERNAL DATA : --- MEMORY USAGE ...
(* Category: SWAG Title: SORTING ROUTINES Original name: 0016.PAS Description: QUICK2.PAS Author: SWAG SUPPORT TEAM Date: 05-28-93 13:57 *) {...This is as generic a QuickSort as I currently use: } Program QuickSortDemo; Uses Crt; Const coMaxItem = 30000; Type Item = Word; arItem = Array[1..coMax...
unit uPlotUtils; { ***************************************************************************** * This file is part of Multiple Acronym Math and Audio Plot - MAAPlot * * * * See the file COPYING. ...
unit HashAlgSHA_U; // Description: SHA Hash (Wrapper for the SHA Hashing Engine) // By Sarah Dean // Email: sdean12@sdean12.org // WWW: http://www.SDean12.org/ // // ----------------------------------------------------------------------------- // interface uses Classes, HashAlg_U, HashValue_U,...
unit VH_GL; interface Uses Windows,OpenGL15,VH_Global,VH_Display;//,OpenGLWrapper; Procedure InitGL(Handle : HWND); procedure glResizeWnd(Width, Height : Integer); implementation Procedure InitGL(Handle : HWND); var pfd : TPIXELFORMATDESCRIPTOR; pf : Integer; begin InitOpenGL; // Don't fo...
unit logoscreen; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, jpeg, ExtCtrls, RzButton, Gauges, StdCtrls, RzLabel; type Tlogo = class(TForm) img1: TImage; RzBitBtn1: TRzBitBtn; lblStatus: TLabel; Gauge1: TGauge; RzLabel1: TRzLabel; R...
unit ThUtils; interface uses ThTypes, GR32, clipper; function PtInPolyPolygon(const APoint: TFloatPoint; const APolyPoly: TThPolyPoly): Boolean; function EmptyRect: TFloatRect; function EmptyPoint: TFloatPoint; // Graphics32 <> clipper function AAFloatPoint2AAPoint(const APolyPoly: TArrayOfArrayOfFloatPoint; ...
unit Chapter06._04_Solution1; {$mode objfpc}{$H+} interface uses Classes, SysUtils, DeepStar.Utils, DeepStar.DSA.Linear.ArrayList, DeepStar.DSA.Linear.Queue, AI.TreeNode; /// 102. Binary Tree Level Order Traversal /// https://leetcode.com/problems/binary-tree-level-order-traversal/description/ /// 二叉树的...
unit OTFEStrongDiskTestApp_U; // Description: // By Sarah Dean // Email: sdean12@sdean12.org // WWW: http://www.SDean12.org/ // // ----------------------------------------------------------------------------- // interface {$IFDEF LINUX} This software is only intended for use under MS Windows {$ENDIF}...
Unit RefObject; Interface Uses Generics.Collections; Type TRefObject = Class Private FReferenceCount : Integer; Public Constructor Create; Reintroduce; Function Reference:TRefObject; Procedure Free; Reintroduce; Procedure DisposeOf; Reintroduce; Property ReferenceCount : Integer Rea...
(* Category: SWAG Title: FILE & ENCRYPTION ROUTINES Original name: 0031.PAS Description: A small encryption unit Author: LUDOVIC RUSSO Date: 03-04-97 13:18 *) { Ludovic RUSSO offers you : One recursive encrypt-decrypt program. Only the first char doesn't change. Because of the recursivity, the same char is...
unit TarifGridAdd; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, cxLabel, cxCurrencyEdit, cxControls, cxContainer, cxEdit, cxTextEdit, cxLookAndFeelPainters, ActnList, StdCtrls, cxButtons, cxMaskEdit, cxDropDownEdit, cxCalendar, uFControl, uLabeledFControl,...
unit ReCountFilter; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, cxLookAndFeelPainters, ActnList, StdCtrls, cxButtons, cxControls, cxContainer, cxEdit, cxRadioGroup, Unit_ZGlobal_Consts, ZProc; type TFRecountFilter = class(TForm) ItemsFilter: TcxRad...
unit LrDocument; interface uses SysUtils, Classes, Controls, Dialogs; type TLrDocument = class; TLrDocumentClass = class of TLrDocument; TLrDocumentController = class; TLrDocumentControllerClass = class of TLrDocumentController; // TLrDocument = class private FActive: Boolean; FClosed: Bo...
unit SuperComboADO; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Mask, DBCtrls, Buttons, DB, DBTables, LookUpADOQuery, DbGrids, ExtCtrls, ADODb, uSystemTypes, Variants; // Nova versao nao guardo mais o LookUpValue e ListValue no LookUpQuery, mas sim no // C...
{================================================================================ Copyright (C) 1997-2002 Mills Enterprise Unit : rmLabel Purpose : This label has extra functionality for UI eye-candy. Date : 07-09-1998 Author : Ryan J. Mills Version : 1.92 ==========================================...
namespace GlHelper; interface uses rtl, RemObjects.Elements.RTL, OpenGL; type { The kind of a TTexture map } TextureKind = public (Diffuse, Specular, Normal, Height); type { Represents a texture (map) as used by a TMesh } Texture = public class private FId: GLuint; FKind: TextureKind; f...
unit ServerReact.Model.DAOGeneric; interface uses System.JSON, REST.Json, SimpleInterface, SimpleDAO, SimpleAttributes, SimpleQueryFiredac, Data.DB, ServerReact.Model.Connection, DataSetConverter4D, DataSetConverter4D.Impl, DataSetConverter4D.Helper, DataSetConverter4D.Util; type iDAOGe...
unit Forms.Main; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, VCL.TMSFNCTypes, VCL.TMSFNCUtils, VCL.TMSFNCGraphics, VCL.TMSFNCGraphicsTypes, Vcl.ExtCtrls, VCL.TMSFNCCustomControl, VCL.TMSFNCWebBrowser, VCL...
unit BsLgotClientEdit; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, cxTextEdit, cxMaskEdit, cxDropDownEdit, cxLookupEdit, cxDBLookupEdit, cxDBLookupComboBox, cxControls, cxContainer, cxEdit, cxLabel, StdCtrls, cxLookAndFeelPainters, cxButtons, cxCalendar, ...
namespace CirrusTrace; interface type // Aspect declared in CirrusTraceAspectLibrary is applied to this class // Build and start the application to see how it will affect the behaviour of // Sum and Multiply methods [CirrusTraceAspectLibrary.Trace] WorkerClass = class public method Sum(aValueA: Int32...
{############################################################################### https://github.com/wendelb/DelphiOTP ###############################################################################} unit Base32U; { ================================================================================ ...
// // Generated by JavaToPas v1.5 20150830 - 103229 //////////////////////////////////////////////////////////////////////////////// unit org.apache.http.client.protocol.ClientContextConfigurer; interface uses AndroidAPI.JNIBridge, Androidapi.JNI.JavaTypes, org.apache.http.protocol.HttpContext, org.apache.htt...
unit CatCSTimer; { Catarinka - Console Timer Copyright (c) 2020 Felipe Daragon License: 3-clause BSD See https://github.com/felipedaragon/catarinka/ for details Based on TConsoleTimer by LU RD Changes: * 22.09.2020, FD - Added OnTimerCallBack that allows to work through callback - Ad...
// // Generated by JavaToPas v1.5 20171018 - 170742 //////////////////////////////////////////////////////////////////////////////// unit java.util.Comparator; interface uses AndroidAPI.JNIBridge, Androidapi.JNI.JavaTypes, java.util.function.Function, java.util.function.ToIntFunction, java.util.function.ToL...
unit PestGlobalComparisonScriptWriterUnit; interface uses CustomModflowWriterUnit, System.SysUtils; type TGlobalComparisonScriptWriter = class(TCustomFileWriter) protected class function Extension: string; override; public procedure WriteFile(const AFileName: string); end; resourcestring StrTheO...
unit uMainForm; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, System.StrUtils, FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, FMX.Controls.Presentation, FMX.StdCtrls, System.Beacon, System.Beacon.Components, FMX.Colors, FMX.ScrollBox,...
{ This demo application accompanies the article "How to call Delphi code from scripts running in a TWebBrowser" at http://www.delphidabbler.com/articles?article=22. This unit defines the IDocHostUIHandler implementation that provides the external object to the TWebBrowser. This code is copyright (...
unit GCDOpTest; interface uses DUnitX.TestFramework, uIntX; type [TestFixture] TGCDOpTest = class(TObject) public [Test] procedure GCDIntXBothPositive(); [Test] procedure GCDIntXBothNegative(); [Test] procedure GCDIntXBothSigns(); end; implementation procedure TGCDOpTest.GCDIn...
unit uFile; interface type IFile = interface function Drive: string; function Path: string; function FileName: string; function Ext: string; function Text: string; end; function NewFile(FilePath: string): IFile; type TFileAccess = class(TInterfacedObject, IFile) function Drive: string;...
{ ****************************************************************************** } { * fast StreamQuery,writen by QQ 600585@qq.com * } { * https://zpascal.net * } { * https://github.com/PassByYou888/zAI ...
//------------------------------------------------------------------------------ // File: dxva2Trace.h // Desc: DirectX Video Acceleration 2 header file for ETW data // Copyright (c) 1999 - 2005, Microsoft Corporation. All rights reserved. //---------------------------------------------------------------------------...
unit GLInertias; interface uses System.SysUtils, System.Classes, Vcl.Dialogs, GLScene, GLBaseClasses, GLVectorGeometry, GLXCollection, GLVectorTypes, GLPhysics, GLCoordinates, GLBehaviours {, GLForceFields}; type // TGLRigidBody=class; TGLParticleInertia = class(TGLB...
PROGRAM DEMO1 BEGIN A:=3; B:=45; H:=-100023; C:=A; D123:=B34A; BABOON:=GIRAFFE; TEXT:="Hello world!"; END.
unit ParseTreeBase; interface uses SysUtils, Classes, ObjVec, StrTbl; const CompoundNameDelimiter = '.'; type EActionCompileError = class(Exception); TNodeFlag = (nfDiscardResult, nfReference, nfNew, nfInitObject, nfInitArray, nfDoWhile, nfPostfix, nfCommaExpr, nfClassMember, nfGetProp, nfSetProp); ...
unit UntBaseCadastroForm; interface uses Forms, UntBaseForm, Classes, StdCtrls, TypInfo; type TBaseCadastroForm = class(TBaseForm) protected procedure LimparCampos; virtual; procedure HabilitarCampos(habilitar: boolean = true); virtual; procedure ParseFormToObject(obj: TObject); procedure P...
unit Unit1; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, FMX.StdCtrls, FMX.Controls.Presentation; type TForm1 = class(TForm) Label1: TLabel; MessageButton: TButton; LanguageButton: TBu...