text stringlengths 14 6.51M |
|---|
unit f2PicturePool;
interface
uses
d2dInterfaces,
d2dClasses;
type
Tf2PicturePool = class(Td2dProtoObject, Id2dPictureProvider)
private
function Id2dPictureProvider.GetByID = GetPicture;
function GetPicture(const aPictureName: string): Id2dPicture;
public
class function Make: Id2dPictureProvider;
end;
i... |
unit define_deal;
interface
uses
define_datetime,
define_dealitem,
define_dealmarket,
define_price;
const
DealType_Unknown = 0; //
DealType_Buy = 1; // 买盘
DealType_Sale = 2; // 卖盘
DealType_Neutral = 3; // 中性盘
DealType_Cancel = 4; ... |
{$IfNDef kwCompiledVar_imp}
// Модуль: "w:\common\components\rtl\Garant\ScriptEngine\kwCompiledVar.imp.pas"
// Стереотип: "Impurity"
// Элемент модели: "kwCompiledVar" MUID: (52D3E2EE0244)
// Имя типа: "_kwCompiledVar_"
{$Define kwCompiledVar_imp}
{$If NOT Defined(NoScripts)}
_kwCompiledVar_ = {abstract} class(_kwC... |
unit TTSAGENTTable;
interface
uses
Classes, DB, DBISAMTb, SysUtils, DBISAMTableAU, DataBuf;
type
TTTSAGENTRecord = record
PLenderNum: String[4];
PAgentID: String[8];
PLine1: String[40];
PLine2: String[40];
PLine3: String[40];
PLine4: String[40];
PPhone: String[40];
... |
{ *************************************************************************** }
{ }
{ }
{ Copyright (C) Amarildo Lacerda }
{ }
{ https://github.com/amarildolacerda }
{ }
{ }
{ *************************************************************************** }
{ }
{ Licensed under the Apache License, Version 2.0 (th... |
unit uFrame;
interface
uses
uComponente;
type
TFrame = class(TComponente)
protected
procedure Reposicionar(aX, aY: Integer); override;
procedure Redimensionar(aAltura, aLargura: Integer); override;
public
procedure AdicionaComponente(aComponente: TComponente); override;
procedure RemoveCompo... |
//ENG:Deprecated module. In future removed!!! Now all functions marked as comment.
//ENG:for revert changes remove "(*" comment.
//RUS:Устаревший модуль. В будущем будет удалён. Сейчас весь функционал просто закоментирован.
//RUS:Для отмены изменений удалите "(*" коментарии
(*
A.Voitov zprokuror(cyka)narod.ru
LA... |
{***********************************************************************************************************************
*
* TERRA Game Engine
* ==========================================
*
* Copyright (C) 2003, 2014 by SÚrgio Flores (relfos@gmail.com)
*
***************************************************... |
unit SDFrameDealItemViewer;
interface
uses
Windows, Messages, Forms, BaseFrame, StdCtrls, Classes, Controls, ExtCtrls,
Dialogs, Sysutils, VirtualTrees,
define_dealitem, define_dealmarket,
DealItemsTreeView;
type
TfmeDealItemViewerData = record
DealItemTree: TDealItemTreeCtrl;
O... |
unit sslClient10Main;
{$MODE Delphi}
interface
{ SIMPLE INDY 10 SSL CLIENT
Written by Ralph Sickinger, Best Manufacturing Practices Center of Excellence (BMPCOE)
e-mail: ralph@bmpcoe.org
This program is a simply TCP Client that makes an SSL connection on port 3000. To connect
to a server, enter the IP ... |
unit csCommandsTypes;
{$I ProjectDefine.inc}
interface
uses
l3Base,
Classes, CsDataPipe, ddAppConfigTypes, csProcessTask, l3SimpleObject;
type
TcsCommandRequirement = (cs_crAll, cs_crSystem, cs_crUserList, cs_crGroupList);
TcsCommand = class(Tl3SimpleObject)
private
f_Caption: AnsiString;
f_CommandID: Integ... |
unit aeOGLRenderer;
interface
uses windows, aeSceneNode, dglOpenGL, aeSceneGraph, System.Generics.Collections, strutils,
aeGeometry, aeMesh, aeCamera, aeMaterial, aeMaths, aeBoundingVolume, aeOBB, types, aeRenderable, aeTerrain, aeConst, aePrimitiveShapes;
type
TaeOGLRenderer = class
Constructor Create(rende... |
unit UGeFluxoCaixa;
interface
uses
UGrPadraoCadastro,
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ImgList, IBCustomDataSet, IBUpdateSQL, DB,
cxGraphics, cxLookAndFeels, cxLookAndFeelPainters, Menus, StdCtrls,
DBClient, Provider, ACBrBase, ACBrExtenso, frxCl... |
{
Clever Internet Suite
Copyright (C) 2013 Clever Components
All Rights Reserved
www.CleverComponents.com
}
unit clFirewallUtils;
interface
{$I clVer.inc}
uses
{$IFNDEF DELPHIXE2}
Classes;
{$ELSE}
System.Classes;
{$ENDIF}
const
DefaultFirewallPort = 1080;
type
TclFirewallType = (ftSocks4, ftSock... |
unit Introspected_streaming_class;
interface
uses classes,streaming_class_lib, TypInfo;
type
TIntrospectedStreamingClass = class (TStreamingClass)
private
procedure RecursiveEnsure(our_root,aowner: TIntrospectedStreamingClass);
protected
procedure myGetPropInfo(propPath: string; out instance: ... |
// AKTools. akStrUtils unit.
// Модуль, содержащий функции по работе со строками.
//=============================================================================
unit akStrUtils;
interface
uses Classes, SysUtils, Windows;
type
TChars = set of char;
ECryptError = class(Exception);
// *****************... |
{ Subroutine SST_FLAG_USED_ROUT (PROC)
*
* Flag all the symbols as used that are eventually referenced by the routine
* descriptor PROC.
}
module sst_FLAG_USED_ROUT;
define sst_flag_used_rout;
%include 'sst2.ins.pas';
procedure sst_flag_used_rout ( {flag symbols eventually used from rout call}
in ... |
// islip - IneQuation's Simple LOLCODE Interpreter in Pascal
// Written by Leszek "IneQuation" Godlewski <leszgod081@student.polsl.pl>
// Language parser and bytecode compiler unit
// Sorry for the spaghetti code but can't be arsed to improve it!
unit compiler;
// uncomment the following to enable debug printouts
//{... |
unit dbx_FB_no_ini;
(* How to deploy a database application without a DBXDrivers.ini file.
XE2 + Firebird 2.x port, with some tweaks.
Original: http://andy.jgknet.de/blog/2010/11/dbx-without-deploying-dbxdrivers-ini/
Now: https://www.idefixpack.de/blog/2010/11/dbx-without-deploying-dbxdrivers-ini/
Quot... |
unit WpcStatementProperties;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils,
WpcCommonTypes,
WpcExceptions;
type
{ TWpcDelayStatementProperty }
TWpcDelayStatementProperty = class(TObject)
public const
MAX_DELAY_VALUE = 1000 * 60 * 60 * 24 * 32;
private
FDelay: LongWord; // milliseconds... |
{ Copyright (C) <2005> <Andrew Haines> chmfilewriter.pas
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Library General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at your
option) any later version.
Thi... |
unit ChemicalStorage;
interface
uses
Warehouses, Kernel, Surfaces, WorkCenterBlock, BackupInterfaces, CacheAgent;
type
TMetaChemicalStorage =
class(TMetaWarehouse)
public
constructor Create(anId : string;
aCapacities : array of TFluidValue;
... |
unit RttiUtils;
{*************************************************************************}
{ }
{ This unit contains TRttiEnabled utils and is not used other modules }
{ of ÕmlHit library }
{ ... |
unit uSolicitacaoCronogramaVO;
interface
uses
System.SysUtils, uUsuarioVO;
type
TSolicitacaoCronogramaVO = class
private
FId: Integer;
FIdUsuarioOperacional: Integer;
FHoraFim: string;
FIdSolicitacao: Integer;
FHoraInicio: string;
FData: TDate;
FUsuarioOperacional: TUsuarioVO;
p... |
unit GX_MultilineHost;
// Original Author: Stefan Hoffmeister <Stefan.Hoffmeister@econos.de>
{$I GX_CondDefine.inc}
interface
uses
Classes, Controls;
type
TGxMultiLineTabDockHostsManager = class(TObject)
private
FSqueezingCode: Pointer;
FDockableFormClass: TClass;
FNotificationVmt... |
unit PE.Parser.TLS;
interface
uses
System.SysUtils,
PE.Common,
PE.Types,
PE.Types.Directories,
PE.Types.TLS,
PE.TLS;
type
TPETLSParser = class(TPEParser)
public
function Parse: TParserResult; override;
end;
implementation
uses
PE.Image;
{ TPETLSParser }
function... |
unit ddExportFilerDispatcher;
// Модуль: "w:\common\components\rtl\Garant\dd\PipeOut\ddExportFilerDispatcher.pas"
// Стереотип: "SimpleClass"
// Элемент модели: "TddExportFilerDispatcher" MUID: (5603F0890069)
{$Include w:\common\components\rtl\Garant\dd\ddDefine.inc}
interface
uses
l3IntfUses
, l3ProtoObject
, l... |
{
Double Commander
-------------------------------------------------------------------------
Manager that maintains a list of running file source operations
and manages queues of operations.
Copyright (C) 2010-2012 Przemys³aw Nagay (cobines@gmail.com)
This program is free software; you can re... |
unit DocumentEditor;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants,
System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, GsDocument, DocumentViewer, Vcl.Menus,
VirtualTrees, ActiveX, Vcl.ImgList, System.Actions, Vcl.ActnList,
System.ImageList, Vcl.S... |
unit PositionRecord;
interface
type
TPositionRecord = record
private
fFractionalX : double;
fFractionalY : double;
public
X : integer;
Y : integer;
procedure ClearFraction();
procedure AddFraction(aX : double; aY : double);
class function Create(aX : Integer; aY : Integer) : TPositi... |
unit ShellObjects;
interface
uses
Windows, ComObj, SysUtils, {RegistryStr, NetTypes, }ShellGUID, CommCtrl, ShellApi;
//===========================================================================
//
// Object identifiers in the explorer's name space (ItemID and IDList)
//
// All the items that the user can bro... |
{------------------------------------------------------------------------------
TDam component
Developed by Rodrigo Depine Dalpiaz (digao dalpiaz)
Non visual component to manage message dialogs
https://github.com/digao-dalpiaz/Dam
Please, read the documentation at GitHub link.
--------------------------------... |
{
view.pas
View class of the texteditor example. Creates the user interface.
This example project is released under public domain
AUTHORS: Felipe Monteiro de Carvalho
}
unit view;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils,
MacOSAll, appkit, foundation, objc,
mytoolbar;
type
{ TMyView }
... |
unit kwInclude;
{* Зарезервированное слово: INCLUDE
Пример:
[code]
INCLUDE 'Included.script'
[code] }
// Модуль: "w:\common\components\rtl\Garant\ScriptEngine\kwInclude.pas"
// Стереотип: "ScriptKeyword"
// Элемент модели: "Include" MUID: (4DC1949F00E1)
// Имя типа: "TkwInclude"
{$Include w:\common\components\rtl\G... |
{
$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 r... |
unit SmartThreads;
interface
uses
Windows, Classes, SysUtils;
type
TSmartThread =
class( TThread )
public
constructor Create( CreateSuspended : boolean );
destructor Destroy; override;
public
procedure CallSync( ExtMethod : TThreadMethod );
end;
... |
unit HGM.Controls.ListBoxDraw;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, System.Generics.Collections,
Vcl.ExtCtrls, System.UITypes, Vcl.Grids, HGM.Common;
type
TGetDataProc = procedure(In... |
unit atOpenRedactionsOperation;
// Модуль: "w:\quality\test\garant6x\AdapterTest\Operations\atOpenRedactionsOperation.pas"
// Стереотип: "SimpleClass"
// Элемент модели: "TatOpenRedactionsOperation" MUID: (48B560B601B8)
interface
uses
l3IntfUses
, atOperationBase
, atLoadDocumentsByIDFromListOperation
;
type
Ta... |
unit define_data_sina;
interface
const
BaseSinaDayUrl1 = 'http://vip.stock.finance.sina.com.cn/corp/go.php/vMS_MarketHistory/stockid/';
// http://vip.stock.finance.sina.com.cn/corp/go.php/vMS_MarketHistory/stockid/000001/type/S.phtml 上证指数
// http://vip.stock.finan... |
// Streams.pas - Persistence for all objects
// Copyright (C) 1996, Merchise group /\/>
unit Streams;
interface
{$LONGSTRINGS ON} // Merchise' style
{$WRITEABLECONST OFF}
{$TYPEDADDRESS ON}
uses
Classes, SysUtils;
type
EInvalidProperty = class(EFilerError);
type
TPipe =
class
... |
unit Taxes;
interface
uses
MetaInstances, Accounts, Persistent, CacheAgent, BackupInterfaces, Languages;
const
tidClassFamily_Taxes = 'Taxes';
type
TTaxTarget = (tarTycoon, tarPopulation);
TTaxKind = integer;
type
TMetaTax = class;
TTax = class;... |
unit WinExit;
interface
uses
Classes, Windows, SysUtils;
{, Messages, , , Graphics, Controls, Forms, Dialogs,
StdCtrls;}
Type
// OS platforms
TWinType = (wtWindows95, wtWindowsNT, wtWin32s, wtUnknown);
// ShutDown/Logoff Windows95/NT modes
TWinExitType = (ewLogoff, ewReboot, ewShutDown, ewPowerOff,ew... |
unit uLogin;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.Imaging.pngimage,
Vcl.ExtCtrls, Data.Win.ADODB,
Vcl.ComCtrls, RxCtrls, RxVCLUtils, System.UITypes,
IdHashMessageDigest, unitKon... |
unit FileView;
{$I GX_CondDefine.inc}
interface
uses
{$IFDEF SYNEDIT}
SynEdit, GX_SynMemoUtils, // See GX_CondDefine.inc to remove the SynEdit requirement
{$ENDIF SYNEDIT}
Classes, ExtCtrls, ComCtrls, GX_GenericUtils;
type
TFileViewer = class(TCustomPanel)
private
FImage: TImage;
... |
unit tcToolBarsList;
interface
uses
l3Interfaces,
tcInterfaces,
tcItemList
;
type
TtcToolBarsList = class(TtcItemList,
ItcToolBarsList)
protected
// ItcToolBarsList
function pm_GetToolBar(Index: Integer): ItcToolbar;
function ItcToolBarsList.Add = ItcToolBarsList_Add;
function ... |
unit ReplaceSoftEnterFilter;
{ }
{ $Id: ReplaceSoftEnterFilter.pas,v 1.2 2014/04/30 13:11:40 lulin Exp $ }
// $Log: ReplaceSoftEnterFilter.pas,v $
// Revision 1.2 2014/04/30 13:11:40 lulin
// - вычищаем ненужные зависимости.
//
// Revision 1.1 2012/02/07 06:49:01 narry
// Утилита по замене мягких переносов (335... |
(*
JCore WebServices, CGI Application Handler Classes
Copyright (C) 2015 Joao Morais
See the file LICENSE.txt, included in this distribution,
for details about the copyright.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
ME... |
unit ModLex;
interface
type
symbol = (numberSy, identSy,
equalSy, semicolonSy, plusSy,
showSy, hideSy,
lineSy, rectangleSy,
circleSy, pictureSy,
moveSy,
eofSy, noSy);
var
curSy : symbol;
numVal : integer; (* number value f... |
unit Control.CadastroEnderecos;
interface
uses System.SysUtils, FireDAC.Comp.Client, Forms, Windows, Common.ENum, Control.Sistema, Model.CadastroEnderecos;
type
TCadastroEnderecosControl = class
private
FEnderecos : TCadastroEnderecos;
public
constructor Create;
destructor Destroy; override;
pr... |
unit osBatchSQL;
interface
uses
Classes, Variants, SysUtils, provider, sqlexpr, db;
type
TosQueryDef = class(TCollectionItem)
private
FSQL: TStrings;
procedure SetSQL(const Value: TStrings);
protected
function GetDisplayName: string; override;
public
constructor Create(AOwner: ... |
unit USpeedTestForm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls;
type
TForm1 = class(TForm)
Panel1: TPanel;
EdtFilename: TEdit;
Memo1: TMemo;
ChkUseFlushCache: TCheckBox;
ChkUseAPI: TCheckBox;
Button1: TButt... |
unit UDirections;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
FMX.Types, FMX.Controls, FMX.Forms, FMX.Dialogs,
FMX.TMSNativeMKMapView, FMX.TMSNativeUITableView, FMX.TMSNativeUIBaseControl,
FMX.TMSNativeUIToolBar, FMX.TMSNativeCLGeoCoder,
FMX.TMSNativeUIText... |
{
BASSWMA 2.4 Delphi unit
Copyright (c) 2002-2009 Un4seen Developments Ltd.
See the BASSWMA.CHM file for more detailed documentation
}
unit dynamic_basswma;
interface
uses Windows,
SysUtils,
dynamic_bass;
const
// Additional error codes returned by BASS_ErrorGetCode
BASS_ERROR_WMA_LICENSE =... |
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, VirtualTrees, ExtCtrls, MergeSocket, MultiplexList, Menus,
SplitSocket, StdCtrls;
type
TNodeData = record
Obj: TObject;
Name: String;
end;
TForm2 = class(TForm)
VST_Tr... |
{**************************************************************************}
{ TParamListBox component }
{ for Delphi & C++Builder }
{ }
{ Copyright... |
unit DocumentPrintAndExportSettingRes;
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
// Библиотека "View"
// Модуль: "DocumentPrintAndExportSettingRes.pas"
// Родные Delphi интерфейсы (.pas)
// Generated from UML model, root element: Utility... |
unit Inner_Const;
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
// Библиотека "SandBox"
// Модуль: "Inner_Const.pas"
// Родные Delphi интерфейсы (.pas)
// Generated from UML model, root element: Tag::Class Shared Delphi Sand Box::SandBox::Me... |
program cancelfactors1(input, output);
{
Computes partial sums of the harmonic series
H(n) = 1 + (1 / 2) + ... + (1 / n)
The result should be expressed in the form
numerator / denominator, where numerator, and denominator
are integers.
}
var
numerator, denominator : integer;
(* Divide numerator and denominator ... |
unit LUX.GPU.Vulkan.Instan;
interface //#################################################################### ■
uses System.Classes,
vulkan_core,
LUX.Data.List,
LUX.GPU.Vulkan.Surfac,
LUX.GPU.Vulkan.Device;
type //$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$【型】
... |
unit DAO.Clientes;
interface
uses
FireDAC.Comp.Client, System.SysUtils, DAO.Conexao, Model.Clientes;
type
TClientesDAO = class
private
FConexao : TConexao;
public
constructor Create;
function Inserir(ACliente: TClientes): Boolean;
function Alterar(ACliente: TClientes): Boolean;
... |
unit hpp_forms;
interface
uses Graphics, Forms, TntStdCtrls, StdCtrls, Controls;
procedure MakeFontsParent(Control: TControl);
implementation
// This procedure scans all control children and if they have
// no ParentFont, sets ParentFont to true but reapplies font styles,
// so even having parent font ... |
unit EMS.AD.Classes;
interface
uses
System.SysUtils, System.Classes, Winapi.Windows, EMS.AD.Api;
type
/// <summary>
/// Exception class for TEnumUserResult.
/// </summary>
EEnumUserResult = class(Exception);
/// <summary>
/// Enumeration for the result of the EnumUsers function.
/// </summary>
... |
unit cFuncao;
interface
uses System.Classes, Vcl.Controls, Winapi.Windows,
Vcl.ExtCtrls, Vcl.Dialogs, FireDAC.Comp.Client, System.SysUtils,cAcaoAcesso,cUsuarioLogado,Vcl.Forms
,Vcl.Imaging.jpeg,Vcl.Imaging.pngimage,Vcl.Graphics,Vcl.ExtDlgs,IdComponent,
IdTCPConnection,
IdTCPClient,
IdHTTP,
IdBaseComponent,
IdMes... |
unit uLogManager;
interface
uses
Windows, SysUtils, SyncObjs,
uSingletonTemplate;
type
TLogMsgType = (lmtInfo, lmtWarning, lmtError);
TLogMsgLevel = (lmlMax, lmlInfo, lmlDebug);
TLogManagerEvent = procedure(const aLogMsgText: string; aLogMsgType: TLogMsgType);
TLogManagerEventObj = proc... |
unit UnitInventory;
interface
uses System.Generics.Collections, SysUtils, Com_BaseObject, UnitDataInterfaces,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.VCLUI.Wait,
Data.DB, FireDAC... |
{$mode objfpc}{$H+}
{**
* Mini Edit
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author Zaher Dirkey
*}
unit ntvBoard;
interface
uses
Messages, SysUtils, Classes, Controls, LCLIntf, LCLType,
Forms, Graphics, Contnrs, ImgList,
StdCtrls, ExtCtrls,
mnClasses;
const
... |
unit DEBUGDLG;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TDebugForm = class(TForm)
Memo1: TMemo;
Button1: TButton;
private
{ Private declarations }
public
{ Public declarations }
procedure Log(Msg : String);
end;
... |
unit UFaceBookAlbumDemo;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
FMX.Types, FMX.Controls, FMX.Forms, FMX.Dialogs, FMX.StdCtrls,
FMX.ListView.Types, FMX.Edit, FMX.ListView, FMX.TMSCloudBase,
FMX.TMSCloudFacebook, FMX.Layouts, FMX.ListBox, FMX.TMSCloudImage... |
unit DEX.Types;
interface
uses
System.SysUtils,
System.DateUtils,
System.Math,
System.Generics.Collections,
System.Generics.Defaults;
type
TOfferDirection = (Buy=1,Sell=2);
TOffer = record
public
Status: Integer;
ID: Integer;
AccountID: Int64;
Direction: Integer;... |
unit ServerHorse.Model.Entity.COMPANIES;
interface
uses
SimpleAttributes;
type
[Tabela('Companies')]
TCOMPANIES = class
private
FIDAREASEXPERTISE: String;
FPICTURE: String;
FCNPJ: String;
FIDCITY: String;
FCOMPANYNAME: String;
FCEP: String;
FCOMPLEMENT: String;
FNUMBER: Intege... |
unit Lists;
interface
type pElem = ^Elem;
Elem = record
Data : integer;
pnext : pElem;
pprev : pElem;
end;
List = record
pfirst : pElem;
plast : pElem;
end;
procedure PushF(var s : List; const pnumber : pElem);
procedure PushB(var s : List; const pnumber : pElem);
... |
unit SyncIndex;
interface
uses
Windows, Collection, Classes, SysUtils, CabUtils;
const
IgnoreDate : TFileTime = (dwLowDateTime : 0; dwHighDateTime : 0);
type
TSynchObjectKind = (sokArchive, sokFolder, sokSyncFolder);
TCollection = Collection.TCollection;
type
TFolderIndexEntry = class;... |
unit destListLevel;
// Модуль: "w:\common\components\rtl\Garant\dd\destListLevel.pas"
// Стереотип: "SimpleClass"
// Элемент модели: "TdestListLevel" MUID: (51DD4CAB0089)
{$Include w:\common\components\rtl\Garant\dd\ddDefine.inc}
interface
uses
l3IntfUses
, ddRTFdestination
, rtfListTable
, ddCustomRTFReader
,... |
{
Clever Internet Suite
Copyright (C) 2013 Clever Components
All Rights Reserved
www.CleverComponents.com
}
{
Converted from org.apache.xml.security.c14n;
}
{*
* Copyright 1999-2008 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use t... |
{
Clever Internet Suite
Copyright (C) 2013 Clever Components
All Rights Reserved
www.CleverComponents.com
}
unit clHttpUtils;
interface
{$I clVer.inc}
uses
{$IFNDEF DELPHIXE2}
Classes;
{$ELSE}
System.Classes;
{$ENDIF}
const
DefaultHttpPort = 80;
DefaultHttpProxyPort = 8080;
type
TclAuthorizati... |
{
This is a personal project that I give to community under this licence:
Copyright 2016 Eric Buso (Alias Caine_dvp)
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://www.apache.org/licenses... |
unit define_dealsimulation;
interface
uses
define_dealItem,
define_price;
type
TDealDirection = (
dealBuy,
dealSale,
dealMoneyIn, // 存款进入
dealMoneyOut // 取款
);
TRT_DealAction = packed record
DealDirection : TDealDirection;
StockCode : TDealCodePack;
... |
unit PrimShutDown_sftNone_UserType;
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
// Библиотека "View"
// Автор: Люлин А.В.
// Модуль: "w:/garant6x/implementation/Garant/GbaNemesis/View/PrimCommon/Forms/PrimShutDown_sftNone_UserType.pas"
// ... |
unit Control.EnderecosEmpresa;
interface
uses System.SysUtils, FireDAC.Comp.Client, Forms, Windows, Common.ENum, Model.EnderecosEmpresa, Control.Sistema;
type
TEnderecosEmpresasControl = class
private
FEnderecos : TEnderecosEmpresa;
public
constructor Create;
destructor Destroy; override;
prope... |
PROGRAM d2a;
FUNCTION answer(filename:string) : integer;
TYPE
guide_line = array[1..3] of char;
FUNCTION score(guide_l:guide_line) : integer;
CONST
YOU_ROCK = 'X';
YOU_PAPER = 'Y';
YOU_SCISSORS = 'Z';
OPPONENT_ROCK = 'A';
OPPONENT_PAPER = 'B';
OPPONENT_SCISS... |
unit BaiduMapAPI.PoiSearchService.Android;
//author:Xubzhlin
//Email:371889755@qq.com
//百度地图API Poi搜索服务 单元
//官方链接:http://lbsyun.baidu.com/
//TAndroidBaiduMapPoiSearchService 百度地图 安卓Poi搜索服务
interface
uses
System.Classes, System.Types, FMX.Maps, Androidapi.JNI.JavaTypes,
Androidapi.JNI.Embarcadero, Androidapi.JNI.... |
unit MFichas.Model.Produto.Metodos.Cadastrar;
interface
uses
System.SysUtils,
MFichas.Model.Produto.Interfaces,
MFichas.Controller.Types;
type
TModelProdutoMetodosCadastrar = class(TInterfacedObject, iModelProdutoMetodosCadastrar)
private
[weak]
FParent : iModelProduto;
FDescricao: String;
... |
unit Model.Modulos;
interface
uses Common.ENum, FireDAC.Comp.Client;
type
TModulos = class
private
FAcao: TAcao;
FDescricao: String;
FCodigo: Integer;
FSistema: Integer;
public
property Sistema: Integer read FSistema write FSistema;
property Codigo: Integer read FCodigo write FCodigo;
... |
unit daArchiUser;
// Модуль: "w:\common\components\rtl\Garant\DA\daArchiUser.pas"
// Стереотип: "SimpleClass"
// Элемент модели: "TdaArchiUser" MUID: (57234C2903E3)
{$Include w:\common\components\rtl\Garant\DA\daDefine.inc}
interface
uses
l3IntfUses
, l3ProtoObject
, daTypes
, Classes
;
type
TdaArchiUser = cl... |
program TESTSTR1 ( OUTPUT ) ;
//**********************************************************************
//$A+
//**********************************************************************
type TRANSLATE_TAB = array [ 1 .. 128 ] of CHAR ;
var S : STRING ... |
{$include lem_directives.inc}
unit GameSound;
interface
uses
Windows, Classes, Contnrs, SysUtils,
GameModPlay,
Dialogs,
LemTypes;
const
DEFAULT_CHANNELS = 4;
type
TAbstractSound = class
private
fStream: TMemoryStream;
fResourceDataType: TLemDataType;
protected
public
... |
unit StreamToStr;
interface
uses
Classes;
function StreamToString( Stream : TStream ) : string;
procedure StringToStream( str : string; Stream : TStream );
implementation
uses
SysUtils, CompStringsParser;
const
ByteSep = ':';
function StreamToString( Stream : TStream ) : string;
var
... |
unit UDMCliente;
interface
uses
System.SysUtils, System.Classes, FireDAC.Stan.Intf, FireDAC.Stan.Option,
FireDAC.Stan.Param, FireDAC.Stan.Error, FireDAC.DatS, FireDAC.Phys.Intf,
FireDAC.DApt.Intf, Data.DB, FireDAC.Comp.DataSet, FireDAC.Comp.Client,uCliente,
FireDAC.Stan.StorageBin;
type
TDMClien... |
{ CoreGraphics - CGFont.h
* Copyright (c) 1999-2003 Apple Computer, Inc.
* All rights reserved.
}
{ Pascal Translation Updated: Peter N Lewis, <peter@stairways.com.au>, August 2005 }
{
Modified for use with Free Pascal
Version 210
Please report any bugs to <gpc@microbizz.nl>
}
{$mode macpas}
{$pa... |
// Upgraded to Delphi 2009: Sebastian Zierer
(* ***** 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 a... |
unit AddressBookParametersUnit;
interface
uses
HttpQueryMemberAttributeUnit, JSONNullableAttributeUnit,
NullableBasicTypesUnit, GenericParametersUnit;
type
TAddressBookParameters = class(TGenericParameters)
private
[HttpQueryMember('address_id')]
[Nullable]
FAddressId: NullableString;
[HttpQ... |
unit nevVirtualDrawView;
// Модуль: "w:\common\components\gui\Garant\Everest\new\nevVirtualDrawView.pas"
// Стереотип: "SimpleClass"
// Элемент модели: "TnevVirtualDrawView" MUID: (481213C903A2)
{$Include w:\common\components\gui\Garant\Everest\evDefine.inc}
interface
uses
l3IntfUses
, nevBaseDetachedView
, evdS... |
{ :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: QuickReport 6.0 for Delphi and C++Builder ::
:: ::
:: QRSubReport TQRSubReport control ::
:: ... |
unit MultEdit;
interface
uses
System.SysUtils,
System.Classes,
System.UITypes,
Vcl.Controls,
Vcl.StdCtrls,
Vcl.Mask,
Vcl.Graphics,
VCL.Dialogs;
type
TEditType = (etNone, etEmail, etURL, etPhone, etCPF, etCNPJ, etCEP);
TOnValidate = procedure(Sender: TObject; AValid: Boolean; AMessage: string) of... |
inherited dmCidades: TdmCidades
OldCreateOrder = True
inherited qryManutencao: TIBCQuery
SQLInsert.Strings = (
'INSERT INTO STWOPETCID'
' (CIDADE, ESTADO, FILIAL, GRANDE_REGIAO, COD_SEFAZ, DT_ALTERACA' +
'O, OPERADOR, ISS_ALIQUOTA, ISS_FATOR, ISS_REDUTOR, COD_MUNICIPIO' +
'... |
unit kwPopEditorSelectAll;
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
// Библиотека "ScriptEngine"
// Автор: Люлин А.В.
// Модуль: "w:/common/components/rtl/Garant/ScriptEngine/kwPopEditorSelectAll.pas"
// Начат: 14.06.2011 17:05
// Родны... |
unit UMain;
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.ListView.Types, Data.DB, Datasnap.DBClient, FMX.ListView, System.Rtti,
System.Bindings.Outputs, Fmx.Bind.Editors, Data.Bin... |
unit mod_samecomputer;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils,
StdCtrls, Forms, Controls,
chessmodules;
type
{ TSameComputerChessModule }
TSameComputerChessModule = class(TChessModule)
private
textSecondPlayerName: TStaticText;
editSecondPlayerName: TEdit;
public
SecondPlay... |
{ Subroutine SST_R_SYO_COMMAND (STAT)
*
* Process COMMAND syntax. This is the top level SYN file syntax.
}
module sst_r_syo_command;
define sst_r_syo_command;
%include 'sst_r_syo.ins.pas';
procedure sst_r_syo_command ( {process COMMAND syntax}
out stat: sys_err_t); {completion status cod... |
unit Unit1; { DEMO 2 for Delphi Zip by Eric W. Engler }
(************************************************************************
Copyright (C) 2009, 2010 by Russell J. Peters, Roger Aelbrecht,
Eric W. Engler and Chris Vleghert.
This file is part of TZipMaster Version 1.9.
TZipMaster is free s... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.