text stringlengths 14 6.51M |
|---|
unit IdIDN;
{
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-2012, Chad Z. Hower and the Indy Pit Crew. All rights reserved.
Original Author: J. Peter Mugaa... |
{ behavior3delphi - a Behavior3 client library (Behavior Trees) for Delphi
by Dennis D. Spreen <dennis@spreendigital.de>
see Behavior3.pas header for full license information }
unit Behavior3.Core.Condition;
interface
uses
Behavior3, Behavior3.Core.BaseNode;
type
(**
* Condition is the base class for all co... |
unit BlockLevels;
interface
uses
Collection, SysUtils, Classes, BackupConsts;
const
BeginRange = '[';
RangeSep = ',';
EndRange = ']';
type
TCollection = Collection.TCollection;
TLevelManager = class;
TMultiLevelStream = class;
TLevelManager =
class
... |
unit afwAnswer;
{* Хак для диалогов для скриптов. }
// Модуль: "w:\common\components\rtl\Garant\L3\afwAnswer.pas"
// Стереотип: "UtilityPack"
// Элемент модели: "afwAnswer" MUID: (4E03119F00B2)
{$Include w:\common\components\rtl\Garant\L3\l3Define.inc}
interface
{$If NOT Defined(NoScripts)}
uses
l3IntfUses
, l3A... |
unit AceOut;
{ ----------------------------------------------------------------
Ace Reporter
Copyright 1995-2005 SCT Associates, Inc.
Written by Kevin Maher, Steve Tyrakowski
---------------------------------------------------------------- }
interface
{$I ace.inc}
uses windows, Printers, graphics, c... |
unit UWebGMapsDemo;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
FMX.Types, FMX.Controls, FMX.Forms, FMX.Dialogs, FMX.StdCtrls,
FMX.TMSWebGMapsWebBrowser, FMX.TMSWebGMapsCommonFunctions, FMX.TMSWebGMapsCommon, FMX.TMSWebGMapsPolygons,
FMX.TMSWebGMapsPolylines,... |
unit ce_staticmacro;
{$I ce_defines.inc}
interface
uses
Classes, Sysutils, SynEdit, SynCompletion,
ce_interfaces, ce_writableComponent, ce_synmemo;
type
(**
* Static macros options containers
*)
TStaticMacrosOptions = class(TWritableLfmTextComponent)
private
fAutoInsert: boolean;
fShortCut... |
{ *********************************************************************************** }
{ * CryptoLib Library * }
{ * Copyright (c) 2018 - 20XX Ugochukwu Mmaduekwe * }
{ * Github Repository <https://github.co... |
unit kwArray;
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
// Библиотека "ScriptEngine"
// Автор: Люлин А.В.
// Модуль: "w:/common/components/rtl/Garant/ScriptEngine/kwArray.pas"
// Начат: 12.05.2011 21:14
// Родные Delphi интерфейсы (.pas)... |
UNIT GENERAL;
INTERFACE
FUNCTION FILLZERO(x,l:integer):string;
FUNCTION FILLSPACE(s:string;l:integer):string;
FUNCTION BYTE_HEX(b:byte):string;
FUNCTION WORD_HEX(w:word):string;
FUNCTION MAJUSCULE(s:string):string;
FUNCTION NOMPROPRE(s:string):string;
FUNCTION CLEARSPACE(s:string):string;
FUNCTION CHAINEVI... |
{ Subroutine SST_FLAG_USED_OPCODES (FIRST_P)
*
* Set the USED flags for all symbols eventually referenced by a chain of
* ocpcodes. FIRST_P is pointing to the first opcode in the chain. It is
* permissable for FIRST_P to be NIL to indicate an empty chain.
*
* It is assumed that the front end has at least fl... |
unit tmsUXlsStrings;
{$INCLUDE ..\FLXCOMPILER.INC}
interface
uses tmsXlsMessages, SysUtils, Classes, tmsUXlsBaseRecords, tmsUFlxMessages;
type
TStrLenLength= 1..2;
TCharSize=1..2;
TExcelString= class
private
// Common data
StrLenLength: TStrLenLength; //this stores if it's a one or two bytes length
... |
unit Marquee;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs;
type
TMarquee =
class(TCustomControl)
public
constructor Create(AOwner: TComponent); override;
destructor Destroy; override;
private
fMarqueeText : stri... |
unit RemoveRouteDestinationRequestUnit;
interface
uses
REST.Json.Types, HttpQueryMemberAttributeUnit,
GenericParametersUnit;
type
TRemoveRouteDestinationRequest = class(TGenericParameters)
private
[JSONMarshalled(False)]
[HttpQueryMember('route_id')]
FRouteId: String;
[JSONMarshalled(False)]... |
////////////////////////////////////////////////////////////////////////////////////
//
// This component was originally developed by Sivv LLC
// MemCache.pas - Delphi client for Memcached
// Original Project Homepage:
// http://code.google.com/p/delphimemcache
// Distributed under New BSD License.
//
// Component ... |
unit f2SettingsStorage;
{ $Id: f2SettingsStorage.pas,v 1.1 2017/06/28 18:42:15 Антон Exp $ }
interface
uses
d2dClasses,
JclStringLists;
type
Tf2SettingsStorage = class(Td2dProtoObject)
private
f_Data: IJclStringList;
f_DataFN: AnsiString;
procedure LoadDataFile;
function pm_GetData(aName: AnsiString): Va... |
unit MFichas.Model.Pagamento.Formas.Credito;
interface
uses
System.SysUtils,
MFichas.Model.Pagamento.Interfaces,
MFichas.Model.Pagamento.Formas.Credito.Processar;
type
TModelPagamentoFormasCredito = class(TInterfacedObject, iModelPagamentoMetodos)
private
[weak]
FParent: iModelPagamento;
const... |
unit FIFO;
interface
uses
Classes,
SyncObjs;
type
TFIFO =
class
public
constructor Create;
destructor Destroy; override;
public
procedure Write(const Data; aSize : integer);
function Read(... |
unit UMultipeer;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
FMX.Types, FMX.Controls, FMX.Forms, FMX.Dialogs,
FMX.TMSNativeUIButton, FMX.TMSNativeUITextField, FMX.TMSNativeUIView, FMX.TMSNativeUITabBarController,
FMX.TMSNativeUIBaseControl, FMX.TMSNativeMulti... |
{ Subroutine SST_DTYPE_RESOLVE (DTYPE, DTYPE_BASE_P, DTYPE_BASE)
*
* Resolve the base data type implied by the data type descriptor DTYPE.
* DTYPE_BASE_P will be pointing to the first data type descriptor that
* is not a copy, which could be DTYPE directly. DTYPE_BASE further
* indicates the raw data type ID... |
unit Model.TabelasDistribuicao;
interface
type
TTabelasDistribuicao = class
private
var
FID: System.Integer;
FData: System.TDate;
FTabela: System.Integer;
FGrupo: System.Integer;
FTipo: System.Integer;
FEntregador: System.Integer;
FLog: system.String;
public
... |
unit DirServerSession;
interface
type
IDirServerSession =
interface
procedure EndSession;
function GetCurrentKey : widestring ;
function SetCurrentKey( FullPathKey : widestring ) : olevariant;
function CreateFullPathKey( FullPathKey : widestring; ForcePath : wordbool ) : ... |
{ Mark Sattolo 428500
CSI-1100A DGD-1 TA: Chris Lankester
Assignment 10, Question 1 }
program ProcessRecords (input,output);
uses UNITA10;
{ *************************************************************************** }
procedure HighAdvanced (var U:University; I:integer; var High:real; var Adv... |
unit TestAddressBookSamplesUnit;
interface
uses
TestFramework, Classes, SysUtils,
BaseTestOnlineExamplesUnit;
type
TTestAddressBookSamples = class(TTestOnlineExamples)
published
procedure CreateLocation;
procedure GetLocations;
procedure GetLocation;
procedure GetLocationsByIds;
procedure... |
{$REGION 'Copyright (C) CMC Development Team'}
{ **************************************************************************
Copyright (C) 2015 CMC Development Team
CMC 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 ... |
unit PuppetSkinEdit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Menus, MGR32_Image;
type
TFrmPuppetSkinEdit = class(TForm)
LstSkinPart: TListBox;
EdtSkinId: TEdit;
Label3: TLabel;
LstAction: TListBox;
Label5: TL... |
unit w640x480;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
DXDraws, ExtCtrls, StdCtrls, DXClass, DXInput, DXSprite;
type
TForm3 = class(TForm)
LevelImage: TDXDraw;
DXImageList: TDXImageList;
DXTimer1: TDXTimer;
DXInput1: TDXInput;
procedure DXTim... |
unit UCTRLSyncronization;
{$mode delphi}
{ Copyright (c) 2018 Sphere 10 Software
Distributed under the MIT software license, see the accompanying file LICENSE
or visit http://www.opensource.org/licenses/mit-license.php.
Acknowledgements:
- Herman Schoenfeld: unit creator, implementation
}
interface
{$I ..... |
unit MergeFields;
interface
uses ticklertypes;
function IsADateMerge(InsertSymbol: string): boolean;
function MergeFieldDesc(index: integer): string;
function MergeFieldMax(ALender: TLenderInfoRecord): integer;
function MergeFieldName(index: integer): string;
procedure RemoveMergeField(s: string);
imple... |
unit MainMenuChangeableMainMenuTypeSettingRes;
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
// Библиотека "View"
// Модуль: "w:/garant6x/implementation/Garant/GbaNemesis/View/MainMenu/MainMenuChangeableMainMenuTypeSettingRes.pas"
// Родные ... |
{
This file is part of the Free Pascal run time library.
A file in Amiga system run time library.
Copyright (c) 1998-2003 by Nils Sjoholm
member of the Amiga RTL development team.
See the file COPYING.FPC, included in this distribution,
for details about the copyright.
This program is dis... |
unit ReflectionUnit;
interface
uses
System.Windows.Forms,
System.Reflection,
System.Drawing,
Borland.Delphi.SysUtils;
type
ReflectionForm = class(System.Windows.Forms.Form)
private
mainMenu : System.Windows.Forms.MainMenu;
fileMenu : System.Windows.Forms.MenuItem;
... |
unit MVCBr.NavigatorModel;
interface
uses System.Classes, System.SysUtils, MVCBr.Interf, MVCBr.Model,
MVCBr.Controller;
Type
TNavigatorModelFactory = class(TModelFactory, INavigatorModel)
protected
FController:IController;
public
function Controller(const AController: IController): INavigatorModel;
... |
{ behavior3delphi - a Behavior3 client library (Behavior Trees) for Delphi
by Dennis D. Spreen <dennis@spreendigital.de>
see Behavior3.pas header for full license information }
unit Behavior3.Core.BehaviorTree;
interface
uses
System.Classes, System.Generics.Collections, System.Generics.Defaults, System.JSON,
... |
{*******************************************************}
{ Проект: Repository }
{ Модуль: uDbPersistents.pas }
{ Описание: Интерфейс хранимых в БД объектов }
{ Copyright (C) 2015 Боборыкин В.В. (bpost@yandex.ru) }
{ ... |
{
* Class to access memory of Windows process.
*
* Stream begin is base of module.
* Stream size is size of image of target module.
}
unit PE.ProcessModuleStream;
interface
uses
System.Classes,
System.SysUtils,
WinApi.PsApi,
WinApi.TlHelp32,
WinApi.Windows,
WinHelper;
type
... |
unit ATxWMP;
interface
function IsWMP6Installed: boolean;
function IsWMP9Installed: boolean;
implementation
uses
Windows, SysUtils, ComObj, ATxRegistry, ATxUtils;
function IsGUIDInstalled(const GUID: TGUID): boolean;
const
sDefault = '';
begin
Result:= GetRegKeyStr(HKEY_LOCAL_MACHINE,
PChar('SOFTWARE\Cla... |
{-----------------------------------------------------------------------------
Application: DataPullWizard.exe
Unit Name: formWizard
Author: J. L. Vasser
Date: 2019-06-10
Purpose: Derived from "New Data Pull" utility, FMCSA, October 2017.
"This utility reads data from the Production SAF... |
unit timepilot_hw;
interface
uses {$IFDEF WINDOWS}windows,{$ENDIF}
nz80,main_engine,controls_engine,gfx_engine,rom_engine,pal_engine,
konami_snd,sound_engine;
function timepilot_iniciar:boolean;
implementation
const
timepilot_rom:array[0..2] of tipo_roms=(
(n:'tm1';l:$2000;p:0;crc:$1551f1b9),(n:'tm... |
unit MFichas.View.Dialog.PedirSenha;
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.Objects,
FMX.Layouts,
FMX.Controls.Presentation,
FMX.Edit,
FMX.ListBox,
... |
unit IRCUtilsTests;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, fpcunit, testutils, testregistry;
type
TIRCUtilsTests = class(TTestCase)
published
procedure TestRemoveOPVoiceChars;
end;
implementation
uses
IRCUtils;
procedure TIRCUtilsTests.TestRemoveOPVoiceChars;
begin
Ch... |
unit FuncUn;
interface
uses Windows;
function wsprintf(Output: PChar; Format: PChar): Integer; cdecl; varargs;
function AbsL(a: Integer): Integer; Assembler;
function MaxZero(a: Integer): Integer; Assembler;
function Max(AValueOne, AValueTwo: Integer): Integer;
function Min(AValueOne, AValueTwo: Int... |
unit TestFramework.DataValidators.TestTNumericDataValidator;
interface
uses
TestFramework, System.SysUtils, System.Variants,
Interfaces.IDataValidator,
DataValidators.TNumericDataValidator;
type
TestTNumericDataValidator = class(TTestCase)
strict private
FNumericDataValidator: IDataValidato... |
program arrays;
var a : array[0..10] of integer;
var i, x, temp : integer;
var avg : real;
begin
x := 10;
avg := 0.0;
// Example from http://www.tutorialspoint.com/pascal/pascal_arrays.htm
writeln('The next loop will calculate the average of the array.');
for i := 0 to 10 do
begin
... |
unit OwnerList;
{ Hidden Paths of Delphi 3, by Ray Lischner.
Informant Press, 1997.
Copyright © 1997 Tempest Software, Inc.
OwnerList: list class that owns the objects in the list.
Use TOwnerList instead of TList when the list contains the
sole references to the objects. Delete an object from the li... |
unit tdl_glob;
{
Contains global constants and type definitions.
}
interface
uses
support;
const
maxTitles=maxbufsize div sizeof(word);
maxCacheableTitles=maxbufsize div sizeof(longint);
TDLtitleFull='The Total DOS Launcher, v. 20200925';
TDLtitle='The Total DOS Launcher';
(*TDLstatus='F1=Help~³~'#24'/'#... |
unit Helper;
{
Inno Setup
Copyright (C) 1997-2010 Jordan Russell
Portions by Martijn Laan
For conditions of distribution and use, see LICENSE.TXT.
Interface to 64-bit helper
NOTE: These functions are NOT thread-safe. Do not call them from multiple
threads simultaneously.
$jrsoftware: issrc/Projects/... |
unit DeviceWrapper;
// Device and command wrappers.
// Device will create an interrogation thread. The interrogation thread will ask for data and
// make commands' interrogations.
// Implementation detail: there is a circular buffer to communicate between producer(interrogation)
// and consumer(gui) threads.
in... |
unit kwPopEditorLP2DP;
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
// Библиотека "ScriptEngine"
// Модуль: "w:/common/components/rtl/Garant/ScriptEngine/kwPopEditorLP2DP.pas"
// Родные Delphi интерфейсы (.pas)
// Generated from UML model, ... |
unit GX_eReverseStatement;
interface
uses
Classes, GX_eSelectionEditorExpert;
type
TReverseStatementExpert = class(TSelectionEditorExpert)
private
FMadeChanges: Boolean;
function ReverseOneLine(const S: string): string;
function ReverseAssignment(var S: string): Boolean;
function R... |
unit uFrmMain;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics,
Controls, Forms, Dialogs, StdCtrls, HPSocketSDKUnit,
uPublic, Vcl.ExtCtrls, Vcl.ComCtrls, Vcl.Samples.Spin,
uServerPublic, uDataProcess, uFrmConfig;
type
TFrmMain = class(TForm)
Panel1: TPanel;
btnS... |
unit FuturesDataAccess;
interface
uses
define_dealItem,
BaseDataSet,
QuickList_int,
define_futures_quotes;
type
{ 行情日线数据访问 }
TFuturesData = record
DealItem: PRT_DealItem;
IsDataChangedStatus: Byte;
DayDealData: TALIntegerList;
FirstDealDate : Word; // 2
LastDealDate : Wor... |
unit MsgAPI;
{$I CSXGuard.inc}
interface
uses CvarDef;
procedure Print(const Msg: String; const Flags: TPrintFlags = [PRINT_PREFIX, PRINT_LINE_BREAK]); overload;
procedure Print(const Msg: String; R, G, B: Byte; const Flags: TPrintFlags = [PRINT_PREFIX, PRINT_LINE_BREAK]); overload;
procedure Print(const Str1, Str... |
namespace Sugar.Test;
interface
uses
Sugar,
Sugar.Xml,
RemObjects.Elements.EUnit;
type
ProcessingInstructionTest = public class (Test)
private
Doc: XmlDocument;
Data: XmlProcessingInstruction;
public
method Setup; override;
method Value;
method TestData;
method ... |
unit fcImageForm;
{
//
// Components : TfcImageForm
//
// Copyright (c) 1999 by Woll2Woll Software
//
// History:
// 5/10/99-PYW-Checked for click or mousedown event assigned for a control on a caption bar.
//
}
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtC... |
Unit testcaseTools;
{$mode objfpc}{$H+}
Interface
Uses
Classes, SysUtils, uTools, fpcunit, testutils, testregistry;
Type
{ TTestCaseTools }
TTestCaseTools = Class(TTestCase)
protected
Procedure SetUp; override;
Procedure TearDown; override;
Published
Procedure TestHookUp;
Procedure TestC... |
unit ActivityReceiverU;
interface
uses
FMX.Types,
Androidapi.JNIBridge,
Androidapi.JNI.GraphicsContentViewText;
type
JActivityReceiverClass = interface(JBroadcastReceiverClass)
['{9D967671-9CD8-483A-98C8-161071CE7B64}']
{Methods}
// function init: JActivityReceiver; cdecl;
end;
[JavaSignature('... |
unit uvITileView;
interface
uses Classes, Controls;
type
ITileView = interface;
TCloseTileProc = procedure(sender : ITileView) of object;
ITileView = interface
['{45779DA7-F5E0-4BBE-B6C0-BE658749610E}']
procedure setPosition(aLeft, aTop, aWidth : integer);
function getHeight : integer;
functi... |
unit ViewDoc;
{
Unit of functions for viewing documents with a word processor.
Author: Phil Hess.
Copyright: Copyright (C) 2007 Phil Hess. All rights reserved.
License: Modified LGPL. This means you can link your code to this
compiled unit (statically in a standalone executable or
... |
unit uGnGeneral;
interface
uses
SysUtils, DB, Winapi.Windows, Forms, Types, Classes, Menus, Data.DBXJSON,
DateUtils, ShellAPI;
type
TDataSetHelper = class helper for TDataSet
strict private
function GetFieldAsString(const FieldName: string): string;
procedure SetFieldAsString(const FieldN... |
// author Marat Shaymardanov, Tomsk 2001, 2013
//
// You can freely use this code in any project
// if sending any postcards with postage stamp to my address:
// Frunze 131/1, 56, Russia, Tomsk, 634021
//
// The buffer for strings.
// The main purpose of the rapid format of long string.
// Features:
// 1. Minimize the ... |
unit uRegisterUtils;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Data.DB, Vcl.ImgList;
type
TRegisterUtils = class(TForm)
public
class function ReadFromRegistry(aPath, aNameOfRegistry: string): stri... |
unit streetfighter_hw;
interface
uses {$IFDEF WINDOWS}windows,{$ENDIF}
nz80,m68000,main_engine,controls_engine,gfx_engine,ym_2151,rom_engine,
pal_engine,sound_engine,timer_engine,msm5205;
function iniciar_sfighter:boolean;
implementation
const
sfighter_rom:array[0..5] of tipo_roms=(
... |
unit ADC.Types;
interface
uses
Winapi.Windows, System.Classes, System.Generics.Collections, System.Generics.Defaults,
System.SysUtils, System.DateUtils, Winapi.Messages, Vcl.Controls, Vcl.Graphics,
System.RegularExpressions, Winapi.ActiveX, MSXML2_TLB, ActiveDs_TLB;
const
{ Название приложения }
APP_TITLE ... |
unit HTMLParserAll;
interface
uses
Classes, Sysutils, WStrings;
type
TNodeList = class
public
FOwnerNode: Pointer{TNode};
FList: TList;
public
function GetLength: Integer; virtual;
function NodeListIndexOf(node: Pointer{TNode}): Integer;
procedure NodeListAdd(node: Pointer{TNode});
... |
unit UDemo;
interface
uses
SysUtils, Types, UITypes, Classes, Variants,
FMX.Types, FMX.Controls, FMX.Forms, FMX.Dialogs, FMX.TMSBaseControl,
FMX.TMSGridOptions, FMX.TMSGridPDFIO, FMX.TMSBitmapContainer,
FMX.TMSGridCell, FMX.TMSGridData, FMX.TMSCustomGrid, FMX.TMSGrid, FMX.TMSXUtil,
FMX.TMSQuickPDFRenderLib;... |
unit Android.BarcodeScanner;
interface
// Inspired by http://john.whitham.me.uk/xe5/
// Implemented by Jim McKeeth - jim.mckeeth@embarcadero.com - www.delphi.org
// Must have the ZXing barcode scanner installed
// https://play.google.com/store/apps/details?id=com.google.zxing.client.android
// See the ZXing Google C... |
{$include lem_directives.inc}
unit GameReplay;
interface
uses
Classes, SysUtils,
UMisc, UTools,
LemCore, LemTypes;
{ TODO : make None versions for our types. Replay is suffering from unclearness }
type
TRecordedType = (
rtNone,
rtStartIncreaseRR,
rtStartDecreaseRR,
rtStopCha... |
unit evMultiSelectEditorWindow;
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
// Библиотека "Everest"
// Автор: Люлин А.В.
// Модуль: "w:/common/components/gui/Garant/Everest/evMultiSelectEditorWindow.pas"
// Начат: 10.01.2004 17:35
// Родны... |
// Lister API definitions.
// This unit is written by Christian Ghisler, it's from Total Commander
// Lister API Guide, which can be found at http://ghisler.com.
// Version: 1.8.
unit WLXPlugin;
interface
uses
Windows;
const
lc_copy=1;
lc_newparams=2;
lc_selectall=3;
lc_setpercent=4;
lcp_wraptext=1;
l... |
unit PidlPath;
interface
uses
Windows, ShlObj;
function PidlToFilePath( pidl : PItemIDList ) : string;
function FilePathToPidl( Filename : string ) : PItemIDList;
implementation
uses
SysUtils;
function PidlToFilePath( pidl : PItemIDList ) : string;
begin
if pidl <> nil
then
... |
unit Provect.Helpers.Str;
interface
type
TStringHelper = record helper for string
function Contains(const Value: string): Boolean;
function IsEmpty: Boolean;
function ToCurrency: Currency;
function ToInteger: Integer;
class function Join(const Separator: string; const values: array of const): s... |
unit MapTypes;
interface
uses
Windows, Messages, Classes, Graphics, GameTypes, Threads, LanderTypes, Land;
type
TZoomRes = (zr4x8, zr8x16, zr16x32, zr32x64, zr64x128); // ZoomLevel ~ ord(ZoomRes)
type
TMapImage = TGameImage;
type
TMapPoint =
record
r, c : integer;
end;
const
idMask = ... |
unit View.RecepcaoPedidos;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, cxGraphics, cxControls, cxLookAndFeels, cxLookAndFeelPainters, dxSkinsCore, dxSkinBlack,
dxSkinBlue, dxSkinBlueprint, dxSkinCaramel, dx... |
unit uActors;
interface
uses
IniFiles, Classes, Graphics, UNPC, UConfig, UCommon, USigns, Types, TypInfo;
type
NEffect = (efPoison, efBlind, efDisease, efStun, efBleedy, efFrozen, efBursted,
efSpider, efForest, efDungeon, efAcid, efWeak);
TEffect = class(THODObject)
private
FID: NEffe... |
{*********************************************************************
*
* 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... |
program deepred;
{$mode objfpc}{$H+}
uses
{$IFDEF UNIX}
cthreads,
{$ENDIF}
Classes, SysUtils, DaemonApp, inifiles,
dr_server, pascalscriptfcl, dr_api, dr_script;
type
TCustomDeepRedServer =
class (TDeepRedServer)
protected
procedure WriteLog(evType : TEventType; const msg ... |
unit GX_eSelectIdentifier;
interface
implementation
uses Classes, GX_EditorExpert, GX_OtaUtils;
type
TSelectIdentifierExpert = class(TEditorExpert)
protected
function GetDisplayName: string; override;
class function GetName: string; override;
public
constructor Create; override;
... |
unit uDlgCollision;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, StdCtrls;
type
TdlgFileCollision = class(TForm)
btnOverwrite: TButton;
btnRename: TButton;
btnAbort: TButton;
lbMessage: TLabel;
Image1: TImage;
private
{ P... |
unit evdTasksHelpers;
// Модуль: "w:\common\components\rtl\Garant\EVD\evdTasksHelpers.pas"
// Стереотип: "UtilityPack"
// Элемент модели: "evdTasksHelpers" MUID: (53BD13B4023B)
{$Include w:\common\components\rtl\Garant\EVD\evdDefine.inc}
interface
uses
l3IntfUses
, l3Interfaces
, l3LongintList
, Classes
, l3Pr... |
unit TThreadSocketSplitter;
interface
uses
syncobjs, Dialogs, Sysutils, Windows, classes, winsock, {$ifdef Lazarus}TCPSocket_Lazarus{$else}TCPSocket{$endif},
ReadWriteEvent, StatusThread;
const
TimeOut = 10000;
Thread_Working = 300;
Thread_Finished = 301;
Thread_SuspendedBeforeExit = 309;
... |
unit sql;
interface
uses
SysUtils, Classes, Windows, ActiveX, Dialogs, Forms, Data.DB, ZAbstractDataset,
ZDataset, ZAbstractConnection, ZConnection, ZAbstractRODataset, ZStoredProcedure;
var
PConnect: TZConnection;
PQuery: TZQuery;
DataSource: TDataSource;
function ConfigPostgresSetting(InData: bool): bo... |
{====================================================}
{ }
{ EldoS Visual Components }
{ }
{ Copyright (c) 1998-2003, EldoS Corporation }
{ ... |
unit k2EVDWriterService;
// Модуль: "w:\common\components\rtl\Garant\K2\k2EVDWriterService.pas"
// Стереотип: "Service"
// Элемент модели: "Tk2EVDWriterService" MUID: (555DCEA8017E)
{$Include w:\common\components\rtl\Garant\K2\k2Define.inc}
interface
uses
l3IntfUses
, l3ProtoObject
, k2CustomFileGenerator
, l3V... |
unit MainWindow;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
D3DXCore, DirectDraw, Direct3D, SurfaceSpriteImages, ExtCtrls, FullScreenWindowMgr;
const
cMaxImages = $FFFFF;
type
PImageArray = ^TImageArray;
TImageArray = array [0..cMaxImages] of T... |
unit uROSimpleEventRepository;
interface
uses
uROEventRepository, uROClient, uROTypes, uROClientIntf,
uROHTTPWebsocketServer, uROSessions, Classes, SyncObjs;
type
TROSimpleWebsocketEventRepository = class(TInterfacedObject,
IROEventRepository)
private
... |
unit ULiveCalendarDemo;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
FMX.Types, FMX.Controls, FMX.Forms, FMX.Dialogs, FMX.StdCtrls, FMX.ListBox,
FMX.TMSCloudBase, FMX.TMSCloudLiveCalendar, FMX.Layouts,
FMX.Edit, FMX.ExtCtrls, DateUtils, FMX.Objects, IOUtils, F... |
program ejercicio4;
type
str40= String[40];
rangoSeman = 1..42;
vPeso = array[rangoSeman] of Real;
paciente = record
nombre : str40;
apellido : str40;
semana : rangoSeman;
peso : vPeso;
end;
lista = ^nodo; // se DISPONE
nodo = record
datos : paciente;
sig : lista;
end;
procedure leerDatos(var p... |
unit uOptions;
{$MODE Delphi}
interface
uses
{Windows, Messages,} SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, ExtCtrls, ComCtrls, Grids, MPHexEditor,
ValEdit, MPHexEditorEx, LCLType;
type
{ TdlgOptions }
TdlgOptions = class(TForm)
FontDialog1: TFontDialog;
... |
unit F1LikeTextLoad_Form;
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
// Библиотека "Forms"
// Автор: Люлин А.В.
// Модуль: "w:/common/components/gui/Garant/Daily/Forms/F1LikeTextLoad_Form.pas"
// Начат: 23.09.2010 14:51
// Родные Delphi и... |
unit Thread.ConsolidaExtratoExpressa;
interface
uses
System.Classes, Control.Bases, Control.EntregadoresExpressas, Control.Cadastro, System.SysUtils, Forms, Windows, System.Variants,
Control.Bancos, Control.FechamentoExpressas, System.DateUtils;
type
TThread_ConsolidaExtratoExpressa = class(TThread)
public
... |
unit Route4MeManagerUnit;
interface
uses
Classes, SysUtils,
OptimizationParametersUnit, DataObjectUnit, IRoute4MeManagerUnit,
AddressBookContactUnit, AddressBookContactActionsUnit,
OptimizationActionsUnit, RouteActionsUnit, IConnectionUnit, UserActionsUnit,
AddressNoteActionsUnit, AddressActionsUnit, Avoida... |
unit TransportInterfaces;
interface
type
TCargoType = byte;
TCargoValue = shortint;
type
ICargoPoint =
interface
function getX : integer;
function getY : integer;
function getValue : TCargoValue;
procedure setValue( value : TCargoValue... |
{ Kryvich's Delphi Localizer Class
Copyright (C) 2006, 2007, 2008 Kryvich, Belarusian Linguistic Software team.
}
{$include version.inc}
unit uFreeLocalizer;
interface
uses
Classes;
type
// Method of error processing
TErrorProcessing = (
epSilent, // Just skip errors (default) - use ... |
unit UDemo;
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.TMSBaseControl, FMX.TMSPlannerBase, FMX.TMSPlannerData, FMX.TMSPlanner,
FMX.ListBox, FMX.Layouts, UIConsts, FMX.TMSBitmap... |
unit uModeloRelatorio;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, uBaseCadastro, Data.DB, Vcl.StdCtrls,
Vcl.Buttons, Vcl.Grids, Vcl.DBGrids, Vcl.ExtCtrls, Vcl.ComCtrls, uDMModeloRelatorio,
uModeloRelator... |
unit uSelfApp;
interface
uses System.SysUtils, uIConnection, uFirebirdConnection;
type
TSelfApp = class
strict private
class var Instance: TSelfApp;
private
FDirApp: string;
FConnection: IConnection;
class procedure ReleaseInstance();
constructor Create;
destructor Destroy; override;
... |
unit f2FontPool;
interface
uses
d2dClasses,
d2dInterfaces,
JclStringLists;
type
Tf2FontPool = class(Td2dProtoObject, Id2dFontProvider)
private
f_Fonts: IJclStringList;
f_SysMenuFont: Id2dFont;
f_SysTextFont: Id2dFont;
public
constructor Create(const aSysFont, aSysMenuFont: Id2dFont);
function GetF... |
{
ORIGINAL FILE: EmoStateDLL.h
---------------------------------------------------------------------------------------
|EmoState Interface |
|Copyright (c) 2009 Emotiv Systems, Inc. |
| ... |
unit D_NewClassNameEd;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, D_NameEd, OvcBase, evEditorWindow, evEditor, evMemo, StdCtrls,
Buttons, ExtCtrls, l3Interfaces,
l3Types, vtSpin, TB97Ctls, evMultiSelectEditorWindow, evCustomEditor,
evEditorWithOperati... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.