text stringlengths 14 6.51M |
|---|
////////////////////////////////////////////////////////////////////////////
// PaxCompiler
// Site: http://www.paxcompiler.com
// Author: Alexander Baranovsky (paxscript@gmail.com)
// ========================================================================
// Copyright (c) Alexander Baranovsky, 2006-2014. All rig... |
unit uFrmModelStateTax;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, PAIDETODOS, siComp, siLangRT, StdCtrls, LblEffct, ExtCtrls,
Mask, SuperComboADO, ADODB, DB;
type
TFrmModelStateTax = class(TFrmParent)
btOk: TButton;
lbState: TLabel;
scEstad... |
unit Ils.Kafka.Conf;
interface
uses
SysUtils, IniFiles,
ULibKafka,
Ils.Logger,
StrUtils;
type
TKafkaConsumerParams = record
BootStrap: string;
Group: string;
Topic: string;
constructor Create(
const AIniFile, AOffsetIniFile: TIniFile;
const ASectionSuffix, ABootstrapDef, AGrou... |
{$I CetusOptions.inc}
unit ctsThreads;
interface
uses
Classes,
SysUtils,
JclSynch,
ctsSyncObjects,
ctsBaseInterfaces,
ctsBaseClasses,
ctsIInterfaceInclude,
ctsPointerInclude;
type
TCheckDuplicate = (cdQueue, cdProcessing);
TCheckDuplicates = set of TCheckDuplicate;
TThreadState = (ctsInitial... |
unit TestUUsuarioVO;
{
Delphi DUnit Test Case
----------------------
This unit contains a skeleton test case class generated by the Test Case Wizard.
Modify the generated code to correctly setup and call the methods from the unit
being tested.
}
interface
uses
TestFramework, SysUtils, Atributos, UGener... |
unit Scene;
interface
uses Generics.Collections, Shape, Light;
type
TScene = class
public
shapes: TArray<Cardinal>;
ligths: TArray<TLight>;
constructor Create(shapes: TArray<Cardinal>; ligths: TArray<TLight>);
end;
implementation
{ TScene }
constructor TScene.Create(shapes: TArray<Cardinal>; lig... |
unit utils;
interface
uses classes;
type
TDelimiter = set of #0..'ÿ' ;
const
StandartDelimiters: TDelimiter = [' ', '!', '(', ')', '-', '|', '\', ';',
':', '"', '/', '?', '.', '>', ',', '<'];
function StringToWords(const DelimitedText: string; ResultList: TStrings;
Delimiters: TDelimiter = []; ListClear... |
unit Nullpobug.Example.Spring4d.Calculator;
interface
uses
System.SysUtils
, Nullpobug.Example.Spring4d.ServiceLocator
, Nullpobug.Example.Spring4d.MathServiceIntf
, Nullpobug.Example.Spring4d.CalculatorUIIntf
;
type
TCalculator = class
private
FMathService: IMathService;
FCalculatorUI: ICal... |
unit uEditSertifikat;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, cxLookAndFeelPainters, ActnList, StdCtrls, cxButtons,
cxTextEdit, cxMaskEdit, cxControls, cxContainer, cxEdit, cxLabel;
type
TfrmEditSertifikat = class(TForm)
cxButtonOK: TcxButton;
... |
unit UniTypes;
interface
uses SysUtils, Classes;
const
MAPNAMELEN = 16;
ACTORNAMELEN = 14;
type
TListArray = array [Ord('A')..Ord('Z') + 10 + 1] of TStrings;
pTQuickInfo = ^TQuickInfo;
TQuickInfo = packed record
sChrName : string[16];
nPosition : Cardinal;
end;
//size 124 ID.DB 数据头
TD... |
unit MulOpFhtTest;
{$mode objfpc}{$H+}
interface
uses
fpcunit,
testregistry,
Math,
TestHelper,
uEnums,
uIntXLibTypes,
uIntX;
type
{ TTestMulOpFht }
TTestMulOpFht = class(TTestCase)
private
F_length: integer;
const
StartLength = integer(256);
LengthIncrement = integer(101);
... |
unit XLSVarStack2;
{-
********************************************************************************
******* XLSReadWriteII V3.00 *******
******* *******
******* Copyright(C) 1999,2006 Lars Arvidsson, Axolot ... |
unit EST0001C.View;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants,
System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, CadastroBase.View, cxGraphics,
cxLookAndFeels,
cxLookAndFeelPainters, Vcl.Menus, dxSkinsCore, cxControls, cxContainer,
cxEdit, cxLabel,
... |
unit UniqueInstance;
{
UniqueInstance is a component to allow only a instance by program
Copyright (C) 2006 Luiz Americo Pereira Camara
pascalive@bol.com.br
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Library General Public License as published by
th... |
unit uframeEditorHtml;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes,
Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.ComCtrls,
SynEditHighlighter, SynHighlighterHtml, System.Actions, Vcl.ActnList,
Vcl.ToolWin, System.ImageList, Vcl.ImgList, Vcl.StdCt... |
unit DAW.Adb.Parser;
interface
uses
DAW.Model.Device.New;
type
TdawAdbParser = class
private
function parseDeviceName(const ALine: string): string;
public
function parseGetDevicesOutput(const AAdbDevicesOutput: string)
: TArray<TdawDevice>;
function parseGetDeviceIp(const AIpInfo: string): ... |
unit DPM.IDE.PackageDetailsPanel;
interface
uses
System.Types,
System.Classes,
Vcl.Graphics,
Vcl.Controls,
ToolsApi,
WinApi.Windows,
WinApi.Messages,
DPM.Core.Package.Interfaces;
{$I ..\DPMIDE.inc}
type
TPackageDetailsPanel = class;
TDetailElement = (deNone, deLicense, deProjectUrl, deReportUr... |
unit MT5.Position;
interface
uses
System.SysUtils, System.JSON, REST.JSON,
System.Generics.Collections,
MT5.Connect, MT5.RetCode;
type
TMTPositionProtocol = class;
TMTPosition = class;
TMTPositionTotalAnswer = class;
TMTPositionPageAnswer = class;
TMTPositionAnswer = class;
TMTPositionJson = class... |
unit uVCLHelpers;
interface
uses
System.Types,
System.SysUtils,
System.Classes,
Winapi.Windows,
Winapi.Dwmapi,
Winapi.Commctrl,
Vcl.ExtCtrls,
Vcl.Forms,
Vcl.Controls,
Vcl.Graphics,
Vcl.Menus,
Vcl.Themes,
Vcl.ActnPopup,
Vcl.StdCtrls,
Vcl.ImgList,
Vcl.ComCtrls,
D... |
namespace LinqToObjects;
interface
uses
System.Collections.Generic,
System.Linq,
System.Text;
type
Words = public class
private
words : Array of String := ['hello', 'Oxygene', 'wonderful', 'linq', 'beautiful', 'world' ];
public
method SimpleSelect;
method ComplexSelect;
end;
implementatio... |
(*
Category: SWAG Title: MATH ROUTINES
Original name: 0105.PAS
Description: Simpson's Approximation
Author: DAVID PINCH
Date: 02-21-96 21:04
*)
{ This simple Pascal program computes a definite integral using Simpson's
approximation. Efficiency has been sacrificed for clarity, so it should
be easy to fo... |
unit Coche.Interfaces;
interface
uses
System.SysUtils,
System.Rtti,
System.Classes,
Data.DB,
Spring,
MVVM.Interfaces,
MVVM.Interfaces.Architectural,
MVVM.Bindings,
MVVM.Types,
Coche.Types,
DataSet.Model;
type
ICoches_ViewModel = Interface(IViewModel)
['{6AAA74B3-325A-4986-8556-3D703B0... |
unit MailQueries;
interface
uses
{RTL/VCL}
Contnrs,
{Project}
MailBox,
QueryBase,
{3rd Party}
ZSqlUpdate
;
type
//------------------------------------------------------------------------------
//TMailQueries CLASS
//----------------... |
unit Gdos; { Version DELPHI }
INTERFACE
{$IFDEF FPC} {$mode delphi} {$DEFINE AcqElphy2} {$A1} {$Z1} {$ENDIF}
uses classes,sysutils,util1,debug0;
procedure Fsplit(st:AnsiString;var chemin:AnsiString; var nom:AnsiString; var ext:AnsiString);
function NomDuFichier(st:AnsiString):AnsiString;
function N... |
unit uFaceRecognizer;
interface
uses
Winapi.Windows,
Generics.Defaults,
Generics.Collections,
System.Math,
System.Classes,
System.SysUtils,
System.SyncObjs,
System.IOUtils,
System.Types,
Vcl.Graphics,
Xml.xmldom,
OpenCV.Core,
OpenCV.Utils,
OpenCV.ImgProc,
OpenCV.Lega... |
{ Sa se scrie un program care determina fluxul maxim intr-o retea de
transport folosind algoritmul lui Ford-Fulkerson. }
uses crt;
const maxvirf=20;
type matrad=array [1..maxvirf,1..maxvirf] of integer; { matrice de adiacenta }
drum=array [1..maxvirf] of integer; { drum intre doua virfuri }
var n:integer; ... |
unit ACMConvertor;
interface
uses
Windows,
Messages,
MSACM,
MMSystem;
type
TNotifyEvent = procedure(Sender: TObject) of object;
TSeekOrigin = (soBeginning, soCurrent, soEnd);
TStream = class(TObject)
private
function GetPosition: Int64;
procedure SetPosition(const Pos: Int64);
function ... |
//*****************************************//
// Carlo Pasolini //
// http://pasotech.altervista.org //
// email: cdpasop@hotmail.it //
//*****************************************//
unit uUtils;
interface
function DumpData(Buffer: Pointer; BufLen: Cardinal): String;
fun... |
{$I texel.inc}
unit txcollec;
{ 1998-07-15 }
interface
uses
Objects;
type
PVariableCollection = ^TVariableCollection;
TVariableCollection = object(TStringCollection)
function KeyOf(Item: pointer): pointer; virtual;
procedure FreeItem(Item: pointer); virtual;
end;
PParameterCollectio... |
unit SDUFrames;
// Description: Base frame
// By Sarah Dean
// Email: sdean12@sdean12.org
// WWW: http://www.SDean12.org/
//
// -----------------------------------------------------------------------------
//
interface
uses
Classes, Controls, Dialogs, Forms,
Graphics, Messages, SysUtils, V... |
unit uFrmSizeColorGrid;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, ExtCtrls, DB, Grids;
const
COL_SPACE = 10;
type
TFrmSizeColorGrid = class(TForm)
pnlBotton: TPanel;
imgBotton: TImage;
btnClose: TBitBtn;
sgGrid: TS... |
unit ZcxFilterBar;
interface
uses
SysUtils, Classes, Forms, dxBar, pFIBDataSet,DB, Unit_ZGlobal_Consts,
ZProc, Menus, Z_Images_DM, dxBarExtItems, Dates, ZMessages, Dialogs;
type TzFilterBarPeriods = class
protected
procedure fOnYear1SpinEditCurChange(Sender:TObject);
procedure fOnYear2SpinEditCurChang... |
unit Localization;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils;
type
TLocale = class
protected
FAdviceSystem32Processor32: string;
FAdviceProcessor64RamEnough: string;
FAdviceProcessor64RamEnoughSystem64: string;
FAdviceProcessor64RamLittleSystem32: string;
FAdviceProc... |
unit GridBuilder1;
interface
uses util1, FdefDac2;
type
TBuildGrid=class
Npos:integer; { Nombre de positions }
Memory:integer; { Memoire du système }
maxLength:integer;
maxGrid:integer;
grid:array of smallint; { suite de gril... |
unit PedidoVenda;
interface
uses
DBXJSONReflect, RTTI, DBXPlatform, Generics.Collections, ItemPedidoVenda, Cliente, Funcionario;
type
TDoubleInterceptor = class(TJSONInterceptor)
public
function StringConverter(Data: TObject; Field: string): string; override;
procedure StringReverter(Data: TObject; Fie... |
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... |
{*******************************************************}
{ }
{ Cards Report }
{ }
{ Copyright (c) 2018 - 2021 Sergey Lubkov }
{ ... |
{*******************************************************}
{ }
{ Run-time Library for Borland Delphi 5 }
{ TImButton - Image Button }
{ }
{ Copyright (c) 20... |
unit uWMFillGrid;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ComCtrls, ExtCtrls, cxGridTableView, pFIBDataSet, BaseTypes;
procedure FillWorkModeDSet(LocDataSet:TpFIBDataSet;
DateBegIn, DateEndIn:TDate;
... |
(*
* FPG EDIT : Edit FPG file from DIV2, FENIX and CDIV
*
*
* 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 2 of the License, or
* (at your option) any later v... |
unit UnitClassRESTCallThread;
interface
uses
System.Classes, REST.Client, VCL.StdCtrls;
type
TRESTCallThread = class(TThread)
private
FArtist: string;
FMemo: TMemo;
FElapsedMilliseconds: integer;
protected
procedure Execute; override;
public
property Artist:string read F... |
namespace OxygeneQueue;
interface
type
QueueItem<T> = class
public
property Data: T;
property Next: QueueItem<T>;
end;
Queue<T> = public class
private
property First: QueueItem<T>;
public
method Count: Integer;
method Pop: T;
method Push(aData: T);
end;
implementation
method ... |
{
publish with BSD Licence.
Copyright (c) Terry Lao
}
unit hpInputs;
{$MODE Delphi}
interface
uses constants,C2Delphi_header;
{----------------------------------------------------------------*
* Input high-pass filter
*---------------------------------------------------------------}
procedure hpInp... |
unit Main;
interface
procedure MainMenu;
function ClrNum(str:string):string;
function verifNum(str:string):boolean;
implementation
uses CRT, sysutils ,Graphics, Files, Types, Trees;
{ Constantes }
const
Titulo = 'MI AGENDA';
var
Key : Char;
MenuSelect : byte;
procedure MainMenu;
begin
LoadFiles; {... |
unit uActionDlg;
interface
uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls,
Buttons, ExtCtrls, DB, ADODB, DBCtrls, Dialogs, Variants,
UCCenterJournalNetZkz, uActionCore, Messages;
type
TSetParamProc = procedure(Value: Variant) of Object;
TParamObj = class(TObject)
private
FLookup... |
unit mpGUI;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, MasterPaskalForm, nosotime, graphics, strutils, forms, controls, grids,stdctrls,
ExtCtrls, buttons, editbtn , menus, Clipbrd, IdContext, LCLTranslator, nosodebug, nosogeneral,
nosocrypto, nosoconsensus,nosounit;
type
TFormInicio =... |
//
// VXScene Component Library, based on GLScene http://glscene.sourceforge.net
//
{
"Alternate" OpenGL functions to handle multi-texturing.
Using this functions allows specifying none/one/multiple ARB multi-texture
coordinates with standard texture specification call.
Before using any of the xglTex... |
unit DAW.Model.Device;
interface
type
TdawDevice = record
private
FID: string;
FName: string;
FIP: string;
FIsConnected: Boolean;
public
procedure SetIP(const Value: string);
constructor Create(const AName, AID: string);
procedure SetIsConnected(const Value: Boolean);
function Ge... |
unit NSqlRenderer;
{$I ..\NSql.Inc}
interface
uses
NSqlIntf;
type
ISqlRenderer = interface
['{286C884D-8FC3-458F-B750-5B2984307629}']
function StrOfUpdateQuery(Query: IBaseUpdateQuery): UnicodeString;
function StrOfInsertQuery(Query: IBaseInsertQuery): UnicodeString;
function StrOfDe... |
unit UTextForm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ComCtrls, ExtCtrls;
type
{ Выполняемая в файле операция }
TOperation = (opCONVERT, opCALC_INFIX{, opCALC_POSTFIX});
{ Запись о выражении в файле }
TExpression = record
operatio... |
unit uFrmAskSalesPerson;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, uPai, siComp, siLangRT, StdCtrls, Buttons, ExtCtrls, DBCtrls;
type
TFrmAskSalesPerson = class(TFrmPai)
btnOK: TButton;
lbPrice: TLabel;
cmbUser: TDBLookupComboBox;
chcAppl... |
unit MeshRenumberingTypes;
interface
uses
Generics.Collections, Generics.Defaults, FastGEO;
type
{
@name indicates the type of node.
@value(ntInner The node is in the interior of the mesh and may be moved or
eliminated to improve the mesh.)
@value(ntEdge The node is on the external boundary of... |
unit WGL;
{ Converted from wingdi.h (Microsoft PlatformSDK)}
interface
uses
Windows;
// OpenGL wgl prototypes
type
PROC = pointer;
_POINTFLOAT = packed record
x, y: single;
end;
POINTFLOAT = _POINTFLOAT;
TPointFloat = _POINTFLOAT;
PPointFloat = ^_POINTFLOAT;
_GLYPHMETRICSFLOAT ... |
unit uMovementGuide;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, cxGraphics, cxControls, cxLookAndFeels, cxLookAndFeelPainters,
cxContainer, cxEdit, dxSkinsCore, dxSkinBlack, dxSkinBlue, dxSkinBlueprint,
dxSkinCaramel, dxSkinCoffee, dxSkinDarkRoom... |
unit uCommon;
interface
uses
System.Classes;
const
DB_NAME = 'SuperEasyCamera.s3db';
type
TDirData = class
private
FName: String;
FId: Int64;
FCreatedAt: String;
FParentId: Int64;
public
property Id: Int64 read FId write FId;
property Name: String read FName write FName;
proper... |
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.Controls.Presentation, FMX.StdCtrls, FMX.Layouts, FMX.Ani, FMX.Objects;
type
TButton = class(FMX.StdCtrls.TButton)
private
FIsO... |
unit MethodsServerModule;
interface
uses SysUtils, Dialogs, Classes, DSServer, FMTBcd, DB, SqlExpr, Forms, Windows,
Customer, DBXJSON, DBXJSONReflect, DSService;
type
// {$MethodInfo ON}
TDSServerMethods = class(TDSServerModule)
SQLJob: TSQLDataSet;
SQLJobJOBID: TIntegerField;
SQLJobJOBNAME: TStrin... |
unit UDSessionInfo;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls, UCrpe32;
type
TCrpeSessionInfoDlg = class(TForm)
pnlSessionIInfo: TPanel;
lblTable: TLabel;
lblUserID: TLabel;
lblUserPassword: TLabel;
lblDBPassword: TLabel;
... |
program problem07;
uses crt;
(*
Problem: 10001 Prime
Problem 7
@Author: Chris M. Perez
@Date: 5/15/2017
*)
const
MAX: longint = 10001;
function isPrime(arg: longint): boolean;
var
prime: boolean = true;
x: longint;
i: longint;
begin
if arg < 2 then begin
prime := false;
... |
{*******************************************************}
{ }
{ 基于HCView的电子病历程序 作者:荆通 }
{ }
{ 此代码仅做学习交流使用,不可用于商业目的,由此引发的 }
{ 后果请使用者承担,加入QQ群 649023932 来获取更多的技术 }
{ 交流。 ... |
unit Main;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics,
Controls, Forms, uniGUITypes, uniGUIAbstractClasses,
uniGUIClasses, uniGUIRegClasses, uniGUIForm, uniGUIBaseClasses,
cfs.GCharts.uniGUI;
type
TMainForm = class(TUniForm)
uniGChartsFrame1: TuniGChartsFrame;
procedure... |
unit frmKeyEntryFreeOTFE;
// Description:
// By Sarah Dean
// Email: sdean12@sdean12.org
// WWW: http://www.SDean12.org/
//
// -----------------------------------------------------------------------------
//
// Panels layout on this form:
//
// +---------------------------------------------... |
{Una matriz cuadrada A se dice es simétrica si A[i, j] = A [j, i] para todo i, j dentro de los límites de
matriz. Escribir una función que determine:
a. Cuantos elementos simétricos son diferentes.
b. Verificar si es o no simétrica.}
Program Eje4;
Type
TM = array[1..10, 1..10] of integer;
Procedure LeerMatriz(Var A:T... |
unit Xc12DataWorksheet5;
{-
********************************************************************************
******* XLSReadWriteII V5.00 *******
******* *******
******* Copyright(C) 1999,2013 Lars Arvidsson, A... |
unit uDXUtils;
interface
uses
cxGrid,cxGridDBTableView, cxTreeView, Math, cxGridExportLink,
cxExportPivotGridLink, cxGridDBBandedTableView, cxDBPivotGrid, cxCurrencyEdit,
cxCustomPivotGrid, cxGridBandedTableView, cxDBExtLookupComboBox, cxCustomData,
cxFilter, cxGridCustomTableView, cxDBTL, cxTLExportLink,cxC... |
{
Laz-Model
Copyright (C) 2002 Eldean AB, Peter Söderman, Ville Krumlinde
Portions (C) 2016 Peter Dyson. Initial Lazarus port
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 versi... |
{----------------------------------------------------------}
{ Unit Reader_C - Common utilities for the READER }
{ for Russian SWAG Msg Base Reader }
{ v.4.0 beta H }
{ written 1993-2000 by Valery Votintsev 2:5021/22 }
{ ... |
unit VH_Display;
interface
Uses Windows,SysUtils,OpenGl15,Math3d,VH_Types,Voxel,VH_Voxel,VH_Global,Normals,HVA,Math;
{$define DEBUG_VOXEL_BOUNDS}
Procedure DrawBox(Position,Color : TVector3f; Size : TVector3f; const VoxelBox: TVoxelBox); overload;
Procedure DrawBox(Position: TVector3f; Color : TVector4f; S... |
unit EaterUnit;
interface
uses
Classes, SysUtils, extctrls;
const ForksAmount = 100;
type
PForks = ^TForks;
TForks = Array [0..ForksAmount-1] of Boolean;
TEater = class(TThread)
private
{ Private declarations }
FList: TStrings;
FForks: PForks;
T: TTimer;
k: Integer;... |
{
@abstract(reads a surfer .clr file and provides rendering tools on a TBitMap
level. Adapted by source code provided by Phil Scadden.)
@author(Aaron Hochwimer <aaron@graphic-edge.co.nz>)
@created(June 27, 2003)
@lastmod(July 9, 2003)
$Id: cColourSpectrum.pas,v 1.11 2004/07/08 09:54:53 hochwimmera Exp... |
{
publish with BSD Licence.
Copyright (c) Terry Lao
}
unit LPCencodes;
{$MODE Delphi}
interface
uses
iLBC_define,
helpfun,
lsf,
constants,C2Delphi_header;
{----------------------------------------------------------------*
* lpc analysis (subrutine to LPCencode)
*---------------------------------------... |
unit KFFile;
interface
uses
Classes,
SysUtils, UFuncoes;
type
TKFEntry = class(TObject)
private
public
title: String;
items: TStringList;
constructor Create;
destructor Destroy; override;
end;
TKFConfigFile = class(TObject)
private
function ModifyValue(newValue: String;
En... |
//------------------------------------------------------------------------------
//ItemQueries UNIT
//------------------------------------------------------------------------------
// What it does-
// Item related database routines
//
// Changes -
/... |
unit GeometryHelper;
interface
uses sgBackendTypes, sgTypes;
function LineIntersectsLines(const line: LineSegment; const lines: LinesArray): Boolean;
function LinesFrom(const tri: Triangle): LinesArray; overload;
function LinesFrom(const rect: Rectangle): LinesArray; overload;
function VectorOverLinesFromCircle(c... |
unit Magento.Category_Links;
interface
uses
Magento.Interfaces, System.JSON;
type
TMagentoCategory_Links = class (TInterfacedObject, iMagentoCategory_Links)
private
FParent : iMagentoExtensionAttributes;
FJSONArray : TJSONArray;
FJSON : TJSONObject;
public
constructo... |
unit LrWebBrowser;
interface
uses
SysUtils, Classes, Forms, Variants, ShDocVw;
type
TLrWebBrowser = class(TWebBrowser)
private
FCanStop: Boolean;
FCanGoBack: Boolean;
FOnCanDoStateChange: TNotifyEvent;
FCanGoForward: Boolean;
protected
function GetSource: string;
procedure CanDoStat... |
{================================================================================
Copyright (C) 1997-2002 Mills Enterprise
Unit : rmAppEvents
Purpose : Originally a fix for D5 bug but is now usefull for other versions
of Delphi.
Date : 01-15-2000
Author : Ryan J. Mills
Version : 1.92
==... |
unit Forms.Main.orig;
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.TMSFNCMapsCommonTypes,
VCL.TMSFNCCustomControl, VCL.TMS... |
//
// Generated by JavaToPas v1.5 20180804 - 083054
////////////////////////////////////////////////////////////////////////////////
unit android.service.autofill.TextValueSanitizer;
interface
uses
AndroidAPI.JNIBridge,
Androidapi.JNI.JavaTypes,
Androidapi.JNI.os,
java.util.regex.Matcher;
type
JTextValueSa... |
unit uDlgAmort;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, uBASE_DialogForm, Menus, cxLookAndFeelPainters, StdCtrls,
cxButtons, ExtCtrls, cxStyles, cxCustomData, cxGraphics, cxFilter,
cxData, cxDataStorage, cxEdit, DB, cxDBData, cxCurrencyEdit, c... |
unit Form.TokyoInstaller;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Objekt.Ini, Vcl.StdCtrls, AdvEdit,
AdvEdBtn, AdvDirectoryEdit;
type
TForm1 = class(TForm)
Label1: TLabel;
edt_TMS: TAdvDirect... |
unit feedNatGeo;
interface
uses eaterReg;
type
TNatGeoProcessor=class(TFeedProcessor)
private
FFeedURL:WideString;
public
function Determine(Store:IFeedStore;const FeedURL:WideString;
var FeedData:WideString;const FeedDataType:WideString):boolean; override;
procedure ProcessFeed(Handler: IFee... |
unit ideSHProxiPropEditors;
interface
uses
DesignIntf, SysUtils, Classes, TypInfo, Controls, Graphics, ELPropInsp,
SHDesignIntf;
type
TSHELPropEditor = class(TELPropEditor, ISHPropertyEditorInfo,
ISHProperty)
private
FUserEditor: TSHPropertyEditor;
FUserEditorChecked: Boolean;
... |
unit MeshSetFaceColours;
interface
uses LOD, BasicMathsTypes;
{$INCLUDE source/Global_Conditionals.inc}
type
TMeshSetFaceColours = class
protected
FLOD: TLOD;
public
DistanceFunction: TDistanceFunc;
constructor Create(var _LOD: TLOD); virtual;
proc... |
//
// VXScene Component Library, based on GLScene http://glscene.sourceforge.net
//
{
Material Preview frame.
}
unit FRMaterialPreview;
interface
uses
System.SysUtils,
System.Types,
System.UITypes,
System.Classes,
System.Variants,
System.Math.Vectors,
FMX.Types,
FMX.Graphics,
... |
(*
Category: SWAG Title: ANYTHING NOT OTHERWISE CLASSIFIED
Original name: 0151.PAS
Description: Pentium Floating Point Division Bug Code
Author: DJ MURDOCH
Date: 05-26-95 23:24
*)
{
According to a message I just saw on Usenet, many Pentiums have a bug in
their implementation of the FDIV (floating point divi... |
unit Role;
interface
uses Windows, Messages, SysUtils, Classes, IBQuery, IBSQL, IBDatabase,
Db, IBStoredProc, Dbun, Variants;
type
TRole = class(TDbunObject)
private
FRoleName: string;
FRoleFullName: string;
FRoleID: Integer;
public
property RoleName: string read FRol... |
object FormOptions: TFormOptions
Left = 225
Top = 263
BorderStyle = bsDialog
Caption = 'FormOptions'
ClientHeight = 116
ClientWidth = 405
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = Fa... |
unit xxmSession;
interface
uses xxm, Classes, DataLank;
const
PublicURL='http://yoy.be/home/feeder/';
type
TXxmSession=class(TObject)
private
FID,FKey:WideString;
public
Name:string;
UserID,DefaultBatchSize:integer;
TimeBias:TDateTime;
constructor Create(const ID: WideString; Context: ... |
unit adot.Collections.Sets;
interface
{
TSetClass<T>
TSet<T>
}
uses
adot.Types,
adot.Collections.Types,
System.Generics.Collections,
System.Generics.Defaults,
System.StrUtils,
System.SysUtils;
type
TSetOp = (soUnion, soIntersection, soDifference, soSymmetricDifference);
{ Generic class for unor... |
unit uEntityFields;
interface
uses Classes, SysUtils, Windows, MConnect, ADODB;
type
TEntityFields = class(TObject)
private
FADOConn : TADOConnection;
FADODateSet : TADODataSet;
public
constructor Create(AADOConn: TADOConnection);
destructor Destroy; override;
property ADOConn: TADOConnecti... |
unit OverlayImage;
(* Base Component for Graphing
TOverlayImage based on Renate Schaaf's code
Specialty: Has methods for temporary flickerless speedy overlayed drawings
like zoom rectangles or even sprites.
Use the usual canvas routines with the prefix Overlay, like OverlayEllipse,
OverlayRectangl... |
unit Main;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, XPMan, ALHintBalloon, ExtCtrls, ShellApi;
type
TfrmMain = class(TForm)
BtnExit: TButton;
XPManifest: TXPManifest;
LblInfo: TLabel;
Hint: TALHintBalloonControl;
GbStandart:... |
unit uTSFastReportFunction;
interface
uses SysUtils, Classes, fs_iinterpreter, DateUtils, Math;
type
TTSFastReportFunction = class(TfsRTTIModule)
private
function CallMethod(Instance: TObject; ClassType: TClass; const MethodName:
String; var Params: Variant): Variant;
public
constructor Create(A... |
{
@abstract Implements resource and locale routines that are common to VCL and FMX.
The unit contains following classes: @link(TNtLanguage) and @link(TNtLanguages).
They are used to store information about resource DLL languages.
In addition it contains routines that are grouped into three static classes:
@... |
unit uVolMain;
(******************************************************************
How To Detect Multimedia Devices and Set their Volume
by Alex Simonetti Abreu - simonet@bhnet.com.br
*******************************************************************
The purpose of the Hot-To Project is to teach Delph... |
{ *********************************************************************** }
{ }
{ AriaNg WKE 自动化浏览器项目单元 }
{ }
{ 设计:Lsuper 2017.09.11 ... |
unit uArrayListOfPoint;
interface
uses uArrayList, uPoint;
{
Automatic dynamic points array
}
type ArrayListOfPoint = class(ArrayList)
public
procedure add(p: Point); overload;
procedure put(p: Point; index: integer); overload;
function remove(index: integer): Point; overload;
... |
unit uFrmSobre;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Buttons, jpeg, ExtCtrls, IniFiles;
type
TfrmSobre = class(TForm)
Memo1: TMemo;
Image1: TImage;
procedure FormCreate(Sender: TObject);
private
{ Private declarations }
... |
unit ufrmSerialNumberHistory;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, uDialogParent, siComp, siLangRT, StdCtrls, ExtCtrls, cxStyles,
cxCustomData, cxGraphics, cxFilter, cxData, cxEdit, DB, cxDBData,
Buttons, CheckLst, cxGridLevel, cxGridCustomTableVie... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.