text stringlengths 14 6.51M |
|---|
unit IdHash;
interface
uses
Classes;
type
TIdHash = class(TObject);
TIdHash16 = class(TIdHash)
public
function HashValue(const ASrc: string): Word; overload;
function HashValue(AStream: TStream): Word; overload; virtual; abstract;
end;
TIdHash32 = class(TIdHash)
public
function HashValue(... |
unit PIR20901;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Db, MemDS, DBAccess, Ora, StdCtrls, Buttons, Grids, DBGrids, ExtCtrls,
OnScheme, OnEditBaseCtrl, OnEditStdCtrl, OnEditBtnCtrl, OnEditCombo, Func;
type
TMainForm = class(TForm)
Panel2: TPanel... |
unit ncsNFUrls;
interface
uses Sysutils, Classes, idHttp, md5, SyncObjs, ExtCtrls, Windows;
type
TnexNFUrlsRefresh = class ( TThread )
protected
procedure Execute; override;
procedure Get;
public
ResOk : Boolean;
ResString : String;
constructor Create;
end;
TnexNFUrls = class ( TSt... |
{*******************************************************}
{ }
{ CodeGear Delphi Runtime Library }
{ Copyright(c) 2013-2018 Embarcadero Technologies, Inc. }
{ All rights reserved }
{ ... |
unit LoanClassChargeDetail;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, BasePopupDetail, RzButton, RzTabs,
Vcl.StdCtrls, RzLabel, Vcl.Imaging.pngimage, Vcl.ExtCtrls, RzPanel, Vcl.Mask,
RzEdit, RzDBEdit, V... |
unit UnitCenniky;
interface
uses UnitCennik, ClassUpdate;
type TCenniky = class
private
FOldData : TCennikData;
FNewData : TCennikData;
FDir : string;
procedure LoadFromDirectory( Dir : string );
function GetUnusedName( Data : PCennikData ) : string;
p... |
unit testkmeansunit;
interface
uses Math, Sysutils, Ap, blas, kmeans;
function TestKMeans(Silent : Boolean):Boolean;
function testkmeansunit_test_silent():Boolean;
function testkmeansunit_test():Boolean;
implementation
procedure SimpleTest1(NVars : AlglibInteger;
NC : AlglibInteger;
PassCount :... |
{*******************************************************}
{ }
{ Delphi Runtime Library }
{ }
{ Copyright(c) 1995-2011 Embarcadero Technologies, Inc. }
{ ... |
unit adot.Win.Tools;
{$ALIGN ON}
{$MINENUMSIZE 4}
{$WARN SYMBOL_PLATFORM OFF}
{ Definition of classes/record types:
TDiskLetters = class
DiskPathToLetter etc.
TMessenger = class
Allows to send / receive messages by any component (even if component is not inherited from TWinControl)
TProcessUtils = cl... |
{===============================================================================
Copyright(c) 2007-2009, 北京北研兴电力仪表有限责任公司
All rights reserved.
错误接线,公式绘制单元
+ TWE_EQUATION_DRAW 画公式
===============================================================================}
unit U_WE_EQUATION_DRAW;
interface
... |
unit ORNetIntf;
interface
uses
System.Classes,
System.SysUtils,
TRPCB;
type
IORNetMult = interface;
IORNetParam = interface;
IORNetMult = interface(IInterface)
['{6C393A44-D6D4-4328-9D69-CA0A09D39D19}']
procedure AddSubscript(aSubscript: string; aValue: string); overload;
procedure AddSubscr... |
{**********************************************}
{ TCandleSeries Component Editor Dialog }
{ Copyright (c) 1996-2004 by David Berneda }
{**********************************************}
unit TeeCandlEdi;
{$I TeeDefs.inc}
interface
uses {$IFNDEF LINUX}
Windows, Messages,
{$ENDIF}
SysUtils, Cla... |
{------------------------------------------------------------------------------
// EasyComponents For Delphi 7
// 一轩软研第三方开发包
// @Copyright 2009 hehf
// -----------------------------... |
unit uIPEdit;
interface
uses
Windows, Messages, SysUtils, Classes, Controls;
type
TCustomIPEdit = class(TWinControl)
private
{ Private declarations }
FIPAddress: DWORD;
FIPLimits: array [0..3] of word;
FCurrentField : Integer;
//procedure CMWantSpecialKey(var Msg: TCMWantSpecialKey); message CM... |
unit fLabPrint;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ORCtrls, ORNet, Mask, ComCtrls, fBase508Form,
VA508AccessibilityManager;
type
TfrmLabPrint = class(TfrmBase508Form)
lblLabTitle: TMemo;
lblPrintTo: TLabel;
grpDevice: TGroupBox;
... |
unit IdTCPServer;
interface
{
Original Author and Maintainer:
- Chad Z. Hower a.k.a Kudzu
2002-01-01 - Andrew P.Rybin
- bug fix (MaxConnections, SetActive(FALSE)), TerminateListenerThreads, DoExecute
2002-04-17 - Andrew P.Rybin
- bug fix: if exception raised in OnConnect, Threads.Remove and ThreadMgr.ReleaseThread... |
unit U_POWER_LIST_INFO;
interface
type
/// <summary>
/// 三相四线功率信息
/// </summary>
TFourPower = class
private
FErrorcode : String ;
FErrorcount : Integer ;
FU1 : Double ;
FU2 : Double ;
FU3 : Double ;
FI1 : Double ;
... |
unit listview;
{$mode objfpc}{$H+}
interface
uses
connection_transaction, Classes, lcltype, SysUtils, Forms, Menus, DBCtrls, DB, DBGrids,
ExtCtrls, sqldb, Dialogs, Controls, StdCtrls, metadata, Buttons, record_cards,
query_filter;
type
TDBTableForm = class;
{ TDBTableForm }
TDBTableForm = class(TForm... |
{*******************************************************}
{ }
{ Borland Delphi Visual Component Library }
{ SOAP Support }
{ }
{ Copyright (c) 2001 Borland S... |
{*******************************************************}
{ }
{ Delphi Visual Component Library }
{ }
{ Copyright(c) 1995-2011 Embarcadero Technologies, Inc. }
{ ... |
unit TreeNT;
// TTreeNT - An enhanced TreeView control with almost all additional
// features implemented introduced since IE 3.0
// (COMCTL32.DLL version 4.70 + : single expand, custom draw, ...) plus
// many new abilities like multi-select, check boxes and radio
// button... |
unit Aplicacao;
interface
uses Classes, ExtCtrls, Controls, StdCtrls,
{ Fluente }
Util, DataUtil, Configuracoes, Componentes;
type
TAplicacaoBloco = class(TPanel)
private
FAoSelecionarAplicacao: TNotifyEvent;
FContainer: TWinControl;
FCor: Integer;
FLegenda: TLabel;
FTextoDica: string;
... |
unit TabbedTemplate;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
FMX.Types, FMX.Graphics, FMX.Controls, FMX.Forms, FMX.Dialogs, FMX.TabControl,
FMX.StdCtrls, FMX.Gestures, FMX.ListBox, FMX.Objects,
FMX.Controls.Presentation, FMX.WebBrowser, System.Ima... |
// *****************************************************************************
// Title.............. : GZIP / deflate / inflate Streams with PasZLib
//
// Modulname ......... : gziputils.pas
// Type .............. : Unit
// Author ............ : Udo Schmal
// Development Status : 20.03.2016
// Operating ... |
{**********************************************}
{ TCustomChart (or derived) Editor Dialog }
{ Copyright (c) 1996-2004 by David Berneda }
{**********************************************}
unit TeeEdiPane;
{$I TeeDefs.inc}
interface
uses {$IFNDEF LINUX}
Windows, Messages,
{$ENDIF}
SysUtils, Clas... |
unit Main;
interface
uses
Winapi.Windows,
Winapi.Messages,
System.SysUtils,
System.Variants,
System.Classes,
Vcl.Graphics,
Vcl.Controls,
Vcl.Forms,
Vcl.Dialogs,
Vcl.ExtCtrls,
Router4D,
View.Page.Main.Cadastro,
Vcl.StdCtrls;
type
TfMain = class(TForm)
pnlBackground: TPanel;
pnlMain... |
// Ported CrystalDiskInfo (The MIT License, http://crystalmark.info)
unit SMARTSupport.Indilinx;
interface
uses
BufferInterpreter, Device.SMART.List, SMARTSupport, Support;
type
TIndilinxSMARTSupport = class(TSMARTSupport)
public
function IsThisStorageMine(
const IdentifyDevice: TIdentifyDeviceResult... |
unit fmReminderU;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Grids, DBGrids, ComCtrls, ToolWin, GridsEh, DBGridEh, DB, ExtCtrls,
StdCtrls, Buttons, ADODB, DBLookupEh, DBCtrlsEh, Mask;
type
TfmReminder = class(TForm)
tbReminderControl: TTo... |
unit Security.Matrix;
interface
uses
System.SysUtils, System.Classes, Vcl.ExtCtrls, System.UITypes, Vcl.StdCtrls, Vcl.Forms
, Security.Matrix.Interfaces
, Security.Matrix.View, System.StrUtils
;
type
TPermissionNotifyEvent = Security.Matrix.Interfaces.TMatrixNotifyEvent;
TResultNotifyEvent = S... |
1 program CodeSquasherCounter;
2 { Etienne van Delden, 0618959, 24-10-2006 }
3 { Dit programma telt het gemiddelde aantal tekens per regel, het aantal
4 tekens, het aantal tekens binnen commentaar en het percentage commentaar
5 van een gegeven pascal file. De output is zowel een tekstfile, waarin al... |
{*******************************************************}
{ }
{ Delphi Runtime Library }
{ }
{ Copyright(c) 2016 Embarcadero Technologies, Inc. }
{ All rights rese... |
program TokoBajuDotCom;
uses sysutils;
{K A M U S }
{Tipe Bentukan}
type
StokBaju = record
NamaBaju : string;
KategoriBaju : string;
GenderPemakai : string;
WarnaBaju : string;
BeratPerBajuKg : real;
BahanBaju : string;
Harga : longInt;
KetersediaanUkuranS : integer;
K... |
{******************************************}
{ TeeChart. TChart Component }
{ Copyright (c) 1995-2001 by David Berneda }
{ All Rights Reserved }
{******************************************}
unit upages;
interface
{ This form demonstrates how Charts can be divided in several Pages.
... |
{***************************************************************************}
{ }
{ TMythosCardDeck }
{ }
{ ... |
{*******************************************************}
{ }
{ Wke Dcef 使用接口统一单元 }
{ }
{ 版权所有 (C) 2017 by YangYxd }
{ ... |
unit UEmpForm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, pegradpanl, StdCtrls, Mask, Grids, DBGrids, Db, DBTables, pegraphic, DBClient, MIDAScon,
Tmax_DataSetText, OnDBGrid, OnFocusButton, ComCtrls, OnShapeLabel,
OnGrDBGrid, OnEditBaseCtrl, OnEd... |
{$INCLUDE ..\cDefines.inc}
unit cUtils;
{ }
{ Miscellaneous utility functions v3.31 }
{ }
{ This unit is copyright ... |
Program executeErlaubt(input, output);
Const
GRENZE = 10;
Type
tIndex = 1..GRENZE;
tFeld = array [tIndex] Of integer;
Var
Feld : tFeld;
w,
w1,
w2 : integer;
auswahl: char;
Function max (ParFeld: tFeld;
von, bis: tIndex): integer;
{ bestimmt das Maximum im Teilfeld von ParFeld[von]... |
unit ORTypeMain;
{
This Demo can run only on a client that has a connection to Oracle 8 Server
This Demo shows all the Object Relational Information stored on
the Server. It shows the following:
1. Abstract Data Types (ADT)
2. VAR ARRAYS
3. Object Tables
4. Nested Parent/Child Types
5. Data and schema ... |
unit uFrmComSombra;
{
ResourceString: Dario 13/03/13
Nada para fazer
}
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, uFrmSombra;
type
TFrmComSombra = class(TForm)
private
{ Private declarations }
FSombra: TFrmSombra;
FParentHWND : HWND;
... |
{*******************************************************}
{ }
{ Delphi Visual Component Library }
{ }
{ Copyright(c) 1995-2018 Embarcadero Technologies, Inc. }
{ All rights rese... |
namespace RemObjects.Elements.System;
interface
uses
Foundation;
method CocoaVersionAtLeast(aMaj, aMin: Integer; aRev: Integer := 0): Boolean; inline; public;
method CocoaVersionString: String; inline; public;
method CocoaVersion: array[0..2] of Integer; inline; public;
method CocoaPlatform: String; inl... |
unit eSocial.Models.DAO.Configuracao;
interface
uses
Data.DB,
System.Generics.Collections,
eSocial.Models.DAO.Interfaces,
eSocial.Models.ComplexTypes,
eSocial.Models.Entities.ConfiguracaO,
eSocial.Models.Components.Connections.Interfaces,
eSocial.Models.Components.Connections.Factory;
type... |
unit fGMV_ReportOptions;
{
================================================================================
*
* Application: Vitals
* Revision: $Revision: 1 $ $Modtime: 2/25/09 2:30p $
* Developer: dddddddddomain.user@domain.ext
* Site: Hines OIFO
*
* Description: Report ... |
{*******************************************************************************
This source file is public domain. It is provided as is, with no explicit
or implied warranties regarding anything whatsoever.
********************************************************************************
Author: Ludwig Krippahl
Date: 9... |
unit Command.AsyncDiceRollExtra;
interface
uses
System.SysUtils,
System.Classes,
System.Math,
System.Diagnostics,
Pattern.AsyncCommand;
type
TAsyncDiceRollCommandEx = class(TAsyncCommand)
const
MaxDiceValue = 6;
private
fRolls: TArray<Integer>;
fResultDistribution: TArray<Integer>;
fS... |
{*******************************************************}
{ }
{ Delphi Visual Component Library }
{ }
{ Copyright(c) 1995-2011 Embarcadero Technologies, Inc. }
{ ... |
unit SIS_EMPRESA;
interface
uses
Classes,
DB,
SysUtils,
Generics.Collections,
/// orm
ormbr.mapping.attributes,
ormbr.types.mapping,
ormbr.types.lazy,
ormbr.types.nullable,
ormbr.mapping.register;
type
[Entity]
[Table('TERMINAL','')]
[PrimaryKey('termicod', AutoInc, NoSort, false, 'Chave pr... |
{===============================================================================
Copyright(c) 2007-2009, 北京北研兴电力仪表有限责任公司
All rights reserved.
错误接线,三线错误反查模块
依据功率状态,查询U1角度,和可能的错误
+ TWE_POWER_ANALYSIS 错误反查模块
===============================================================================}
unit ... |
{**********************************************************************}
{* Иллюстрация к книге "OpenGL в проектах Delphi" *}
{* Краснов М.В. softgl@chat.ru *}
{**********************************************************************}
unit Unit1;
interface
use... |
unit const_record_2;
interface
implementation
type
TRec = record
a, b: string;
end;
const R: TRec = ['aaa', 'bbb'];
var G1, G2: string;
procedure Test;
begin
G1 := R.a;
G2 := R.b;
end;
initialization
Test();
finalization
Assert(G1 = 'aaa');
Assert(G2 = 'bbb');
end. |
unit iwmain;
interface
{$DENYPACKAGEUNIT ON}
uses
{$IFDEF Linux}QActnList,{$ELSE}ActnList,{$ENDIF}
{$IFDEF Linux}QControls,{$ELSE}Controls,{$ENDIF}
{$IFDEF Linux}QComCtrls,{$ELSE}ComCtrls,{$ENDIF}
{$IFDEF Linux}QForms,{$ELSE}Forms,{$ENDIF}
{$IFDEF Linux}QGraphics,{$ELSE}Graphics,{$ENDIF}
{$IFDEF Linux}QS... |
unit StaticTextImpl1;
interface
uses
Windows, ActiveX, Classes, Controls, Graphics, Menus, Forms, StdCtrls,
ComServ, StdVCL, AXCtrls, DelCtrls_TLB;
type
TStaticTextX = class(TActiveXControl, IStaticTextX)
private
{ Private declarations }
FDelphiControl: TStaticText;
FEvents: IStaticTextXEvents;
... |
unit FrmQInfoC;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.ComCtrls, Vcl.ExtCtrls,
uQuestionInfo, FrmErrorSelect, xQuestionInfo, xWiringError, FrmWEDetails2,
U_WIRING_ERROR, U_E... |
{*******************************************************}
{ }
{ Delphi FireDAC Framework }
{ FireDAC monitor flat file implementation }
{ }
{ Copyright(c) 2004-2018 Embar... |
unit Platform.IL;
interface
uses SysUtils, NPCompiler.Classes, IL.Instructions, HWPlatforms;
type
TILPInstruction = class(TPlatformInstruction)
private
FILInstruction: TILInstruction;
FArgs: TIDExpressions;
public
procedure ParseArgumnets(const Context: THWPContext); override;
property ILInstr... |
{
@html(<b>)
Log File Creation
@html(</b>)
- Copyright (c) Danijel Tkalcec
@html(<br><br>)
This unit gives you thread-safe Log writing support.
}
unit rtcLog;
{$INCLUDE rtcDefs.inc}
interface
uses
rtcTrashcan,
Windows, SysUtils,
{$IFDEF IDE_1}
FileCtrl,
{$ENDIF}
rtcSyncObjs;
var
{ Write... |
PROGRAM MAKECAT;
(* Automatically make catalog .DOW files for TAPCIS *)
uses
FileUtil, { exists }
DOS, { DateTime, UnpackTime, GetFTime }
Calendar; { Today, date }
CONST
HighForum = 20;
DowFileExt = '.DOW';
CatFileExt = '.CAT';
DestDir = 'C:\MSG\CIS';
AreaSelect... |
unit intf_4;
interface
implementation
uses System;
type
II1 = interface
procedure AAA;
procedure BBB;
procedure CCC;
end;
TT1 = class(TObject, II1)
Data: Integer;
procedure AAA;
procedure BBB;
procedure CCC;
end;
procedure TT1.AAA;
begin
Inc(Data);
end;
proce... |
{****************************************}
{ TeeChart. Legend Example }
{ Copyright (c) 1995,96 by David Berneda }
{ All Rights Reserved }
{****************************************}
unit Ulegend;
interface
{ This form shows how to create a new Chart.Legend.
We'll draw the Series Titl... |
{
Drawing engine for RGBGraphics library
(C) 2014 ti_dic@hotmail.com
License: modified LGPL with linking exception (like RTL, FCL and LCL)
See the file COPYING.modifiedLGPL.txt, included in the Lazarus distribution,
for details about the license.
See also: https://wiki.lazarus.freepascal.org/FPC_modifi... |
unit Ntapi.ntioapi;
{$MINENUMSIZE 4}
interface
uses
Winapi.WinNt, Ntapi.ntdef;
const
// WinNt.12936
FILE_READ_DATA = $0001; // file & pipe
FILE_LIST_DIRECTORY = $0001; // directory
FILE_WRITE_DATA = $0002; // file & pipe
FILE_ADD_FILE = $0002; // directory
FILE_A... |
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, jpeg, StdCtrls;
type
TForm1 = class(TForm)
Image1: TImage;
Label1: TLabel;
Button1: TButton;
procedure FormCreate(Sender: TObject);
procedure FormDestroy(Sender: TObject)... |
//
// This unit is part of the GLScene Project, http://glscene.org
//
{: GLTexturedHDS<p>
Implements a HDS, which automatically maps textures onto a parent HDS .<p>
This HDS links to and extracts its height data from a parent HDS. (like TGLHeightTileFile)
The HDS also links to a TGLMaterial Library, ... |
unit uROR_RPCBroker;
{
================================================================================
*
* Package: ROR - Clinical Case Registries
* Date Created: $Revision: 1 $ $Modtime: 2/27/09 9:38a $
* Site: Hines OIFO
* Developers: dddddomain.user@domain.ext
*
* ... |
{
Double Commander
-------------------------------------------------------------------------
Fonts options page
Copyright (C) 2006-2020 Alexander Koblov (alexx2000@mail.ru)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public Licen... |
{-----------------------------------------------------------------------------
The contents of this file are subject to the GNU General Public 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.gnu.org/copyleft/gpl... |
{*******************************************************}
{ }
{ Delphi FireMonkey Platform }
{ }
{ Copyright(c) 2011 Embarcadero Technologies, Inc. }
{ ... |
unit UzslVcl;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs
,ExtCtrls, StdCtrls;
type
TImagePanel = class(TPanel)
private
FImage: TImage;
public
constructor Create(AOwner: TComponent); override;
published
property Image: TImage read FImage... |
{*******************************************************}
{ }
{ Delphi DataSnap Framework }
{ Copyright(c) 2013-2018 Embarcadero Technologies, Inc. }
{ All rights reserved }
{ ... |
{-----------------------------------------------------------------------------
Author: Roman Fadeyev
Purpose: Конечная реализация соединения с брокером. В данном случае используется
тестовый брокер, эмулирующий котировки по истории. См проект
"X:\Trade\Forecaster\Stock Server"
History:
... |
unit lib_mensagem;
interface
uses
Windows, Forms;
procedure Aviso(Msg: String);
function Confirma(Msg: String): Boolean;
procedure Erro(Msg: String);
CONST
{ Barra de titulo }
VMSIS = 'VMSis - ';
{ Validações }
INFORMAR_USUARIO = 'Usuário deve ser informado.';
INFORMAR_SENHA = 'Senha deve ser i... |
{*******************************************************}
{ }
{ Delphi Runtime Library }
{ }
{ Copyright(c) 1995-2011 Embarcadero Technologies, Inc. }
{ ... |
unit SimpleIPCWrapper;
// SimpleIPC has a flaw under unix (bug 17248).
// Use this workaround since there's no way to extend SimpleIPC classes directly (bug 19136)
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, SimpleIPC;
procedure InitServer(Server: TSimpleIPCServer);
function IsServerRunn... |
{------------------------------------------------------------------------------
This file is part of the MotifMASTER project. This software is
distributed under GPL (see gpl.txt for details).
This software is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even th... |
{*------------------------------------------------------------------------------
GNU gettext translation system for Delphi, Kylix, C++ Builder and others.
All parts of the translation system are kept in this unit.
@author Lars B. Dybdahl and others
@version $LastChangedRevision$
@see http://dybdahl.dk/... |
unit uKZConfig;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ExtCtrls,
ButtonPanel, StdCtrls, ColorBox, Buttons,
IDEOptionsIntf, typinfo, variants;
const
KZCONF_LOCATION_TAB = 'tab';
KZCONF_LOCATION_SOURCE_EDITOR = 'sour... |
{***************************************************************************
*
* Orion-project.org Lazarus Helper Library
* Copyright (C) 2016-2017 by Nikolay Chunosov
*
* This file is part of the Orion-project.org Lazarus Helper Library
* https://github.com/Chunosov/orion-lazarus
*
* This Library is free soft... |
unit SimpleDemo.View.Components.Button01;
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.Objects, FMX.Layouts,
Router4D.Interfaces,
Router4D.Props;
typ... |
unit UArrayList;
interface
uses SysUtils, SyncObjs, System.Classes, Windows;
const
Max = 6;
type
TArrayList = class
Private
Items: array [1 .. Max] of integer;
Count: integer;
Procedure _AddFirst(NewValue: integer);
Function _AddAfter(NewValue: integer; SearchValue: integer): boolean;
Func... |
// -------------------------------------------------------------------------------
// Descrição: Um programa em Pascal que determina a área de um triângulo,
// sendo lido os valores dos lados do teclado
// -------------------------------------------------------------------------------
//Autor : Fernando Gomes
//Data... |
unit ufrmMain;
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.ScrollBox, FMX.Memo,
System.SyncObjs, ncSocketList, ncSources, CommonCommands;
type
TConnect... |
{
Copyright © 1999 by Delphi 5 Developer's Guide - Xavier Pacheco and Steve Teixeira
}
unit ChildFrm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls,
Forms, Dialogs, StdCtrls, ExtCtrls, Menus, ImgList;
type
TChildForm = class(TForm)
ilIcon: TImageList;
private
FAsChild: Boo... |
unit Fonetiza.Utils.Test;
interface
uses TestFramework, Fonetiza.Utils;
type
TTestFonetizaUtils = class(TTestCase)
strict private
FFonetizaUtils: TFonetizaUtils;
public
procedure SetUp; override;
procedure TearDown; override;
published
procedure TestRemoverAcentuacoes;
procedure TestRemov... |
unit ProductsSearchViewModel;
interface
uses
BaseProductsViewModel1, ProductsBaseQuery0, ProductsSearchQuery,
StoreHouseListInterface, StoreHouseListQuery;
type
TProductsSearchViewModel = class(TBaseProductsViewModel1)
private
FqStoreHouseList: TQueryStoreHouseList;
function GetqProductsSearch: TQuer... |
{*******************************************************}
{ }
{ Borland Delphi Visual Component Library }
{ Interface RTTI Support }
{ }
{ Copyright (c) 2001 Borland S... |
{*********************************************************************
*
* 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.brovin... |
//
// This unit is part of the GLScene Project, http://glscene.org
//
{: GLPortal<p>
Portal Rendering support for GLScene.<p>
The portal structures are subclasses of the Mesh structures, with a "sector"
being assimilated to a "MeshObject" and sector polygons to facegroups.<p>
<b>Historique : </b><f... |
unit uTranslateDataDBConsts;
interface
uses
Windows,
Data.DBConsts,
uTranslate;
Type
TTranslateDataDBConsts = Class(TTranslate)
private
public
class procedure ChangeValues; override;
End;
Implementation
class procedure TTranslateDataDBConsts.ChangeValues;
begin
SetResourceString(@SInvali... |
unit U_toolbar;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Menus, ImgList, StdCtrls, ComCtrls, Buttons, ExtCtrls;
type
TForm1 = class(TForm)
MainMenu1: TMainMenu;
Files: TMenuItem;
New: TMenuItem;
Open: TMenuItem;
Save: TMenuItem;
... |
{
"Windows Video Mirror Driver support (VCL)"
- Copyright 2007-2017 (c) RealThinClient.com (http://www.realthinclient.com)
@exclude
}
unit rtcVMirrorDriver;
(* ** This unit acts like and "interface" between
RTC Host and the DemoForge Mirage Video Driver ** *)
{$INCLUDE rtcDefs.inc}
interface
... |
// ********************************************
// * Unité ModuleDatas *
// * @Inrae 2020 *
// * by mario Adam mario.adam@inrae.fr *
// ********************************************
unit UnitDataModuleDatas;
interface
uses
SysUtils, Classes, ZAbstractConnec... |
unit FilmEditor;
interface
uses Windows, Graphics, SysUtils;
{* Абстрактный класс редактор
позваляем добавлять кадр, удалить, копировать
*}
type
TFilmEditorType = (feBitmapFileEditor);
TFilmEditor = class
public
constructor Create; virtual; abstract;
destructor Destroy; override;
// Добавит... |
// ##################################
// # TPLVisor - Michel Kunkler 2013 #
// ##################################
(*
Interpreterklasse
*)
unit TPLInterpreter;
interface
uses
Dialogs, // ShowMessage
SysUtils, // IntToStr
TPLTuringmaschine,
TPLParser,
TPLMagnetband,
TPLBefehle;
type
TInterpreter = c... |
unit Backup;
interface
uses
System.SysUtils, System.Variants, System.Classes, FireDAC.Phys.FB, FireDAC.Phys.IBBase,
FireDAC.Phys.IBWrapper, Vcl.StdCtrls, FireDAC.Phys,
Migration;
type
TBackup = class
procedure BackupProgress(ASender: TFDPhysDriverService; const AMessage: string);
procedure BackupErro... |
{*******************************************************}
{ }
{ Delphi DBX Framework }
{ }
{ Copyright(c) 1995-2011 Embarcadero Technologies, Inc. }
{ ... |
unit uBitmaps;
interface
uses Winapi.Windows, Vcl.Graphics, Vcl.Forms, Vcl.Controls, System.Classes, System.Math;
type
TBitmapCompareResult = record
Bitmap: TBitmap;
Count: Integer;
end;
function BitmapCrop(aBitmap: TBitmap; const aRect: TRect): TBitmap;
function BitmapControl(aForm: TFor... |
unit Unit1;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls;
type
{ TfrmReverseAll }
TfrmReverseAll = class(TForm)
btnReverse: TButton;
btnReverseWords: TButton;
edtWord1: TEdit;
edtWord2: TEdit;
edtWord3: TEdit;
edtWord4: ... |
{*******************************************************************************
Title: T2Ti ERP
Description: VO do produto.
The MIT License
Copyright: Copyright (C) 2010 T2Ti.COM
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "So... |
UNIT IntTreeUnit;
INTERFACE
TYPE NodePtr = ^Node;
Node = RECORD
left, right: NodePtr;
val: integer;
END;
Tree = NodePtr;
FUNCTION NewNode(x: integer): NodePtr;
FUNCTION TreeOf(x: integer; left, right: Tree): Tree;
PROCEDURE WriteTreePreOrder(t: Tree);
PROCEDURE Writ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.