text stringlengths 14 6.51M |
|---|
unit CpList0;
interface
uses classes,
util1, listG, stmObj;
type
TCPlist= class
CouplingON: boolean; // true signifie que les objets envoient des messages aux objets couplés
Blocked: boolean; // true signifie que la liste ne fonctionne pas du tout. Elle devra être reconstruite.
... |
unit ModPowOpTest;
{$mode objfpc}{$H+}
interface
uses
fpcunit,
testregistry,
uIntX;
type
{ TTestModPowOp }
TTestModPowOp = class(TTestCase)
published
procedure ModPowIntX();
end;
implementation
{ TTestModPowOp }
procedure TTestModPowOp.ModPowIntX;
var
res: TIntX;
begin
res := TIntX.Mod... |
{*******************************************************************************
Title: T2TiPDV
Description: Pesquisa por produto e importação para a venda.
The MIT License
Copyright: Copyright (C) 2012 T2Ti.COM
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associa... |
program InstalledApps;
{$APPTYPE CONSOLE}
uses
Windows,
Classes,
SysUtils,
Registry;
const
UNINST_PATH = 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall';
var
Registry: TRegistry;
Keys: TStrings;
Key: string;
AppName: string;
AppLookingFor: string;
IsAppInstalled: Boolean;
begin
Write('a... |
unit tvl_ubehavebinder;
{$mode objfpc}{$H+}
interface
uses
SysUtils, tvl_ibindings, tvl_ucontrolbinder, tvl_ubehavebinders,
Controls, ComCtrls, fgl, SynEdit;
type
{ TRBBehavioralBinder }
TRBBehavioralBinder = class(TInterfacedObject, IRBBehavioralBinder)
private type
TBehaveBinderItems = specialize ... |
unit CatMatch;
{
Catarinka - Regular Expression and various other useful matching functions
Copyright (c) 2003-2020 Felipe Daragon
License: 3-clause BSD
See https://github.com/felipedaragon/catarinka/ for details
Uses the RegExpr library by Andrey V. Sorokin.
MatchWildcard function by Arsne von Wyss
Com... |
// Printer Font Metrics
unit fi_pfm;
interface
implementation
uses
fi_common,
fi_info_reader,
fi_utils,
classes,
strutils,
streamex,
sysutils;
const
PFM_VERSION = 256;
MAX_COPYRIGHT_LEN = 60;
WEIGHT_POS = 83;
FACE_OFFSET_POS = 105;
DRIVER_INFO_OFFSET_POS = 139;
type
TPFMHeader = packe... |
unit uEditProductUnit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, DB, DBClient, StdCtrls, DBCtrls, Mask, RzEdit, RzDBEdit,
RzButton, RzLabel, ExtCtrls, RzPanel, Buttons,CommonLIB;
type
TfrmEditProductUnit = class(TForm)
pnAllClients: TRzPanel;
b... |
unit uDadosCep;
interface
uses
System.SysUtils, System.Classes, Data.FMTBcd, Data.DB, Datasnap.DBClient,
Datasnap.Provider, Data.SqlExpr, Vcl.Dialogs, System.UITypes,
Data.DBXCommon;
type
TdmDadosCep = class(TDataModule)
sqlTblcep: TSQLDataSet;
dspTblcep: TDataSetProvider;
cdsTblcep: TClientDataS... |
//
// VXScene Component Library, based on GLScene http://glscene.sourceforge.net
//
{
Need a short description of what it does here.
}
unit FPlugInManagerEditor;
interface
uses
System.SysUtils,
System.Types,
System.UITypes,
System.Classes,
System.Variants,
FMX.Types,
FMX.Controls,... |
unit ModBusLoad;
interface
uses
Windows;
type
// TParity = ( None, Odd, Even, Mark, Space );
// TStopBits = ( _1, _1_5, _2 );
// TByteSize = ( _5, _6, _7, _8 );
TOpen = function(Comm:string;BaudRate,Parity,ByteSize,StopBits,BeginAddress,EndAddress,MacAddress,ReadTime,WaitTimes:Integer)... |
unit uUtils;
interface
uses Dialogs, Forms, StdCtrls, SysUtils, uParser, Controls, uArrayList, uStringMap;
type StringList = Array of String;
{
Used to switch objects
}
type Discarder = class
public
objects: StringMap;
constructor Create();
procedure switch(name: String);
... |
unit uVistaFuncs;
interface
uses
System.Types,
System.Classes,
System.HelpIntfs,
Winapi.Windows,
Winapi.Messages,
Winapi.MultiMon,
Vcl.Forms,
Vcl.StdCtrls,
Vcl.Dialogs,
Vcl.Graphics,
Vcl.Themes,
Dmitry.Utils.System,
{$IFNDEF EXTERNAL}
uTranslate,
{$ENDIF}
uConstan... |
unit uCaixa;
interface
type
TCaixa = class
private
fEntradas : Double;
fSaidas : Double;
fSaldo : Double;
public
procedure GetSaldoAtual(Dataini, Datafim : String);
property Entradas: Double read fEntradas write fEntradas;
property Saidas: Double read fSaidas write fSaidas;
pro... |
unit uUpload;
interface
uses
System.SysUtils,
SynCommons,
uPnHttpSys.Comm;
type
TUpBuf = record
buf: array of AnsiChar;
buflen: Cardinal;
end;
//文件上传进度
PUploadProcessInfo = ^TUploadProcessInfo;
TUploadProcessInfo = record
public
TotalBytes: Int64;
UploadedBytes: Int64;
StartTim... |
unit uLog;
interface
const
LOGFILE = 'main.log';
var
iLog: Integer;
//Инкапсуляция функций логгера в специфические для данного проекта
procedure logWriteMessage(Msg: String; DateTime: Boolean = True;
NewLine: Boolean = True);
procedure logWriteWarning(M... |
(*
Category: SWAG Title: MATH ROUTINES
Original name: 0011.PAS
Description: PERMUTA2.PAS
Author: SWAG SUPPORT TEAM
Date: 05-28-93 13:50
*)
{
I'm working on some statistical process control Charts and am
learning/using Pascal. The current Chart Uses permutations and
I have been successful in determing the nu... |
// Copyright (c) 2009, ConTEXT Project Ltd
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
//
// Redistributions of source code must retain the above copyright notice, this list of condition... |
unit Objekt.SepaFormat;
interface
uses
SysUtils, Classes;
type
TSepaFormat = class
private
public
constructor Create;
destructor Destroy; override;
function SepaDateToDateTime(aSepaDate: string): TDateTime;
function DateToSepaDate(aDateTime: TDateTime): string;
function SepaStrToInt(aVal... |
program InsertionSort;
{*
Insertion Sort
This method is widely used by card players. It is a stable sort, it leaves the order of items with equal keys unchanged.
The number of key comparisons in the i-th sift is at most i - 1, at least 1, and -assuming that all permutations of the n keys are equally probable- 1/2 in... |
{*****************************************************************}
{ ceosclient is part of Ceos middleware/n-tier JSONRPC components }
{ }
{ Beta version }
{ ... |
{*******************************************************************************
* uEnumControl *
* *
* Библиотека компонентов для работы с формой редактирования (qFControls) ... |
unit fre_feed_client;
{
(§LIC)
(c) Autor,Copyright
Dipl.Ing.- Helmut Hartl, Dipl.Ing.- Franz Schober, Dipl.Ing.- Christian Koch
FirmOS Business Solutions GmbH
www.openfirmos.org
New Style BSD Licence (OSI)
Copyright (c) 2001-2013, FirmOS Business Solutions GmbH
All rights reserved.
Re... |
unit ThreeDPointList;
interface
uses BasicDataTypes;
type
P3DPosition = ^T3DPosition;
T3DPosition = record
x,y,z : integer;
Next : P3DPosition;
end;
TGetPositionFunction = function (var _x,_y,_z : integer): boolean of object;
TAddPositionMethod = procedure (_x,_y,_z: integer... |
unit PlayerOutputThread;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, ThreadQueue, Pipes, math;
type
{ TPlayerOutputThread }
TPlayerOutputThread = class(TThread)
private
FOutputStream: TInputPipeStream;
FQueue: TThreadQueue; // // queue of eoln-terminated pstrings
protected
procedur... |
program FileDialogTests;
//{IFNDEF UNIX} {r GameLauncher.res} {ENDIF}
uses
Math, SysUtils,
sgUtils,
sgUserInterface, sgAudio, sgGraphics, sgResources, sgText, sgGeometry, sgTypes, sgImages, sgInput;
procedure InitInterface();
begin
DrawGUIAsVectors(true);
GUISetForegroundColor(ColorWhite);
end;
procedure M... |
unit uMap;
interface
uses LCLIntf, LCLType, SysUtils, Forms, Classes, dialogs,
Graphics, FileUtil, IntfGraphics,
uFrmMessageBox, uLanguage, uColor16bits;
const
MAX_NUM_IMAGES = 999;
FPG_NULL = 255;
FPG1 = 0;
FPG8_DIV2 = 1;
FPG16 = 2;
FPG16_CDIV = 3;
FPG24 = 4;
FPG32 = 5;
typ... |
//~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
//
// Programa: MultiFind
//
// Propósito Modulo IconosAsociados:
// Definir un descendiente de TImageList que gestione la recuperación de iconos asociados
// controlando almacenar un solo icono por cada tipo, y ... |
unit uModVoucher;
interface
uses
uModApp, uModUnit, uModAgreementVoucher, System.Generics.Collections,
uModOrganization, uModTransaksi;
type
TmodVoucherDetil = class;
TModVoucher = class(TModApp)
private
FAUTUNIT: TModUnit;
FMODORGANIZATION: TModOrganization;
FVCR_EXPIRE_DATE: TDateTime;
FV... |
unit DragOut;
interface
uses files, OLE2, classes, clipbrd, fileoperations;
Type
TGiveFiles=class
data:IDataObject;
copied:boolean;
FContainer:TContainerFile;
Files:TStringList;
extracted:boolean;
Constructor Create(Container:TContainerFile);
Destructor Destroy;override;
Procedure Clear;
Procedure ... |
procedure TGLine.initialize;
begin
dx:=p2.getX-p1.getX;
dy:=p2.getY-p1.getY;
d:=sqrt(dx*dx+dy*dy);
// m:=dy/dx;
ex:=dx/d;
ey:=dy/d;
end;
//------------------------------------------------------------------
constructor TGLine.Create(p1_,p2_:TGPoint;s:TGLineState;L:TList;C:TCanvas);
begin
p1:... |
unit UContaCorrenteVO;
interface
uses Atributos, Classes, Constantes, Generics.Collections, SysUtils, UGenericVO,
UCondominioVO;
type
[TEntity]
[TTable('ContaCorrente')]
TContaCorrenteVO = class(TGenericVO)
private
FidContaCorrente : Integer;
FidContasReceber : Integer;
FidLcto : Integer;
... |
unit mrSearchEdit;
interface
uses
Windows, SysUtils, Classes, Graphics, Messages, cxButtonEdit, mrBoundLabel,
ExtCtrls, Controls, Types, Menus, StdCtrls, cxEdit;
type
TmrSearchEdit = class(TcxButtonEdit)
private
FEditLabel: TmrBoundLabel;
FLabelPosition: TLabelPosition;
FLabelSpacing: Integer;
... |
unit pkcs11_token;
interface
uses
Controls,
pkcs11t,
pkcs11_api,
pkcs11_mechanism,
pkcs11_session;
const
NULL_TIME = 0;
type
TPKCS11Token = class(TPKCS11API)
private
protected
FSlotID: integer;
FCacheTokenInfo: boolean;
FCachedTokenInfoPresent: boolean;
FCach... |
unit uFormSelectLocation;
interface
uses
Winapi.Windows,
System.SysUtils,
System.Classes,
Vcl.Graphics,
Vcl.Controls,
Vcl.Forms,
Vcl.StdCtrls,
Vcl.ExtCtrls,
Dmitry.Controls.PathEditor,
Dmitry.PathProviders,
Dmitry.PathProviders.MyComputer,
VirtualTrees,
uMemory,
uTh... |
//
// Title: SFDBGridInplaceCheckBox
//
// Description: A CheckBox that serves as InplaceEditor within a DBGrid
//
// Created by: Frank Huber
//
// Copyright: Frank Huber - The SoftwareFactory -
// Alberweilerstr. 1
// D-88433 Schemmerhofen
//
// ... |
unit ServUnit;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ScktComp, common, StdCtrls, FileCtrl, Buttons;
const
Version = ' 2.1';
type
TForm1 = class( TForm )
ServSock: TServerSocket;
Memo1: TMemo;
edtDir: TEdit;
StaticText1: TStaticText;
... |
unit docs.unity;
interface
uses
Horse,
Horse.GBSwagger;
procedure registry();
implementation
uses schemas.classes;
procedure registry();
begin
Swagger
.Path('unidades/{id_unidade}')
.Tag('Unidades Medidas')
.GET('listar uma unidade medida', 'listar unidade de medida especifica')
... |
unit UDSQLExpressions;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls, UCrpe32;
type
TCrpeSQLExpressionsDlg = class(TForm)
pnlExpressions: TPanel;
lblExpression: TLabel;
lblExpressionName: TLabel;
lbNames: TListBox;
memoExpression... |
Unit Itimer ;
{ * Itimer : *
* *
* Esta unidad se encarga de los timers y el despertador de usuario *
* *
* Cop... |
unit uRDMLookupInventory;
{$WARN SYMBOL_PLATFORM OFF}
interface
uses
Windows, Messages, SysUtils, Classes, ComServ, ComObj, VCLCom, DataBkr,
DBClient, MRAppServer_TLB, StdVcl, ADODB, DB, Provider, mrConfigLookupSvr,
mrConfigLookupCli;
type
TRDMLookupInventory = class(TRemoteDataModule, IRDMLookupInventory)
... |
unit Forms.Main;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, AdvMemo, Vcl.StdCtrls;
const
DEMO_TITLE = 'FNC Core Utils - MIME demo';
DEMO_BUTTON = 'Execute';
type
TFrmMain = class(TForm)
btnExecute: ... |
unit fos_mos_monitoringapp;
{
(§LIC)
(c) Autor,Copyright
Dipl.Ing.- Helmut Hartl, Dipl.Ing.- Franz Schober, Dipl.Ing.- Christian Koch
FirmOS Business Solutions GmbH
Licence conditions
(§LIC_END)
}
{$codepage UTF8}
{$mode objfpc}{$H+}
{$modeswitch nestedprocvars}
interface
uses
Classes, SysUt... |
// ************************************************************************
// ***************************** CEF4Delphi *******************************
// ************************************************************************
//
// CEF4Delphi is based on DCEF3 which uses CEF3 to embed a chromium-based
// browser in D... |
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)
OpenButton1: TButton;
OpenLabel1: TLabel;
OpenButton2: TButton;
OpenLabel2: TLabel;
Op... |
unit LanguageSetLoaderJsonUnit;
interface
uses
Classes,
jsonparser, fpjson,
LanguageStringMapUnit,
LanguageUnit, LanguageSetUnit, LanguageSetLoaderUnit;
type
{ TLanguageSetLoaderJson }
TLanguageSetLoaderJson = class(TLanguageSetLoader)
protected
procedure LoadFromData(const aData: TJSONData);
... |
unit GLDRotationForm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, ComCtrls, GL, GLDTypes, GLDClasses;
type
TGLDRotationForm = class(TForm)
L_XAngle: TLabel;
L_YAngle: TLabel;
L_ZAngle: TLabel;
TB_XAngle: TTra... |
unit TestUContadorVO;
{
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, UCont... |
{**************************************************************************************}
{ }
{ CCR Exif - Delphi class library for reading and writing image metadata }
{ Version 1.5.1 ... |
unit uFrameUserTable;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, cxSplitter, cxPC, cxControls, uFrameGrid;
type
TFrameUserTable = class(TFrame)
pcChild: TcxPageControl;
Splitter: TcxSplitter;
private
FChildVisible: boolean;
... |
{$DEFINE Delphi3orHigher}
unit Dmitry.Controls.ShellNotification;
interface
uses Windows, Messages, SysUtils, Classes, Controls, Forms, Dialogs,
{$IFNDEF Delphi3orHigher} OLE2, {$ELSE} ActiveX, ComObj, {$ENDIF}
ShlObj;
type
NOTIFYREGISTER = record
pidlPath : PItemIDList;
bWatchSubtree : boo... |
PROGRAM wildcard;
(* Matching Going from the left to right
recursive *)
FUNCTION Matching(p, s : STRING):Boolean;
VAR
i,j:Integer;
BEGIN
i := 1;
j := 1;
WHILE (p[j] <> '*') AND (j <= length(p)) AND ((s[i] = p[j]) OR
(p[j] = '?')) DO BEGIN
i := i + 1;
j := j + 1;
EN... |
unit uClasses;
interface
type
TCarros = class
private
FCodigo: Integer;
FModelo: string;
FDataLancamento: TDateTime;
procedure SetCodigo(const Value: Integer);
procedure SetModelo(const Value: string);
procedure SetDataLancamento(const Value: TDateTime);
published
property Codigo :... |
unit SHDefaultDataSaver;
interface
uses
Classes,DB,
DBGridEh, DBGridEhImpExp,
// SQLHammer
SHDesignIntf;
type
TBTDataSaver = class(TSHComponent, ISHDataSaver, ISHDemon)
private
FSupportsExtentions: TStringList;
FExtentionDescriptions: TStringList;
protected
function Supports... |
//Delphi版雪花算法
//作者:不得闲
//https://github.com/suiyunonghen/DelphiSnowflake
//QQ: 75492895
unit DxSnowflake;
interface
uses System.SysUtils,System.SyncObjs,System.Generics.Collections,System.DateUtils;
type
TWorkerID = 0..1023;
TDxSnowflake = class
private
FWorkerID: TWorkerID;
FLocker: TCriticalSection;
... |
{
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 UDFormulaEdit;
interface
uses
Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Buttons;
type
TCrpeFormulaEditDlg = class(TForm)
memoFormula: TMemo;
btnOk: TButton;
btnCancel: TButton;
btnClear: TButton;
procedure FormClose(Sender: TObject; var Action: TCloseAction);
procedure F... |
unit GLDTorus;
interface
uses
Classes, GL, GLDTypes, GLDConst, GLDClasses, GLDObjects;
type
TGLDTorus = class(TGLDEditableObject)
private
FRadius1: GLfloat;
FRadius2: GLfloat;
FSegments: GLushort;
FSides: GLushort;
FStartAngle1: GLfloat;
FSweepAngle1: GLfloat;
FStart... |
unit TestUMain;
{
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, System.SysUtils, Vcl.Graphics, Wi... |
{*------------------------------------------------------------------------------
GestionDesErreurs
Gestion Des Erreurs du moteur de Sarrah
@Author CIRAD
@Version v_3.0
-------------------------------------------------------------------------------}
unit GestionDesErreurs;
interface
uses Dialogs,Main;
type
... |
unit Pospolite.View.CSS.Selector;
{
+-------------------------+
| Package: Pospolite View |
| Author: Matek0611 |
| Email: matiowo@wp.pl |
| Version: 1.0p |
+-------------------------+
Comments:
...
}
{$mode objfpc}{$H+}
{$modeswitch advancedrecords}
interface
uses
Classes, Sys... |
unit cxGridPlacement;
interface
uses stdctrls, windows, classes, Sysutils, Controls, comctrls, Forms, cxGridDBTableView;
type
TAvcxGridPlacement = class(TComponent)
private
FActive: Boolean;
FRestored: Boolean;
FSaved: Boolean;
FDestroying: Boolean;
FcxGridDBTableView: TcxGridDBTableView;
... |
unit TestApp;
{
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.
}
(*
** pagamento menor do que conta.
moeda: array [1..4 ] of i... |
namespace Maps;
interface
uses
MapKit,
UIKit;
type
[IBObject]
MainViewController = public class(UIViewController, IUIPopoverControllerDelegate, IFlipsideViewControllerDelegate, IUISearchBarDelegate, IUITableViewDataSource, IUITableViewDelegate)
private
{$REGION IUIPopoverControllerDelegat... |
(*
* 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 uFrameBaseProps;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, cxGraphics, cxCurrencyEdit, cxMaskEdit,
cxDropDownEdit, cxControls, cxContainer, cxEdit, cxTextEdit, uAttributes,
cxMemo, cxPC, DB, ADODB, cxDBEdit, cxLookupEdit, cxDBLoo... |
{***************************************************************************}
{ }
{ Delphi Package Manager - DPM }
{ }
{ ... |
object fmFileList: TfmFileList
Left = 453
Top = 213
ActiveControl = eName
BorderStyle = bsDialog
Caption = 'File List'
ClientHeight = 285
ClientWidth = 306
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font... |
{*************************************************************
Author: Stéphane Vander Clock (SVanderClock@Arkadia.com)
www: http://www.arkadia.com
EMail: SVanderClock@Arkadia.com
product: Alcinoe ALCommon Unit
Version: 3.05
Description: Misc definition type or const for Alcinoe compo... |
(******************************************************************************
Autor : José Fábio Nascimento de Almeida
e-mail : fabio@interativasoft.com.br ; fabiorecife@yahoo.com.br
data criação: 21/12/2005
Responsabilidade : Testar as classes de uJSON
Arquivo : uJSON.pas
**********************************... |
unit o_MailLesen;
interface
uses
SysUtils, Classes,
IdMessage, IdPOP3, IdBaseComponent,
IdComponent, IdTCPConnection, IdTCPClient, IdExplicitTLSClientServerBase,
IdMessageClient, IdSMTPBase, IdSMTP, Vcl.StdCtrls, IdIOHandler,
IdIOHandlerSocket, IdIOHandlerStack, IdSSL, IdSSLOpenSSL, IdGlobal;
type
TMail... |
unit uDemoViewFrameTipo1;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
FMX.Types, FMX.Graphics, FMX.Controls, FMX.Forms, FMX.Dialogs, FMX.StdCtrls,
FMX.Controls.Presentation, FMX.ScrollBox, FMX.Memo,
uInterfaces,
uAtributos,
uDemoInterfaces,
uDemoViewM... |
unit ibSHRegisterFrm;
interface
uses
SHDesignIntf, SHEvents, ibSHDesignIntf, ibSHComponentFrm,
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls, Grids, TypInfo, AppEvnts, ELPropInsp;
type
TRegisterType = (rtUnknown, rtServer, rtDatabase, rtCreat... |
unit XLSHashTrie;
{
Delphi implementation of HashTrie dynamic hashing method
Full description available on www.softlab.od.ua
Delphi 2,3,4,5
Freware with source.
Copyright (c) 2000-2001, SoftLab MIL-TEC Ltd
Web: http://www.softcomplete.com
Email: support@softcomplete.com
THIS SOFTWARE AND THE ACCO... |
{*******************************************************************************
* uCrUtils *
* *
* Вспомогательные утилиты для шифрования ... |
Unit Procesos;
{ * Procesos : *
* *
* Esta unidad se encarga de la creacion y eliminacion de procesos *
* aqui no estan implementadas las llamadas al sistema , *... |
unit SDUWindows64;
interface
function SDUIsWow64Process(const hProcess: THandle): boolean;
function SDUWow64EnableWow64FsRedirection(Enable: boolean): boolean;
function SDUWow64RevertWow64FsRedirection(const OldValue: Pointer): boolean;
function SDUWow64DisableWow64FsRedirection(out OldValue: Pointer): boolean... |
// ************************************************************************
// ***************************** CEF4Delphi *******************************
// ************************************************************************
//
// CEF4Delphi is based on DCEF3 which uses CEF3 to embed a chromium-based
// browser in D... |
unit uFrmDialog;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, uFrmParent, ActnList, Menus, cxLookAndFeelPainters, StdCtrls,
cxButtons, ExtCtrls, cxControls, cxContainer, cxEdit, cxLabel, uDefCom;
type
TfrmDialog = class(TfrmParent)
pnlBottom: TPanel;
... |
Unit AddEditSymServerForm;
Interface
Uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.ExtCtrls, Vcl.StdCtrls;
Type
TAddEditSymServerFrm = Class(TForm)
MainPanel: TPanel;
StornoButton: TButton;
OkButton: T... |
unit Duktape.Api;
interface
const
{$IF Defined(WIN32)}
LIB_DUKTAPE = 'duktape32.dll';
PREFIX = '';
{$ELSEIF Defined(WIN64)}
LIB_DUKTAPE = 'duktape64.dll';
PREFIX = '';
{$ELSEIF Defined(ANDROID)}
LIB_DUKTAPE = 'libduktape_android.a';
PREFIX = '';
{$ELSEIF Defined(IOS)}
LIB_DUKTAPE = 'libduktape_i... |
{-----------------------------------------------------------------------------
Unit Name: dlgToolProperties
Author: Kiriakos Vlahos
Date: 04-Jun-2005
Purpose: Dialog for specifying command-line tool properties
History:
-----------------------------------------------------------------------------}
unit d... |
unit FlowTestView;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls,
pngimage,
Node, Box;
type
TFlowTestForm = class(TForm)
BoxMemo: TMemo;
Panel: TPanel;
PaintBox: TPaintBox;
Splitter1: TSplitter;
DOMMemo: TMemo;
... |
unit Utilities;
interface
uses
Windows, Winspool, SysUtils, StdCtrls, ExtCtrls, Forms, Graphics, IniFiles, Grids, DBGrids, Dialogs;
type
TDoc_Info_1 = record
pDocName: pChar;
pOutputFile: pChar;
pDataType: pChar;
end;
function StringToCaseSelect (Selector: string; CaseList: array o... |
unit CollectionEditor;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ComCtrls, ToolWin, Menus, ImgList,
dcedit, dcfdes, dcsystem, dcdsgnstuff;
type
TCollectionEditorForm = class(TForm)
ItemsView: TListView;
ToolBar1: TToolBar;
AddItemButton:... |
unit fos_infrastructure_mod;
{
(§LIC)
(c) Autor,Copyright
Dipl.Ing.- Helmut Hartl, Dipl.Ing.- Franz Schober, Dipl.Ing.- Christian Koch
FirmOS Business Solutions GmbH
Licence conditions
(§LIC_END)
}
{$codepage UTF8}
{$mode objfpc}{$H+}
{$modeswitch nestedprocvars}
{$DEFINE ZONE_DEBUGING}
interf... |
unit FMX.LoadingIndicator;
interface
uses
System.Classes,
System.Types,
System.UITypes,
System.Math,
FMX.Types,
FMX.Controls,
FMX.Graphics,
FMX.Objects,
FMX.Layouts,
FMX.Ani,
FMX.Utils,
FMX.ComponentsCommon;
type
TLoadingIndicatorKind = (LoadingArcs, LoadingDoubleBounce, LoadingFlipPlane,
... |
unit uRelatAlteracoesAssinante;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, JvExStdCtrls, JvButton,
JvCtrls, JvComponentBase, JvEnterTab, Vcl.Mask, JvExMask, JvToolEdit;
type
TfrmRelatAlter... |
unit UnitZarplataConsts;
interface
resourcestring
//Dpr-source
Ini_FileName = 'Config.ini';
OpenConfigError_Text = 'Не знайдено файл з настрйками';
OpenDBError_Text = 'Неможливо встановити'+#13+'підключення до бази';
Application_Caption = 'Зарплат... |
//Algorithme Le garage automobile
//But:Algorithme qui affiche des garages et leurs véhicules, véhicule le plus vieux etc.
//Entree: Nom garage, adresse ,modele...
//Sortie: affiche des garages et leurs véhicules, véhicule le plus vieux etc.
Programme Garage
Type
adre=Enregistrement
coordonnee:chaîne
numTel:enti... |
unit frmEditCarNoByFNCard;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, cxStyles, cxCustomData, cxGraphics, cxFilter, cxData,
cxDataStorage, cxEdit, DB, cxDBData, Buttons, ExtCtrls, cxGridLevel,
cxClasses, cxControls, cxGridCustomView, cxGridCustomTableVie... |
unit SetCCDReadoutUnit;
// ---------------------------------------
// Enter coordinates of CCD readout region
// ---------------------------------------
// 20.02.07 Limits of range now set correctly
// 22.05.13 Cancel now closes form rather than hides (avoiding form error)
// 16.09.15 .. JD Form position/size saved by ... |
unit fos_stats_control_interface;
{
(§LIC)
(c) Autor,Copyright
Dipl.Ing.- Helmut Hartl, Dipl.Ing.- Franz Schober, Dipl.Ing.- Christian Koch
FirmOS Business Solutions GmbH
www.openfirmos.org
New Style BSD Licence (OSI)
Copyright (c) 2001-2013, FirmOS Business Solutions GmbH
All rights res... |
unit ItemPedidoVenda;
interface
uses
Produto, DBXJSONReflect, RTTI, DBXPlatform;
type
TDoubleInterceptor = class(TJSONInterceptor)
public
function StringConverter(Data: TObject; Field: string): string; override;
procedure StringReverter(Data: TObject; Field: string; Arg: string); override;
end;
TI... |
unit RunOptions;
{$ALIGN ON}
{$MINENUMSIZE 4}
interface
uses
Windows,
SysUtils, Classes, IniFiles;
//{$define RedirectStdOut}
const
CAllOpt = 'All';
CInfoNam = 'Info';
CInfos: array[0..2] of string = ('0', '1', '2');
CBuildNam = 'Build';
CBuilds: array[0..2] of string = (CAllOpt... |
unit InflatablesList_ItemShopTemplate_Base;
{$INCLUDE '.\InflatablesList_defs.inc'}
interface
uses
InflatablesList_Types,
InflatablesList_ItemShop,
InflatablesList_ItemShopParsingSettings;
type
TILItemShopTemplate_Base = class(TObject)
protected
// internals
fStaticSettings: TILStaticManagerSetti... |
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.TMSFNCMapsCommonTypes, VCL.TMSFNCCustomControl, VCL.TMSFNCWebB... |
unit GLGizmoArv;
// Arvydas Juskevicius aka adirex
// arvydas@adirex.com
// original Still used by me.. ilh there is a component for D6 and up...
interface
uses
Winapi.OpenGL,
Winapi.OpenGLext,
System.SysUtils,
System.Classes,
GLVectorGeometry,
GLScene,
GLTexture,
OpenGLTokens,
G... |
UNIT Parse;
{$H+}
INTERFACE
USES Scanner,
crt,
gsub,
param,
ar,
video,
estructura;
FUNCTION Parse_Ini_Interprete(VAR MyCollection: CollectionObject):boolean;
IMPLEMENTATION
PROCEDURE ERRORES(TL : TTipoToken ; TC : String);
BEGIN
IF TL = TOKEN_ID THEN BEGIN
writeln('... |
unit St_Services_Main;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, cxStyles, cxCustomData, cxGraphics, cxFilter, cxData,
cxDataStorage, cxEdit, DB, cxDBData, cxCheckBox, FIBQuery, pFIBQuery,
pFIBStoredProc, ActnList, FIBDataSet, pFIBDataSet, cxContainer, ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.