text stringlengths 14 6.51M |
|---|
{*********************************************************************
*
* 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... |
{*******************************************************}
{ }
{ Delphi LiveBindings Framework }
{ }
{ Copyright(c) 2011-2018 Embarcadero Technologies, Inc. }
{ All rights rese... |
{*******************************************************}
{ }
{ Delphi LiveBindings Framework }
{ }
{ Copyright(c) 2011 Embarcadero Technologies, Inc. }
{ ... |
unit frmBuscar;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Grids, DBGrids, DB, ZAbstractRODataset, ZDataset, global,
Buttons;
type
Tfrm_Buscar = class(TForm)
Label9: TLabel;
tsBuscar: TEdit;
cbBusqueda: TComboBox;
GridClientes:... |
unit CategoryParametersGroupUnit2;
interface
uses
QueryGroupUnit2, NotifyEvents, System.Classes,
System.Generics.Collections, CategoryParametersQuery2, ParamSubParamsQuery,
SearchParamDefSubParamQuery, SearchParamSubParamQuery,
UpdateNegativeOrdQuery, FireDAC.Comp.Client, Data.DB;
type
TCategoryFDMemTable ... |
unit rhlFNV1a64;
interface
uses
rhlCore;
type
{ TrhlFNV1a64 }
TrhlFNV1a64 = class(TrhlHash)
private
m_hash: QWord;
protected
procedure UpdateBytes(const ABuffer; ASize: LongWord); override;
public
constructor Create; override;
procedure Init; override;
procedure F... |
unit uAction_b;
interface
uses
uQueryServer_a, uQueryCommon_a, uConst_h,
Classes, SyncObjs;
type
TAction_b = class(TAction_a)
private
...
protected
property Request: TMessage_a read FRequest write setRequest;
property Status: integer read FStatus write FStatus;
property Abor... |
unit mCoverSheetDisplayPanel_CPRS;
{
================================================================================
*
* Application: CPRS - CoverSheet
* Developer: doma.user@domain.ext
* Site: Salt Lake City ISC
* Date: 2015-12-04
*
* Description: Inh... |
{$I ..\DelphiVersions.Inc}
unit Amazon.SignatureV4;
interface
Uses Classes, Amazon.Utils, SysUtils, IdGlobal, Amazon.Interfaces,
Amazon.Request;
const
awsALGORITHM = 'AWS4-HMAC-SHA256';
awsSIGN = 'AWS4';
awsContent_typeV4 = 'application/x-amz-json-1.0';
{$IFDEF DELPHIXE8_UP}
function GetSignatureV4Key(aSec... |
unit uiProjeto_Interface;
interface
type
iProjeto = interface
procedure SetId(const Value: Integer);
procedure SetNome(const Value: String);
procedure SetValor(const Value: Currency);
end;
implementation
end.
|
unit js_gencode;
interface
{$M+}
uses js_codeformat,js_parser,js_tokens,fw_utils,fw_vm_types,fw_vm_constants;
type
TJs_CodeGen=class(TJs_Parser)
private
cur_thisK:cardinal;
cur_thisV:longint;
err_ident:cardinal; // Ident que esta actuando de error, solo tiene un... |
unit uCardForm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, jpeg, ExtCtrls;
type
TCardForm = class(TForm)
Image1: TImage;
cbCard: TComboBox;
lbCard: TLabel;
btnTake: TButton;
procedure btnTakeClick(Sender: TObjec... |
unit ClassDodaci;
interface
uses Classes, Typy;
type PDodaciPol = ^TDodaciPol;
TDodaciPol = record
Nazov : string;
Jednotka : string;
Mnozstvo : string;
ZarDoba : string;
SerCisla : array of string;
end;
TDodaci = class
private
FPolozky : TList;
... |
unit MediaStream.PtzProtocol.Base;
interface
type
TPtzProtocol = class
//Движение
procedure PtzMoveUp(aDuration: cardinal; aSpeed: byte); virtual; abstract;
procedure PtzMoveUpStop; virtual; abstract;
procedure PtzMoveDown(aDuration: cardinal; aSpeed: byte); virtual; abstract;
procedure PtzMoveD... |
unit ksVirtualListViewTest;
interface
uses
DUnitX.TestFramework,
ksTypes,
ksCommon,
ksVirtualListView;
type
[TestFixture]
TksVirtualListViewTest = class(TObject)
private
FListView: TksVirtualListView;
FEventFired: Boolean;
procedure Add100Items;
public
[Setup]
... |
{*******************************************************}
{ }
{ Delphi Runtime Library }
{ SOAP Support }
{ }
{ Copyright(c) 1995-2018 Embar... |
unit Filer;
interface
uses
Classes, IniFiles, Graphics, Dialogs,
MetroBase, MetroVisCom, StringValidators;
type
//----------------------------------------------------------------------------
// TNetworkFiler is a class with some routines for reading/writing
// a network from/to a .nwk file
//... |
unit UOfficalLogin;
interface
uses IdSSL, IdSSLOpenSSL, Classes, IdHTTP;
type
ILogin = interface
function Login(usr, pwd: String):Boolean;
end;
TOfficalLogin = class(TInterfacedObject, ILogin)
public
Session, ProfileId, ProfileName: String;
function Login(usr, pwd: String):Boolean;
end;
imple... |
unit TrayMenu.MainForm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, Menus, ImgList, ShlObj;
type
TFileInfo = record
Description: string;
IconIndex: integer;
end;
TMainForm = class(TForm)
TrayIcon: TTrayIcon;
P... |
unit netmapclasses;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, netaddrutils;
type
TCgnatNetmap = class(TCollectionItem)
private
FValidPrefix: Boolean;
FValidPrivateNw: Boolean;
FValidPublicNw: Boolean;
FValidDivision: Boolean;
FIntPrivateNw: UInt32;
FIntPublicNw: UInt32;
... |
{
this file is part of Ares
Aresgalaxy ( http://aresgalaxy.sourceforge.net )
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 ... |
unit ATipoMateriaPrima;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, formularios, Componentes1, ExtCtrls, PainelGradiente, BotaoCadastro,
StdCtrls, Buttons, Grids, DBGrids, Tabela, DBKeyViolation, Localizacao, Mask, DBCtrls, DB, DBClient, CBancoDados;
type
T... |
{*******************************************************}
{ }
{ CodeGear Delphi Runtime Library }
{ Copyright(c) 2016-2018 Embarcadero Technologies, Inc. }
{ All rights reserved }
{ ... |
unit BackgroundWorker;
{
The following code example demonstrates the basics of the BackgroundWorker class
for executing a time-consuming operation asynchronously. The following illustration
shows an example of the output.
}
interface
uses
{$IF CompilerVersion > 22}
Winapi.Windows, Winapi.Mess... |
{*******************************************************}
{ }
{ Delphi DBX Framework }
{ }
{ Copyright(c) 1995-2018 Embarcadero Technologies, Inc. }
{ All rights rese... |
(* ListStackUnit: MM, 2020-05-27 *)
(* ------ *)
(* A stack which stores elements in a single linked list *)
(* ========================================================================= *)
... |
// -------------------------------------------------------------------------------
// Descrição: Escreva programa Pascal que leia dois valores para as variáveis X e Y,
// calculando e exibindo a diferença absoluta destes (por exemplo se X=9 e Y=7, a
// diferença absoluta será 2).
// ---------------------------------... |
{Ejercicio 4
Escriba un programa en PASCAL que lea de la entrada estándar tres números naturales a, b, n.
El programa debe exhibir en pantalla todos los múltiplos de n que haya entre a y b.
Ejemplo de entrada:
a=3
b=17
n=4
Ejemplo de salida:
4 8 12 16}
program ejercicio4;
var a, b, n, i, j, multiplo, tope : in... |
{*******************************************************}
{ }
{ CodeGear Delphi Runtime Library }
{ Copyright(c) 2014-2018 Embarcadero Technologies, Inc. }
{ All rights reserved }
{ ... |
unit MgScene;
interface
uses
Classes, SysUtils, MgPrimitives;
type
TMgScene = class(TComponent)
private
FPrimitiveList: TList;
function GetCount: Cardinal;
function GetPrimitive(Index: Cardinal): TMgCustomPrimitive;
public
constructor Create(AOwner: TComponent); override;
destructor Destr... |
unit ImportPolynomial;
{$mode objfpc}{$H+}
interface
type
TPolynomial = Pointer;
TCopyFunc = function (P: TPolynomial): TPolynomial;
TConstructor = function: TPolynomial; cdecl;
TDestructor = procedure (var P: TPolynomial); cdecl;
TGetIntegerFunc = function (P: TPolynomial): Inte... |
(*
* cifra de cesar v0.1b
* --------------------
*
* por : bleno vinicius
* e-mail: blenolopes@gmail.com
* site : www.blenolopes.com
* versao: 0.1 beta
*
* -[ info ]-
*
* Simples programa que demostra o uso da cifra de césar para criptografar
* strings. A cifra de césar é uma técnica simples que con... |
/////////////////////////////////////////////////////////
// //
// FlexGraphics library //
// Copyright (c) 2002-2009 FlexGraphics software. //
// //
// Utility procedures and fu... |
{
Copyright (c) 2020, Loginov Dmitry Sergeevich
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditio... |
(* Syntaxtree Canon: MM, 2020-05-01 *)
(* ------ *)
(* A unit to display syntax trees in canonical form *)
(* ========================================================================= *)
... |
unit UserPermissions;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, dmSkin,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, cxGraphics, cxControls, cxLookAndFeels, cxLookAndFeelPainters, dxSkinsCore, dxSkinOffice2010Silver,
dxSkinscxPCPainter, cxContainer,... |
{***********************************<_INFO>************************************}
{ <Проект> Библиотека медиа-обработки }
{ }
{ <Область> 16:Медиа-контроль ... |
unit SrcUtils;
interface
uses SysUtils, Classes;
function RemoveComments(Lines: TStrings): Boolean; overload;
function RemoveComments(const FileName: string): Boolean; overload;
type
MultiLineComment = record
Opened, Closed: string;
end;
const
LineComments: array[0..0] of string =
('//');... |
unit GC.LaserCutBoxes.Forms.Main;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, PairSplitter,
ExtCtrls, Menus, ActnList, StdActns, LCLType;
{ TfrmMain }
type
TfrmMain = class(TForm)
alMain: TActionList;
actFileExit: TFileExit;
mnuFileExit: TMe... |
{
Oracle Deploy System ver.1.0 (ORDESY)
by Volodymyr Sedler aka scribe
2016
Desc: wrap/deploy/save objects of oracle database.
No warranty of using this program.
Just Free.
With bugs, suggestions please write to justscribe@yahoo.com
On Github: github.com/justscribe/ORDESY
Module to save current expand state of TTree... |
unit Ex8Unit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, MTUtils, ComCtrls, ExtCtrls, SyncObjs, TimeIntervals;
type
TMyThread = class(TThread)
private
FMaxValue: Integer;
FResult: Int64;
FCurrValue: Integer;
//... |
unit in0k_hintDOC_core_parserSettings;
{$mode objfpc}{$H+}
{/$define _DEBUG_}
{$ifnDef _DEBUG_}
{$define _INLINE_}
{$endIf}
interface
uses
Classes, SysUtils;
type
// Настройки для ПАРСЕРА
tInkHD_parserSettings=record
tokenLabel:string; //< выбранный МеткаТокена (если="" => НЕ установлен)
token... |
{ This file is part of CodeSharkFCs
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means... |
unit ncaConfigRecibo;
interface
uses SysUtils, Classes, ncClassesBase, Printers;
const
autoprint_nao = 0;
autoprint_pagamento = 1;
autoprint_venda = 2;
type
TncConfigRecibo = class ( TStringList )
private
procedure LoadFromGConfig;
function FName: String;
function TemOpcoes: Boo... |
unit Unit1;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, FileUtil, TAGraph, TAFuncSeries, TASeries, Forms, Controls,
Graphics, Dialogs, ExtCtrls, ComCtrls, Menus, Buttons, StdCtrls,
fpexprpars_wp, FPMathExpressionBridge, dlgAbout;
type
{ TForm1 }
TForm1 = class(TForm)
Chart1: TChart;
Ch... |
program QuickSort;
type
NumberArray = Array [0..9] of Integer;
procedure QSort(var numbers : NumberArray; left : Integer; right : Integer);
var pivot, l_ptr, r_ptr : Integer;
begin
l_ptr := left;
r_ptr := right;
pivot := numbers[left];
while (left < right) do
begin
while ((numbers[right] >= pivot) a... |
unit smf_const;
interface
uses
{$ifdef Win32}Windows,{$endif}
SysUtils,
Classes;
const
//MIDIイベントのステータス
EVENT_NOTE_OFF = $80;
EVENT_NOTE_ON = $90;
EVENT_KEY_PRESSURE = $A0; //アフタータッチ
EVENT_CONTROL_CHANGE = $B0; //コントロールチェンジ
EVENT_PROGRAM_C... |
unit uCefUtilType;
interface
uses
System.SysUtils, System.Types;
type
TCefControllerBase = class
public
Cursor: TPoint;
Speed: Integer;
constructor Create;
end;
implementation
uses
uCefUtilConst;
{ TCefControllerBase }
constructor TCefControllerBase.Create;
begin
C... |
unit uCliente;
interface
uses uCidade;
// criacao do objeto modelo Cliente
type
TCliente = class
private
codigo: Integer;
ativo: char;
razaoSocial: String;
fantasia: String;
endereco: String;
numero: String;
bairro: String;
complemento: String;
telefone: String;
cnpjcpf: ... |
unit u_xml;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, DOM;
const
//Schema_Collection Strings
K_XML_STR_Name = 'name';
K_XML_STR_XplSchema = 'xplSchema';
K_XML_STR_XplSchemaCol = 'xplSchemaCollection';
// XPL Plugin Strings
K_XML_STR_Beta_version = 'bet... |
{*******************************************************}
{ }
{ Delphi FireDAC Framework }
{ FireDAC SQLite Call Interface }
{ }
{ Copyright(c) 2004-2018 Embar... |
{
GMElevation unit
ES: contiene las clases bases necesarias para calcular elevaciones de terreno
de un conjunto de LatLng
EN: includes the base classes needed for calculate a terrain elevations of a
set of LatLng
=========================================================================
MODO DE USO/HOW... |
//Algorithme : croix2
//But : Demander à l'utilisateur un caractère et une taille et effectuer une croix avec ces données.
//VAR
//car : caractère
//taille, height, width : entier
//DEBUT
//ECRIRE "Veuillez entrer le caractère que vous voulez utiliser pour réaliser la croix"
//LIRE car
//ECRIRE "Veuillez ent... |
unit uEngine2DObject;
{$ZEROBASEDSTRINGS OFF}
interface
uses
System.Classes,System.UITypes, FMX.Types,FMX.Objects,uGeometryClasses,
System.JSon, uEngineResource, FMX.Graphics, uEngineUtils, uEngine2DInvade,
System.SysUtils, System.Types,uEngine2DClasses,uEngineAnimation;
const DRAW_INTERVAL = 40; // unit... |
{$R-} {Range checking off}
{$B+} {Boolean complete evaluation on}
{$S+} {Stack checking on}
{$I+} {I/O checking on}
{$N-} {No numeric coprocessor}
unit FileOps;
interface
uses
CRT, { AssignCRT }
DOS, {FindFirst, FindNext, SearchRec}
Printer; {PRN}
CONST
nofile = '';
proced... |
{ **********************************************************************}
{ }
{ DeskMetrics DLL - dskMetricsWinInfo.pas }
{ Copyright (c) 2010-2011 DeskMetrics Limited }
{ ... |
unit Unit1;
interface
uses
System.SysUtils, System.Classes,
Vcl.Graphics, Vcl.Imaging.Jpeg, Vcl.Controls, Vcl.Forms,
//GLS
GLScene, GLVectorFileObjects, GLObjects, GLWin32Viewer,
GLFile3ds, GLCadencer, GLGeomObjects, GLVectorGeometry,
GLShadowPlane, GLParticleFX, GLPerlinPFX, GLCrossPlatform, ... |
{
This unit is part of the LaKraven Studios Standard Library (LKSL).
Copyright (C) 2011, LaKraven Studios Ltd.
Copyright Protection Packet(s): LKSL001
--------------------------------------------------------------------
The contents of this file are subject to the Mozilla Public License
Version 1.1 ... |
{$apptype windows}
program spectrum_analyzer;
uses graphAbc;
const
screen_width = 1000; {ширина графического окна}
screen_height = 500; {высота графического окна}
margin_x = 30;
margin_y = 30;
zero_x = margin_x; {начальная координа по х}
zero_y = screen_height - margin_y; {начальная координа по у}
l... |
unit Unit1;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls;
type
TForm1 = class(TForm)
pathTEdit: TEdit;
OpenDialog1: TOpenDialog;
runBtn: TButton;
GroupBox1: TGroupBox;
Radio... |
unit zpipe;
(*************************************************************************
DESCRIPTION : zlib's inflate() and deflate() made easy
REQUIREMENTS : TP7, D1-D7/9/10, FPC, VP
EXTERNAL DATA : ---
MEMORY USAGE : zlib memory + (2 buffers on stack)
DISPLAY MODE : ---
RE... |
{
ID: a2peter1
PROG: milk3
LANG: PASCAL
}
{$B-,I-,Q-,R-,S-}
const
problem = 'milk3';
MaxC = 20;
var
A,B,C,i,j : longint;
mark : array[0..MaxC,0..MaxC] of boolean;
procedure find(j,k: longint);
var i : longint;
begin
if mark[j,k] then exit;
mark[j,k] := true;
... |
unit MainU;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, System.Threading, Vcl.StdCtrls, Vcl.ExtCtrls,
Winapi.Hooks;
type
TFormMain = class(TForm)
Button1: TButton;
Memo1: TMemo;
procedure Fo... |
unit RoomsList;
interface
uses
Classes, Contnrs, StdCtrls, SysUtils,
Room, CommonUtils;
type
ERoomNotFounded = class(Exception);
TRoomsList = class(TObjectList)
constructor Create;
public
procedure AddRoom(RoomName: string);
procedure RemoveRoom(RoomName: string);
f... |
{-----------------------------------------------------------------------------
Author: Roman Fadeyev
Purpose: Специальный класc, реализующий заглушку для брокера, используется
тестером для эмуляции торгов по истории
History:
---------------------------------------------------------------------------... |
{ Routines for interfacing the CAN library to custom application-supplied
* drivers.
*
* The purpose of the CAN library is to provide generic routines for
* manipulating CAN frames, and to provide a device-independent CAN frame I/O
* interface.
*
* Drivers for some known CAN I/O devices are built into the C... |
program minigzip;
(************************************************************************
minigzip.c -- simulate gzip using the zlib compression library
Copyright (C) 1995-1998 Jean-loup Gailly.
minigzip is a minimal implementation of the gzip utility. This is
only an example of using zlib and isn't mean... |
{
this file is part of Ares
Aresgalaxy ( http://aresgalaxy.sourceforge.net )
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 ... |
unit consts_float_0;
interface
implementation
var G: Float32;
procedure Test;
begin
G := 2.4;
end;
initialization
Test();
finalization
Assert(G = 2.4);
end. |
{
Ultibo RTL Builder Tool.
Copyright (C) 2022 - SoftOz Pty Ltd.
Arch
====
<All>
Boards
======
<All>
Licence
=======
LGPLv2.1 with static linking exception (See COPYING.modifiedLGPL.txt)
Credits
=======
Information for this unit was obtained from:
References
==========
RTL Builder
===========
The Ul... |
unit PascalCoin.Update.Interfaces;
interface
uses Spring, PascalCoin.RPC.Interfaces, PascalCoin.Utils.Interfaces,
System.Classes;
type
{$SCOPEDENUMS ON}
TAccountUpdateStatus = (NotFound, NoChange, Changed, Added, Deleted);
{$SCOPEDENUMS OFF}
IUpdatedAccount = Interface
['{17DDA9D7-C141-4FAE-BAC6-63E69BE2... |
unit uSkinDLL;
interface
uses
Classes;
type
TAssignSkinsProc = procedure(AStringList: TStringList); stdcall;
TSkinDLL = class
private
FSkinsDLL: THandle;
FAssignSkinsProc: TAssignSkinsProc;
FAvailSkins: TStringList;
FSkinName: string;
IsReadingPrefs: Boolean;
functio... |
unit udmMain;
interface
uses
System.SysUtils,
System.Classes,
FireDAC.Stan.Intf,
FireDAC.Stan.Option,
FireDAC.Stan.Error,
FireDAC.UI.Intf,
FireDAC.Phys.Intf,
FireDAC.Stan.Def,
FireDAC.Stan.Pool,
FireDAC.Stan.Async,
FireDAC.Phys,
FireDAC.Stan.Param,
FireDAC.DatS,
FireDAC.D... |
{ }
{ Random number functions v3.09 }
{ }
{ This unit is copyright © 1999-2004 by David J Butler ... |
{
AD.A.P.T. Library
Copyright (C) 2014-2018, Simon J Stuart, All Rights Reserved
Original Source Location: https://github.com/LaKraven/ADAPT
Subject to original License: https://github.com/LaKraven/ADAPT/blob/master/LICENSE.md
}
unit ADAPT.Comparers.Intf;
{$I ADAPT.inc}
interface
uses
{$IFDE... |
////////////////////////////////////////////////////////////////////////////////
//
//
// FileName : SUITabControl.pas
// Creator : Shen Min
// Date : 2002-09-10 V1-V3
// 2003-07-10 V4
// Comment :
//
// Copyright (c) 2002-2003 Sunisoft
// http://www.sunisoft.com
// Email... |
unit uNR_chaveseg;
{
ResourceString: Dario 13/03/13
}
interface
uses sysutils, classes, md5, SyncObjs, Windows;
type
Tchaves = class
private
FItens : TStrings;
FCS : TCriticalSection;
procedure DeletaChavesAntigas;
public
constructor Create;
destructor Destroy;
funct... |
{ Copyright (C) 1998-2008, written by Mike Shkolnik, Scalabium Software
E-Mail: mshkolnik@scalabium
WEB: http://www.scalabium.com
Const strings for localization freeware SMComponent library}
{translation by
- sam francke s.j.francke@hccnet.nl
- Martijn Terwoert www.smarty.nl
- Hubert Duijvewaardt <hube... |
unit U_LogObject;
interface
uses
Classes, System.SyncObjs, Winapi.Windows, SysUtils,
System.DateUtils, Vcl.Forms, Winapi.SHFolder, CodeSiteLogging;
type
ILoggerInterface = interface(IInterface)
['{076BB521-F79C-4991-A5E8-3F50CE0E1CA2}']
Function GetLogFileName(): String;
procedure SetActive(aValue... |
unit FIToolkit.Reports.Parser.Types;
interface
uses
System.SysUtils, System.Generics.Defaults;
type
TFixInsightMessageType = (fimtUnknown, fimtWarning, fimtOptimization, fimtCodingConvention, fimtFatal, fimtTrial);
TFixInsightMessage = record
private
type
IFixInsightMessageComparer = IComp... |
unit ClientMain;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Corba, StdCtrls, Account_I, Account_C;
type
TForm1 = class(TForm)
Button1: TButton;
Label1: TLabel;
procedure FormCreate(Sender: TObject);
procedure Button1Click(Sender: TObject);
privat... |
unit amqp.consumer;
{$IFDEF FPC}
{$MODE Delphi}
{$ENDIF}
{$INCLUDE config.inc}
interface
uses {$IFNDEF FPC}
{$IFDEF _WIN32}
Net.Winsock2,
{$ELSE}
Net.SocketAPI,
{$ENDIF}
{$ELSE}
Winsock2,
{$ENDIF}
amqp.mem, amqp.table, amqp.socket... |
unit uPCE;
interface
uses Windows, SysUtils, Classes, ORFn, uConst, ORCtrls, ORClasses,UBAGlobals, ComCtrls;
type
TPCEProviderRec = record
IEN: int64;
Name: string;
Primary: boolean;
Delete: boolean;
end;
TPCEProviderList = class(TORStringList)
private
FNoUpdate: boolean;
FOnPrimaryC... |
{*********************************************************************
*
* 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... |
{
> I'm interested in how to change the default mouse cursor to
> another user defined shape. if you know how to do that, can you
> please post the source For it? Thanks in advance.
}
Uses
Dos, Graph,SeAnHelp;
Var
Regs : Registers;
Type
CursorType = Array[0..31] of Word; { to store the cursor shape }... |
(* Calculator: MM, 2020-04-22 *)
(* ------ *)
(* Scanner and parser for computing simple arithmatic expressions *)
(* ========================================================================= *)
... |
unit fLabCollTimes;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ORCtrls, ORDtTm, ORFn, ExtCtrls, ComCtrls, fBase508Form,
VA508AccessibilityManager;
type
TfrmLabCollectTimes = class(TfrmBase508Form)
calLabCollect: TORDateBox;
lstLabCollTimes: TORL... |
unit GMDock;
interface
uses Windows, Classes, Forms, Controls, GMGlobals, cxScrollBox, dxDockControl, dxDockPanel, ControlFrame,
Graphics, Messages, GMConst, IniFiles;
type
TCheckPanelFunctionRef = reference to function (p: TdxDockPanel): bool;
TGMDockPanel = class(TdxDockPanel)
private
FGMForm: TGMFo... |
unit uAndroidApplication;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Rtti,
System.Variants,
FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, FMX.StdCtrls,
FMX.Controls.Presentation, FMX.Edit, FMX.Layouts, FMX.ListBox, FMX.TabControl,
FMX.Objec... |
unit UnitMain;
{
OSS Mail Server v1.0.0 - Main Form
The MIT License (MIT)
Copyright (c) 2012 Guangzhou Cloudstrust Software Development Co., Ltd
http://cloudstrust.com/
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
... |
unit uMain;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, RpCon, RpBase, RpSystem, RpDefine, RpRave, StdCtrls, Buttons;
type
TfmMain = class(TForm)
bbPrint: TBitBtn;
rpReport: TRvProject;
rsSystem: TRvSystem;
rcCustom: TRvCustomConnection;
... |
unit umainform;
{$mode objfpc}{$H+}
interface
uses
SysUtils, Forms, Controls, Graphics, Dialogs, ExtCtrls, Buttons, StdCtrls,
Spin, ueverettrandom;
type
{ Tmainform }
Tmainform = class(TForm)
cmdSplit: TBitBtn;
cmdClose: TBitBtn;
grpNumElements: TGroupBox;
grp_HexSize: TG... |
unit uGMV_Log;
interface
uses
Classes
, SysUtils
, uROR_RPCBroker
, fROR_PCall
;
type
TRPCEventItem = class(TObject)
public
Start: TDateTime;
Stop: TDateTime;
RPC: string;
Params: TStrings;
Results: TStrings;
constructor Create;
destructor Destroy; override;
end;
TActio... |
unit DirectOutput_explicit;
interface
uses Windows, Dialogs, SysUtils;
const
X52PRO_GUID : TGuid = '{29DAD506-F93B-4F20-85FA-1E02C04FAC17}';
// the callback functions
type
PFN_DIRECTOUTPUT_DEVICE_CALLBACK = procedure(hDevice:LongInt; bAdded: Boolean; lContext: LongInt); stdcall;
PFN_DIRECTOUTPUT_SOF... |
unit ltr42api;
interface
uses SysUtils, ltrapitypes, ltrapidefine, ltrapi;
const
// Коды ошибок
LTR42_NO_ERR =0;
LTR42_ERR_WRONG_MODULE_DESCR =-8001;
LTR42_ERR_CANT_OPEN =-8002;
LTR42_ERR_INVALID_CRATE_SN =-8003;
LTR42_ERR_INVALID_SLOT_N... |
unit UnLembrete;
{Verificado
-.edit;
}
interface
uses
Classes, UnDados, Forms, SQLExpr, Tabela,db;
type
TRBFuncoesLembrete = class
private
Cadastro,
Tabela,
Aux: TSQL;
procedure ApagaDLembreteItem(VpaSeqLembrete: Integer);
procedure CarDUsuariosLembrete(VpaSeqLembre... |
unit adot.VCL.MouseWheelRedirector;
(*******************************************************************************
Info : Enhanced processing of mouse wheel messages (app-wide).
Author : Andrei Galatyn
Date : 10.07.2015
Application-wide mouse wheel redirector:
- Redirects mouse wheel messages to control a... |
unit ReadingSQLUnit;
interface
uses
JoanModule,
TestClasses,Windows, Messages, Dialogs,
SysUtils, Generics.Collections, Classes, Contnrs;
type
TReadingSQL = class
function ReadingTextSelect(TestIndex: Integer): TObjectList<TReading>;
procedure ReadingTextInsert(Reading: TReading; TestIndex: Integer);... |
unit main;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, FileUtil, SynMemo, SynHighlighterPHP, SynCompletion,
SynHighlighterHTML, SynHighlighterCss, Forms, Controls, Graphics, Dialogs,
ActnList, StdCtrls, ExtCtrls, AsyncProcess, ComCtrls;
const
NORMALIZE_MIN_CSS : String = 'https://cdnjs.cloudflar... |
{***************************************************************************}
{ }
{ Delphi Package Manager - DPM }
{ }
{ ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.