text stringlengths 14 6.51M |
|---|
{* ***** BEGIN LICENSE BLOCK *****
Copyright 2009 Sean B. Durkin
This file is part of TurboPower LockBox 3. TurboPower LockBox 3 is free
software being offered under a dual licensing scheme: LGPL3 or MPL1.1.
The contents of this file are subject to the Mozilla Public License (MPL)
Version 1.1 (the "License"); you may ... |
{******************************************************************************}
{ }
{ WiRL: RESTful Library for Delphi }
{ ... |
unit UMain;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants,
System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.ExtCtrls,
Vcl.ComCtrls,
Data.Bind.Components, Data.Bind.ObjectScope, REST.Client, IPPeerClient,
System.Rtti, Syste... |
unit Mission_edit;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, misc_utils, Files, FileOperations, GlobalVars;
type
TMissionEdit = class(TForm)
GroupBox1: TGroupBox;
CBSolo: TCheckBox;
BNRCS: TButton;
GroupBox2: TGroupBox;
CBHistoric: TC... |
unit JediInstallIntf;
interface
uses
ComCtrls, DelphiInstall;
const
// Feature masks
FID_Product = $7F000000;
FID_IsProduct = $00FFFFFF;
FID_Category = $00FF0000;
FID_IsCategory = $0000FFFF;
FID_Level2 = $0000FF00;
FID_IsLevel2 =... |
unit StringsBasicsForm;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
FMX.Types, FMX.Controls, FMX.Forms, FMX.Dialogs, FMX.TabControl, FMX.StdCtrls,
FMX.Layouts, FMX.Memo;
type
TTabbedForm = class(TForm)
HeaderToolBar: TToolBar;
ToolBarLabe... |
namespace proholz.xsdparser;
type
SimpleTypeFinalEnum = public enum (list, &union, restriction, all); //#all
FinalDefaultEnum = public enum(default, extension, restriction, list, union , all); //#all
FinalEnum = public enum(extension, restriction, all); //#all
// *
// * An {@link Enum} with all the possible val... |
unit nsTemplateLib;
Simple exemple
interface
{$IFDEF FPC} {$mode delphi} {$DEFINE AcqElphy2} {$A1} {$Z1} {$ENDIF}
// nsTemplateLib.cpp : Defines the entry point for the DLL application
// All exported library functions are defined here
//
// This is a template source file to use as an example on h... |
unit uFrmFillFreightFrm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Frm_BillEditBase,
cxEdit, DB, DBClient, ActnList, dxBar,
cxClasses, ImgList, cxGridLevel, cxControls, cxGridCustomView,
cxGridCustomTableView, cxGridTableView, cxGridDBTableV... |
unit uDigitOpHelper;
{$I ..\Include\IntXLib.inc}
interface
uses
uConstants,
uDigitHelper,
uIntXLibTypes;
type
/// <summary>
/// Contains helping methods for operations over <see cref="TIntX" /> digits as arrays.
/// </summary>
TDigitOpHelper = class sealed(TObject)
public
... |
{*******************************************************************************
Title: T2Ti ERP
Description: VO relacionado Ó tabela [EMPRESA]
The MIT License ... |
unit TpTextArea;
interface
uses
Windows, Classes, Controls, StdCtrls, ExtCtrls, Graphics, Messages, SysUtils,
Types,
ThTag, ThTextArea,
TpControls;
type
TTpTextArea = class(TThTextArea)
private
FOnGenerate: TTpEvent;
protected
procedure SetOnGenerate(const Value: TTpEvent);
public
proc... |
//---------------------------------------------------------------------------
// This software is Copyright (c) 2011 Embarcadero Technologies, Inc.
// You may only use this software if you are an authorized licensee
// of Delphi, C++Builder or RAD Studio (Embarcadero Products).
// This software is considered a Redis... |
// XD Pascal - a 32-bit compiler for Windows
// Copyright (c) 2009-2010, 2019-2020, Vasiliy Tereshkov
{$I-}
{$H-}
unit Scanner;
interface
uses Common;
var
Tok: TToken;
procedure InitializeScanner(const Name: TString);
function SaveScanner: Boolean;
function RestoreScanner: Boolean;
pro... |
unit uCadVendedores;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.DBCtrls, Vcl.ExtCtrls, Vcl.Grids,
Vcl.DBGrids, Vcl.StdCtrls, Vcl.Mask, JvExStdCtrls, JvButton, JvCtrls, Data.DB,
JvExMask, JvToolEdit, ... |
unit ibSHDebuggerIntf;
interface
uses
SysUtils, Classes, Graphics, Types,
SHDesignIntf, ibSHDriverIntf;
type
TibSHDebugGroupStatementType =
(dgstEmpty,
dgstProcedure, dgstTrigger, dgstSimple,
dgstCondition, //dgstConditionClause, dgstConditionThenClause, dgstConditionElseClause,
// dgs... |
unit ByteDataSet;
interface
uses AbstractDataSet;
type
TByteDataSet = class (TAbstractDataSet)
private
// Gets
function GetData(_pos: integer): byte; reintroduce; overload;
// Sets
procedure SetData(_pos: integer; _data: byte); reintroduce; overload;
pr... |
{-----------------------------------------------------------------------------
Unit Name: geFloatEdit
Author: HochwimmerA
Purpose: Edit Box for floats - incomplete...
$Id: geFloatEdit.pas,v 1.7 2003/09/11 05:25:52 hochwimmera Exp $
--------------------------------------------------------------------------... |
unit U_SCFEdit;
{$MODE Delphi}
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls;
type
TSCFieldPicker = class(TForm)
Panel1: TPanel;
RGItems: TRadioGroup;
BNOK: TButton;
BNCancel: TButton;
private
{ Private declarations }
proc... |
unit eMVC.Config;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants,
System.Classes, Vcl.Graphics, System.RTTI,
System.Generics.Collections, MVCBr.ObjectConfigList,
eMVC.OTAUtilities,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.ExtCtrls, Vcl.StdCtrls;
const
mvc_ma... |
{
Catarinka TStringListCache
Caches multiple string lists, allowing them to be loaded or saved together
to an external JSON file
Copyright (c) 2003-2020 Felipe Daragon
License: 3-clause BSD
See https://github.com/felipedaragon/catarinka/ for details
}
unit CatStringListCache;
interface
{$I Catarinka.inc... |
unit MainForm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs,
StdCtrls, ExtCtrls;
type
TForm1 = class(TForm)
Panel1: TPanel;
Button1: TButton;
Memo1: TMemo;
procedure Button1Click(Sender: TObject);
private
procedure TaskComplete(Sender... |
unit OTFEBestCryptTestApp_U;
// Description:
// By Sarah Dean
// Email: sdean12@sdean12.org
// WWW: http://www.SDean12.org/
//
// -----------------------------------------------------------------------------
//
interface
{$IFDEF LINUX}
This software is only intended for use under MS Windows
{$ENDIF}... |
unit uBase64;
{
Copyright (c) 2015 Ugochukwu Mmaduekwe ugo4brain@gmail.com
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for a... |
unit uTextProps;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ComCtrls,
iexColorButton, imageenview, iexLayers, ieview, hyiedefs, ExtCtrls, Buttons;
type
TTextProps = class(TForm)
lblHeading: TLabel;
btnCancel: TButton;
btnOK: TButto... |
namespace proholz.xsdparser;
interface
type
XsdUnionVisitor = public class(XsdAnnotatedElementsVisitor)
private
// *
// * The {@link XsdUnion} instance which owns this {@link XsdUnionVisitor} instance. This way this visitor instance
// * can perform changes in the {@link XsdUnion} object.
//
//
v... |
{: Archipelago GLScene demo.<p>
This demo illustrates several GLScene components:
- TerrainRenderer, used with a material library
- TerrainRenderer's OnHeightDataPostRender, used to render sea surface
- HeightTileFileHDS, used as primary elevation datasource
- CustomHDS, used to attach texturing informa... |
//---------------------------------------------------------------------------
// This software is Copyright (c) 2011 Embarcadero Technologies, Inc.
// You may only use this software if you are an authorized licensee
// of Delphi, C++Builder or RAD Studio (Embarcadero Products).
// This software is considered a Redis... |
unit Unit2;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, IPPeerClient,
IPPeerServer, System.Tether.Manager, System.Tether.AppProfile, FMX.Layouts,
FMX.Memo, FMX.StdCtrls, FMX.Edit, FMX.Cont... |
{
Clever Internet Suite Version 6.2
Copyright (C) 1999 - 2006 Clever Components
www.CleverComponents.com
}
unit clSmtp;
interface
{$I clVer.inc}
uses
Classes, clMC, clMailMessage, clMCUtils;
type
TclCustomSmtp = class(TclCustomMail)
private
FMailFrom: string;
FMailToList: TStrings;
FMailDat... |
unit fx1Value;
interface
uses
Winapi.Windows,
Winapi.Messages,
System.SysUtils,
System.Variants,
System.Classes,
Vcl.Graphics,
Vcl.Controls,
Vcl.Forms,
Vcl.Dialogs,
Vcl.StdCtrls,
Vcl.Buttons,
Vcl.Clipbrd,
uGlobal;
type
Tfx1ValueForm = class(TForm)
Label1: TLabel... |
unit Types;
interface
uses Geometry;
type
Rocket = record
acceleration: Vector;
velocity: Vector;
position: Vector;
oldpos: Vector;
current_drill_len, drill_len: double;
drilling: boolean;
removed: boolean;
exp_radius: double;
exp_force: double;
{ Used for player's equipment }
name: ansistring;... |
unit MT5.BaseAnswer;
interface
type
TMTAnswerParam = class
private
FName: string;
FValue: string;
procedure SetName(const Value: string);
procedure SetValue(const Value: string);
{ private declarations }
protected
{ protected declarations }
public
{ public declarations }
const... |
unit ActObj;
interface
uses Classes, SysUtils, Dialogs, Windows, MakeRes;
Type
TCalculation = (tcArom,tcOctan,tcSingle);
TProcess = (tpNormal,tpBenzene);
TActivObj = class(TObject)
private
ExeFile, File_dan, File_rez, File_sk, WorkPath, DataPath: String;
OktE: double;
Res: ResT;
CalcType: TCalculation;
... |
{-------------------------------------------------------------------------------
Copyright 2012-2021 Ethea S.r.l.
Licensed under the Apache 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://ww... |
unit u_ast_expression;
{$mode objfpc}{$H+}
interface
uses
Classes,
SysUtils,
u_tokens,
u_ast,
u_ast_blocks,
u_ast_expression_blocks;
type
TMashASTExpression = class(TMashBaseAST)
public
stk: TList;
TreeNode: TMashASTBlock;
constructor Create(_tokens: TList);
destructor Des... |
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.TreeView,
FMX.ScrollBox, FMX.Memo, FMX.Objects;
type
TForm1 = class(... |
{ *************************************************************************** }
{ }
{ Delphi and Kylix Cross-Platform Visual Component Library }
{ }
... |
// ----------- Parse::Easy::Runtime -----------
// https://github.com/MahdiSafsafi/Parse-Easy
// --------------------------------------------
unit Parse.Easy.Parser.LR1;
interface
uses
System.SysUtils,
System.Classes,
Parse.Easy.StackPtr,
Parse.Easy.Lexer.CustomLexer,
Parse.Easy.Lexer.Token,
Parse.Easy.P... |
unit MyCat.BackEnd.Interfaces;
interface
uses
System.SysUtils, MyCat.Net.CrossSocket.Base;
type
IResponseHandler = interface;
IBackEndConnection = interface(ICrossConnection)
function IsModifiedSQLExecuted: Boolean;
function IsFromSlaveDB: Boolean;
function GetSchema: string;
procedure SetSche... |
unit uDatabaseInfoControl;
interface
uses
Generics.Collections,
Winapi.Windows,
Winapi.Messages,
Winapi.ActiveX,
System.Math,
System.Classes,
System.SysUtils,
Vcl.Graphics,
Vcl.Controls,
Vcl.StdCtrls,
Vcl.Imaging.jpeg,
Vcl.Imaging.PngImage,
Vcl.ExtCtrls,
Vcl.Forms,
Vcl... |
//------------------------------------------------------------------------------
//CharaLoginCommunication UNIT
//------------------------------------------------------------------------------
// What it does-
// This unit houses routines for Character Server to Login ... |
Program SWG2DBF;
{$I GSF_FLAG.PAS}
Uses
Reader_U,
Reader_C,
{ vDisk,
vMEMO,
vMenu,
GSF_Shel,
gsf_tool,
gsf_date,
vScreen,
vKBd,
CRT,
GSF_DOS,}
LZH,ZipUnit;
TYPE
SwagHeader =
RECORD
HeadSize : BYTE; {size of header}
HeadChk ... |
unit uInventoryCleanUp;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
PAIDETODOS, StdCtrls, RadioButtonAll, Mask, LblEffct,
ExtCtrls, Buttons, SuperComboADO, Db, ADODB, siComp, siLangRT, Grids, DBGrids,
SMDBGrid;
type
TInventoryCleanUp = class(TFrmParent)
btCa... |
(*
Category: SWAG Title: DATE & TIME ROUTINES
Original name: 0014.PAS
Description: PACKTIME.PAS
Author: SWAG SUPPORT TEAM
Date: 05-28-93 13:37
*)
{>I noticed that Pascal has Functions called unpacktime() and packtime().
>Does anyone know how these two Functions work? I need either a source
>code example of... |
unit RTFReportEngine;
interface
uses
System.Generics.Collections,
Classes,
SysUtils, Data.DB;
type
EParserException = class(Exception)
end;
TRTFLoopControl = record
Identifier: String;
SymbolToConsumeAtEachIteration: String;
class function Create(aIdentifier, aSymbolToConsumeAtEachIteration... |
unit UDMaps;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls,
Forms, Dialogs, StdCtrls, ExtCtrls, Buttons, ComCtrls, UCrpe32;
type
TCrpeMapsDlg = class(TForm)
pnlMaps: TPanel;
lblNumber: TLabel;
lbNumbers: TListBox;
editCount: TEdit;
lblCount: TLabel;
GroupBox1: ... |
{-----------------------------------------------------------------------------
Unit Name: dlgFindInFiles
Author: Kiriakos Vlahos
Date: 20-May-2005
Purpose: Find in Files dialog
History: Based on code from GExperts and covered by its licence
GExperts License Agreement
GExperts is copyright 1996-2005 by... |
unit Layout;
interface
uses
Types, Classes, Graphics, Style;
type
TNode = class;
TNodeList = class;
TBox = class;
TBoxList = class;
TContext = class;
TContextClass = class of TContext;
TLayout = class;
//
TBox = class
public
Node: TNode;
Left: Integer;
Top: Integer;
Width: Int... |
unit uParseManager;
{$I ..\Include\IntXLib.inc}
interface
uses
SysUtils,
uIParser,
uEnums,
uPow2Parser,
uClassicParser,
uFastParser,
uIntX,
uIntXLibTypes;
type
/// <summary>
/// Used to retrieve needed parser.
/// </summary>
TParseManager = class sealed(TObject)
pu... |
namespace RemObjects.Elements.System;
interface
uses
java.util.concurrent;
type
FutureAnnnotation = public interface(java.lang.annotation.Annotation)
end;
// Action = java.lang.Runnable;
// Func<T> = java.util.concurrent.Callable<T>
FutureHelper = public static class
public
class met... |
unit CatStrings;
{
Catarinka - String Operation functions
Copyright (c) 2003-2020 Felipe Daragon
License: 3-clause BSD
See https://github.com/felipedaragon/catarinka/ for details
IScan, SplitString, GetTextBetweenTags functions by Peter Below
Note: random functions included with this library are not suit... |
namespace TestApplication;
interface
uses
proholz.xsdparser,
RemObjects.Elements.EUnit;
type
HtmlParseTest = public class(TestBaseClass)
private
const parserResults = new List<ParserResult>;
const parserNonPartedResults = new List<ParserResult>;
const parserPartedResults = new List<ParserResult>... |
unit uFrmCountInventoryConfig;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, PaideTodosGeral, siComp, siLangRT, StdCtrls, Buttons, ExtCtrls,
CheckLst, DB, ADODB;
type
TFrmCountInventoryConfig = class(TFrmParentAll)
btOk: TButton;
clbCategory: TChec... |
unit uCEPManager;
interface
uses
System.Classes,
System.SysUtils,
System.JSON,
System.JSON.Types,
System.JSON.Writers,
System.JSON.Readers,
AtendeCliente1;
type
TMyCEP = class(TObject)
fCEP: string;
fLogradouro: string;
fBairro: string;
fCidade: string;
fUF: str... |
{================================================================================
Copyright (C) 1997-2002 Mills Enterprise
Unit : rmInspectorItems
Purpose : This unit contains the actual implementations of the rmInspectorItem
items.
Date : 01-18-2001
Author : Ryan J. Mills
Version : 1.92... |
unit DSA.Tree.AVLTree;
interface
uses
System.SysUtils,
System.Rtti,
System.Math,
DSA.List_Stack_Queue.ArrayList,
DSA.Interfaces.DataStructure,
DSA.Interfaces.Comparer,
DSA.Utils;
type
{ TAVLTree }
TAVLTree<K, V> = class
private type
{ TNode }
TNode = class
public
key: K;
... |
unit ufrmDisplayPOSMonitor;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ufrmMasterBrowse, StdCtrls, ExtCtrls, Mask, ActnList, cxGraphics,
cxControls, cxLookAndFeels, cxLookAndFeelPainters, dxBarBuiltInMenu, cxStyles,
cxCustomData, cxFilter, cxData, cxData... |
unit eIternalRequests;
interface
uses
API_ORM,
eCommon;
type
TIternalRequest = class(TEntity)
private
FHeaders: string;
FLinkID: Integer;
FPostData: string;
FURL: string;
function GetHeaderItem(const aName: string): string;
function GetStrItem(const aStr, aName: string): string;
f... |
unit fSeleccionarZonaHoraria;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, FMX.StdCtrls,
FMX.Objects, FMX.Controls.Presentation, FMX.Layouts, FMX.ListBox;
type
TfrmZonaHoraria = class(TForm)
t... |
unit InflatablesList_Item_Base;
{$INCLUDE '.\InflatablesList_defs.inc'}
interface
uses
Graphics,
AuxTypes, AuxClasses, MemoryBuffer,
InflatablesList_Types,
InflatablesList_Data,
InflatablesList_ItemShop,
InflatablesList_ItemPictures;
type
TILItemUpdatedFlag = (iliufMainList,iliufSmallList,iliufMiniLis... |
unit uniteRequete;
// Encapsule les données entrées par l’utilisateur
interface
uses SysUtils;
type
Requete = class
private
//Adresse de la source
adresseDemandeur : String;
//Date reception de la requete
dateReception : TDateTime;
//Version HTTP 1.0 ou 1.1
... |
program pointers;
{ Pointers quick notes. }
uses
SysUtils,
Variants;
const
tab: char = #9;
tab2: string = #9#9;
nl: char = LineEnding;
var
a: integer = 20;
b: integer = 2540;
{Pointer is a reference to variable (data)}
{Typed Pointer can be de-referenced directly with Integer variables }
//ptr:... |
unit frmSelectObjectsForEditingUnit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, frmCustomSelectObjectsUnit, VirtualTrees, StdCtrls, Buttons,
ExtCtrls, ScreenObjectUnit, Menus;
type
TfrmSelectObjectsForEditing = class(TfrmCustomSelectObjects)
btnOK: ... |
unit nfsPropTextAndImageCenter;
interface
uses
Classes, SysUtils, Contnrs, Controls, StdCtrls, ExtCtrls, Graphics;
type
TnfsPropTextAndImageCenter = class(TPersistent)
private
fOnChanged: TNotifyEvent;
fImageMargin: TMargins;
fUseTextAndImageCenter: Boolean;
fImageLeft: Boolean;
fImageRight... |
unit uArrayListOfLine;
interface
uses uArrayList, uLine;
{
Automatic dynamic lines array
}
type ArrayListOfLine = class(ArrayList)
public
procedure add(l: Line); overload;
procedure put(l: Line; index: integer); overload;
function remove(index: integer): Line; overload;
proce... |
unit Demo.MaterialBarChart.TopX;
interface
uses
System.Classes, Demo.BaseFrame, cfs.GCharts;
type
TDemo_MaterialBarChart_TopX = class(TDemoBaseFrame)
public
procedure GenerateChart; override;
end;
implementation
procedure TDemo_MaterialBarChart_TopX.GenerateChart;
var
Chart: IcfsGChartProducer; // ... |
unit ColisionCheckGA;
interface
uses GeometricAlgebra, Multivector, ColisionCheckBase;
{$INCLUDE source/Global_Conditionals.inc}
type
CColisionCheckGA = class (CColisionCheckBase)
private
Temp: TMultiVector;
function IsVertexInsideOrOutside2DEdge(var _PGA: TGeometricAlgebra; c... |
unit SelectPage;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, ADSchemaUnit, ADSchemaTypes;
type
TSelectForm = class(TForm)
ListBoxSelect: TListBox;
BtnOK: TBitBtn;
procedure FormShow(Sender: TObject);
procedure BtnOKClick(... |
unit uNewSubGroup;
interface
uses
SysUtils, Classes, uTSBaseClass, uNewGroup;
type
TSubGroup = class(TSBaseClass)
private
FGroup: TGroup;
FID: Integer;
FKode: string;
FNama: string;
FSafetyStock: Double;
FUnitID: Integer;
function FLoadFromDB( aSQL : String ): Boolean;
procedure... |
unit Horse.Logger;
interface
uses
System.SysUtils, System.SyncObjs, Horse, System.Classes, System.Generics.Collections;
type
THorseLoggerConfig = record
LogDir: string;
LogFormat: string;
constructor Create(ALogFormat: string; ALogDir: string); overload;
constructor Create(ALogFormat: string); ov... |
unit Dialog_EditLevl;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Mask, RzEdit,Class_Levl,Class_DBPool,ADODB;
type
TDialogEditLevl = class(TForm)
Button1: TButton;
Button2: TButton;
Edit_Name: TRzEdit;
Edit_Prev: TRzE... |
{*
* olol2tab - utility that converts olol files to tab-indented text files
* Copyright (C) 2011 Kostas Michalopoulos
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
* arising from the use of this software.
*
* Permis... |
unit FMX.Helpers;
interface
uses
System.Types, FMX.Ani,
System.JSON,FMX.Layouts, FMX.Types, System.SysUtils,FMX.ImgList,
FMX.TabControl,System.UITypes, System.Generics.Collections,
FMX.Dialogs, FMX.Objects,FMX.Graphics,System.Classes, FMX.MultiResBitmap,
System.Net.URLClient,System.Net.HttpClient, Syst... |
// ************************************************************************
// ***************************** CEF4Delphi *******************************
// ************************************************************************
//
// CEF4Delphi is based on DCEF3 which uses CEF3 to embed a chromium-based
// browser in D... |
(***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (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.mozilla.org/MPL/
*
* Software... |
{
publish with BSD Licence.
Copyright (c) Terry Lao
}
unit enhancers;
{$MODE Delphi}
interface
uses iLBC_define,constants,filter,C2Delphi_header;
{----------------------------------------------------------------*
* Find index in array such that the array element with said
* index is the element of said... |
namespace CallingWin32DLL;
interface
uses
System.Threading,
System.Windows.Forms;
type
Program = assembly static class
private
class method OnThreadException(sender: Object; e: ThreadExceptionEventArgs);
public
class method Main;
end;
implementation
/// <summary>
/// The main entry point for t... |
unit FreeOTFEDLLMainAPI;
// API ported from:
// FreeOTFE4PDAAPIConsts.h
// FreeOTFEAPITypes.h
// FreeOTFE4PDA.h
// FreeOTFE4PDAAPI.h
interface
uses
DriverAPI,
FreeOTFEDriverConsts, Windows;
const
// Taken from diskio.h:
// Older values; replaced by IOCTL_... versions
DISK_IOC... |
unit uFormLinkItemSelector;
interface
uses
Generics.Defaults,
Generics.Collections,
System.DateUtils,
System.Math,
Winapi.Windows,
Winapi.Messages,
System.SysUtils,
System.Classes,
Vcl.Graphics,
Vcl.Controls,
Vcl.Forms,
Vcl.ImgList,
Vcl.StdCtrls,
Vcl.ExtCtrls,
Vcl.AppE... |
unit ProdutoRepository;
interface
uses BasicRepository, ProdutoVO, System.Generics.Collections, System.SysUtils,
ViewGrupoVO, ViewSubgrupoVO, ObsVO;
type
TProdutoRepository = class(TBasicRepository)
class function getProduto: TList<TProdutoVO>;
class function getProdutoByIdSubGrupo(idOfSubGrupo: Integer)... |
(* Maze generator in Pascal.
* Joe Wingbermuehle
* 2010-09-29
*)
program maze;
const
(* Size of the maze, must be odd. *)
width = 39;
height = 23;
type
CellType = (Space, Wall);
MazeType = array [0 .. width - 1, 0 .. height - 1] of CellType;
var
maze : MazeType;
(* Initialize the ... |
unit uKat_AE;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, cxLookAndFeelPainters, cxContainer, cxEdit, cxTextEdit,
StdCtrls, cxControls, cxGroupBox, cxButtons, uConsts,
ibase, cxMaskEdit, cxButtonEdit, cxCheckBox;
type
TfrmKat_AE = class(TForm)
OkBu... |
unit filter_intf;
interface
uses AppStruClasses, Forms, Classes, Ibase, Messages, Windows,
Dialogs, SysUtils, MainForm, FilterPredefines, Controls,
pFibDataBase, pFibDataSet, pFibQuery, Variants;
type
TUPFilter=class(TFMASAppModule,IFMASModule,IFMASTemporaryDataStorage,IFMASFilterControl)
privat... |
unit Files.MMF;
//------------------------------------------------------------------------------
// модуль реализует управление отображаемыми в память файлами
//------------------------------------------------------------------------------
// в конструкторе задаются:
// AFileName - имя файла
// ARecordSize - размер ... |
unit uUsuarioDAOClient;
interface
uses DBXCommon, DBXClient, DBXJSON, DSProxy, Classes, SysUtils, DB, SqlExpr, DBXDBReaders, Generics.Collections, DBXJSONReflect, Usuario;
type
TUsuarioDAOClient = class(TDSAdminClient)
private
FListCommand: TDBXCommand;
FInsertCommand: TDBXCommand;
FUpdateCommand: TD... |
unit uClassAlunoPreVenda;
interface
type
TAlunoPreVenda = class
private
FIdAluno: Integer;
FIdPreVenda: Integer;
FQuantidadeFotos: integer;
FIdProduto: Integer;
FQuantidade: integer;
procedure SetIdAluno(const Value: Integer);
procedure SetIdPreVenda(const Value: Integer);
proce... |
unit Unit1;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls,
uPSComponent;
type
{ TPascalScriptEvalForm }
TPascalScriptEvalForm = class(TForm)
BtnCompileAndRun: TButton;
ScriptText: TMemo;
ResultText: TMemo;
PSScript1: TPSScript;... |
unit ModOpTest;
interface
uses
DUnitX.TestFramework,
uIntXLibTypes,
uIntX;
type
[TestFixture]
TModOpTest = class(TObject)
public
[Test]
procedure Simple();
[Test]
procedure Neg();
[Test]
procedure Zero();
procedure ZeroException();
[Test]
procedure CallZeroException(... |
//
// Generated by JavaToPas v1.5 20180804 - 082349
////////////////////////////////////////////////////////////////////////////////
unit java.util.Date;
interface
uses
AndroidAPI.JNIBridge,
Androidapi.JNI.JavaTypes,
java.time.chrono.ChronoLocalDate;
type
JDate = interface;
JDateClass = interface(JObjectC... |
unit PaymentCountUnit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, cxControls, cxContainer, cxEdit, cxTextEdit, cxMaskEdit,
cxSpinEdit, StdCtrls, cxDropDownEdit, cxEditRepositoryItems, cxCalendar,
cxMRUEdit, cxProgressBar, cxLookAndFeelPainters, cxButtons... |
unit untAutorMDL;
interface
type
TAutorMDL = class
private
FId: Integer;
FLogin: string;
FNome: string;
procedure SetId(const Value: Integer);
procedure SetLogin(const Value: string);
procedure SetNome(const Value: string);
public
property Id: Integer read FId write SetId;
proper... |
unit uCombatVet;
interface
type
TCombatVet = Class(TObject)
private
FServiceBranch: String;
FOIF_OEF: String;
FExpirationDate: String;
FEligibilityDate: String;
FStatus: String;
FSeperationDate: String;
FDFN : String;
FLocation: String;
FIsEligible: Boolean;
procedure Clear... |
unit MyCat.Memory.UnSafe.Row;
interface
uses
System.SysUtils, MyCat.Net.Mysql;
type
// *
// * Modify by zagnix
// * An Unsafe implementation of Row which is backed by raw memory instead of Java objects.
// *
// * Each tuple has three parts: [null bit set] [values] [variable length portion]
// *
// * ... |
unit uUsuarioController;
interface
uses SysUtils, StrUtils, Dialogs, uUsuarioModel, uPadraoController, uPermissoesModel;
type
TUsuarioController = class(TPadraoController)
function GravarRegistro(AUsuarioModel: TUsuarioModel): Integer;
function ExcluirRegistro(ACodigo: Integer): Boolean;
function Grav... |
unit uSpTypeStrEDBO;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, cxStyles, cxCustomData, cxGraphics, cxFilter, cxData,
cxDataStorage, cxEdit, DB, cxDBData, cxGridTableView, ImgList, dxBar,
dxBarExtItems, cxGridLevel, cxGridCustomTableView, cxGridDBTableVi... |
PROGRAM WG_Hash;
USES
{$IFDEF FPC}
Windows,
{$ELSE}
WinTypes, WinProcs,
{$ENDIF}
Strings, WinCrt, WinGraph;
CONST
EF = CHR(0); (*end of file character*)
maxWordLen = 30; (*max. number of characters per word*)
chars = ['a' .. 'z', 'ä', 'ö', 'ü', 'ß',
'A' .. 'Z', 'Ä', 'Ö', 'Ü']... |
{
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... |
{
$Project$
$Workfile$
$Revision$
$DateUTC$
$Id$
This file is part of the Indy (Internet Direct) project, and is offered
under the dual-licensing agreement described on the Indy website.
(http://www.indyproject.org/)
Copyright:
(c) 1993-2005, Chad Z. Hower and the Indy Pit Crew. All rights reser... |
(*----------------------------------------------------------------------------*
* Direct3D sample from DirectX 9.0 SDK December 2006 *
* Delphi adaptation by Alexey Barkovoy (e-mail: directx@clootie.ru) *
* *
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.