text stringlengths 14 6.51M |
|---|
{*******************************************************************************
Title: T2Ti ERP
Description: VO relacionado à tabela [CARGO]
The MIT License
Copyright: C... |
//
// This unit is part of the GLScene Project, http://glscene.org
//
{: GLGLUTesselation<p>
Code to generate triangle strips and fans for polygons.
<b>History : </b><font size=-1><ul>
<li>26/11/09 - DaStr - Improved Lazarus compatibility (BugtrackerID = 2893580)
<li>10/03/09 - DanB - DoTesselate no... |
unit Objekt.Ini;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes,
Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.ExtCtrls,
Allgemein.SysFolderlocation, Allgemein.Types, Allgemein.RegIni, shellapi;
type
TIni = class
private
fUserPfad: string;
... |
//
// Generated by JavaToPas v1.5 20180804 - 082444
////////////////////////////////////////////////////////////////////////////////
unit android.service.notification.NotificationListenerService;
interface
uses
AndroidAPI.JNIBridge,
Androidapi.JNI.JavaTypes,
Androidapi.JNI.GraphicsContentViewText,
android.ser... |
unit kiwi.s3.objects;
interface
uses
System.Classes,
System.DateUtils,
kiwi.s3.interfaces, System.SysUtils;
type
tkiwiObject = class(tinterfacedobject, ikiwiS3Object)
private
{ private declarations }
[weak]
fkiwiS3: ikiwiS3;
[weak]
fkiwiS3Bucket: ikiwiS3Bucket;
fstrObjectName: str... |
unit eaterReg;
interface
uses SysUtils, MSXML2_TLB;
type
IFeedStore=interface
function CheckLastLoadResultPrefix(const Prefix:string):boolean;
end;
IFeedHandler=interface
function CheckNewPost(const PostID:string;const PostURL:WideString;
PubDate:TDateTime):boolean;
procedure UpdateFeedName(... |
unit uFchStoreVendorAccount;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, PaideTodosGeral, siComp, siLangRT, StdCtrls, Buttons, ExtCtrls,
DB, ADODB, Mask, SuperComboADO;
type
TFchStoreVendorAccount = class(TFrmParentAll)
lblAccount: TLabel;
lblVen... |
unit Invoice.View.SplashScreen;
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.Imaging.pngimage;
type
TFormSplashScreen = class(TForm)
Timer: TTime... |
unit SettingsUnit;
// ------------------------------------
// MesoScan - Scan Settings dialog box
// ------------------------------------
// 1-6-12 MinPixelDwellTimeAdded
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Di... |
unit htSelect;
interface
uses
SysUtils, Classes, Controls, Graphics, StdCtrls,
LrGraphics,
htControls, htMarkup;
type
ThtSelect = class(ThtCustomControl)
private
FComboBox: TComboBox;
protected
procedure CreateComboBox;
//procedure BuildStyle; override;
procedure Generate(const inContai... |
unit XED.IClassEnum;
{$Z4}
interface
type
TXED_iClass_Enum = (
XED_ICLASS_INVALID,
XED_ICLASS_AAA,
XED_ICLASS_AAD,
XED_ICLASS_AAM,
XED_ICLASS_AAS,
XED_ICLASS_ADC,
XED_ICLASS_ADCX,
XED_ICLASS_ADC_LOCK,
XED_ICLASS_ADD,
XED_ICLASS_ADDPD,
XED_ICLASS_ADDPS,
XED_ICLASS_ADDS... |
unit UnitProperties;
//------------------------------------------------------------------------------
//
// SVG Control 2.0
// Copyright (c) 2015 Bruno Verhue
//
//------------------------------------------------------------------------------
// [The "BSD licence"]
//
/... |
unit Chapter03._03_Solution;
{$mode objfpc}{$H+}
interface
uses
Classes,
SysUtils,
DeepStar.Utils;
// 283. Move Zeroes
// https://leetcode.com/problems/move-zeroes/description/
// 时间复杂度: O(n)
// 空间复杂度: O(n)
type
TSolution = class(TObject)
public
procedure MoveZeroes(arr: TArr_int);
end;
procedure... |
unit uModBankCashIn;
interface
uses
SysUtils, Windows, Messages, Classes, Graphics, Controls, Forms,
Dialogs,uModApp, System.Generics.Collections, uModBank, uModOrganization,
uModAP, uModAR, uModRekening, uModCostCenter, System.Rtti;
type
TModBankCashInAPNewItem = class;
TModBankCashInARItem = class;
TMo... |
unit CCJS_RP_Courier;
{********************************************
* © PgkSoft 16.06.2015
* Журнал интернет заказов.
* Отчет <Состояние курьерской доставки>
********************************************}
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Excel9... |
(*
Category: SWAG Title: MATH ROUTINES
Original name: 0013.PAS
Description: PERMUTA4.PAS
Author: SWAG SUPPORT TEAM
Date: 05-28-93 13:50
*)
{
> Does anyone have an idea to perForm permutations With pascal 7.0 ?
> As an example finding the number of 5 card hands from a total of 52 car
> Any help would be grea... |
{$I CetusOptions.inc}
unit ctsConsts;
interface
resourcestring
SVectorCapacityError = 'Vecor capacity out of bounds'#13#10'([%s] [%s.%s] [objname: %s] [capacity: %d])';
SVectorCountError = 'Vecor count out of bounds'#13#10'([%s] [%s.%s] [objname: %s] [count: %d])';
SListIndexError = 'List index out of bounds'#... |
Unit Inodes;
{ * Inodes : *
* *
* Esta unidad en encarga del cache de inodos a traves de las llama *
* das al sistema get_inode y put_inode . *
* ... |
unit frameScreenObjectCfpFixedUnit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics,
Controls, Forms, Dialogs, frameScreenObjectUnit, StdCtrls,
ExtCtrls, UndoItemsScreenObjects;
type
TframeScreenObjectCfpFixed = class(TframeScreenObject)
pnlCaption: TPanel;
edFixedHead: TLabel... |
unit uShellThumbnails;
interface
uses
Winapi.Windows,
System.Classes,
System.SyncObjs,
Vcl.Graphics,
Vcl.Imaging.pngimage,
Dmitry.Graphics.Utils,
uMemory,
uWinThumbnails,
uPngUtils,
uResources,
uBitmapUtils;
function ExtractVideoThumbnail(FileName: string; MaxSize: Integer;... |
(***** 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 distrib... |
unit HelpWindowUnit;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants,
System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.ExtCtrls;
type
HelpIndexName = (Title, First, Last);
const
HelpLast = 3;
HelpIndex: array [1 .. HelpL... |
unit uContatos;
{**********************************************************************
** unit uContatos **
** **
** UNIT DESTINADA A MANIPULAR AS INFORMAÇÕES NO CADASTRO DE PACIENTE **
** REFERENTE AS... |
unit VSelTipoOpListadoForm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, CheckLst;
type
TSelTipoOpListadoForm = class(TForm)
separarTerminalesCheckBox: TCheckBox;
indicarSoporteEnvioCheckBox: TCheckBox;
incluirSoloTiposCheckBox: TCheck... |
unit Chapter05._03_Solution1;
{$mode objfpc}{$H+}
interface
uses
Classes,
SysUtils,
DeepStar.Utils,
AI.ListNode;
// 203. Remove Linked List Elements
// https://leetcode.com/problems/remove-linked-list-elements/description/
// 使用虚拟头结点
// 时间复杂度: O(n)
// 空间复杂度: O(1)
type
TSolution = class(TObject)
public
... |
unit SHGuide;
interface
uses
SysUtils, Classes, Contnrs, Forms,
// SQLHammer
SHDesignIntf;
const
SPageUseGuide = 'Assistants';
SClassHintWelcome = 'Welcome';
SClassHintUseGuide = 'Users Guide';
SClassHintDevGuide = 'Developers Guide';
SClassAssocGuide = 'As... |
unit uExDef;
interface
uses SysUtils, Dialogs, Forms;
type
EWMException = class(Exception)//异常基类
private
FMsg: string;
public
constructor Create(const Msg: string);
procedure DoEx; virtual; abstract; //处理异常
end;
ESysException = class(EWMException)//系统级异常
public
procedure DoEx; override;
... |
unit TpInterfaces;
interface
uses
Classes;
type
ITpIncludeLister = interface
['{8F14670D-7729-4456-9B6D-FAE2BEC3132F}']
procedure ListPhpIncludes(inIncludes: TStringList);
end;
//
ITpConfigWriter = interface
['{0447F19B-86C4-4FCA-A95C-C00FBCC370B6}']
procedure WriteConfig(const inFolder: st... |
unit MainManagerLib;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, StdCtrls,Common;
type
TMainForm = class(TForm)
GroupBox1: TGroupBox;
ServerColor: TShape;
ServerState: TLabel;
btnStopStart: TButton;
btnClearLog: ... |
unit K_BArrays;
interface
uses
SysUtils, Windows, Classes;
type
{ Exceptions }
TK_CompareProc = function(const item1, item2 : Pointer): Integer;
TK_SortOrder = (tsNone, tsAscending, tsDescending);
{ These flags govern some of the behaviour of array methods }
TK_ArrayFlags = (afOwnsData, afAutoSize, af... |
(*----------------------------------------------------------------------------*
* Direct3D sample from DirectX 9.0 SDK December 2006 *
* Delphi adaptation by Alexey Barkovoy (e-mail: directx@clootie.ru) *
* *
... |
{ ***************************************************************************
Copyright (c) 2016-2021 Kike Pérez
Unit : Quick.Logger.Provider.Redis
Description : Log Api Redis Provider
Author : Kike Pérez
Version : 1.28
Created : 15/10/2017
Modified : 03/03/2021
This file is pa... |
unit Chapter09._02_Solution1;
{$mode objfpc}{$H+}
interface
uses
Classes,
SysUtils,
DeepStar.Utils;
/// 70. Climbing Stairs
/// https://leetcode.com/problems/climbing-stairs/description/
/// 记忆化搜索
/// 时间复杂度: O(n)
/// 空间复杂度: O(n)
type
TSolution = class(TObject)
public
function climbStairs(n: integer):... |
unit MathImage;
(***********************************************************************
* TMathImage 7.0
* Based on Renate Schaaf's TMathImage 6.0
***********************************************************************)
interface
uses
Winapi.Windows,
Winapi.Messages,
System.SysUtils,
System.UI... |
unit uCommon;
interface
uses
Windows, Classes, SysUtils, ScktComp, Dialogs, Forms;
const
SRV_PORTA = 3051;
SRV_HOST = 'localhost';
NO_DATA = '_ERRO_';
SKT_ERR_RESET_BY_PEER = 10054;
MSG_REQUEST_APP_INFO = $0011;
MSG_APP_INFO_FOLLOWS = $0012;
MSG_REQUE... |
unit GuiaAlvo.Model.Comercio;
interface
uses GuiaAlvo.Model.Delivery, GuiaAlvo.Model.RedesSociais;
type
TComercio = class
private
FFContato: String;
FFCelular: String;
FFCnpj: String;
FFFantasia: String;
FFNumeroLog: Integer;
FFComplLog: String;
FFCep: String;
... |
unit ufrmInvoice;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls, ActnList, ufrmMasterBrowse,
cxGraphics, cxControls, cxLookAndFeels, cxLookAndFeelPainters,
dxBarBuiltInMenu, cxStyles, cxCustomData, cxFilter, cxData, cxDataStorage,
cxEdi... |
unit ExDatat1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Menus, StdCtrls, OleCtrls, Apax1_TLB;
type
TForm1 = class(TForm)
GroupBox1: TGroupBox;
lbxTriggersAssigned: TListBox;
PopupMenu1: TPopupMenu;
AddTrigger1: TMenuItem;
DisableTrigger1: TMen... |
unit FmProgr;
{ Exports procedure ShowProgress, which can show a small window
with a Gauge in it. This procedure can be used in conjunction with
unit Progress.
4 Dec 96: - Put variable ProgessForm in implementation
- now ProgressForm is created in the initialization
9 Dec 96: - Put variable PorgessForm in... |
unit Model.BookCollection;
interface
uses
System.Generics.Collections,
Model.Book,
DataAccess.Books;
Type
TBookCollection = class(TObjectList<TBook>)
public
procedure LoadDataSet(BooksDAO: IBooksDAO);
function FindByISBN(const isbn: string): TBook;
end;
implementation
procedure TBookCollection.... |
{***************************************************************************}
{ }
{ Delphi Package Manager - DPM }
{ }
{ ... |
{$I CetusOptions.inc}
unit ctsObserver;
interface
uses
ctsBaseInterfaces;
type
// Observer
TctsBaseObserver = class(TInterfacedObject, IctsBaseObserver)
private
FEnabled: Boolean;
protected
procedure Changed(AParams: Pointer); virtual; abstract;
function GetEnabled: Boolean;
procedure Set... |
unit Objekt.DHLValidateShipmentOrderRequestAPI;
interface
uses
SysUtils, Classes, geschaeftskundenversand_api_2,
Objekt.DHLVersion, Objekt.DHLValidateShipmentorder;
type
TDHLValidateShipmentOrderRequestAPI = class
private
fRequest: ValidateShipmentOrderRequest;
fDHLVersion: TDHLVersion;
fDHLShip... |
unit untSpellChecker;
{$mode objfpc}{$H+}
interface
uses
Classes,
StrUtils,
SysUtils,
FileUtil,
Forms,
Controls,
Graphics,
Dialogs,
StdCtrls;
type
TheMisSpelled = (TEH, ETH, EHT); // Enumeration of 'the' mis-spellings
{ TForm1 }
TForm1 = class(TForm)
btnLoadFile: TButton;
btnSav... |
unit Config;
interface
uses
SysUtils, Classes;
type
TConfig = class(TComponent)
private
Filename: string;
FParams: TStringList;
protected
function GetIntegers(inName: string): Integer;
function GetValues(inName: string): string;
procedure SetIntegers(inName: string; const Value: Integer)... |
// https://mam-mam.net/delphi/hid.html
unit UHIDThread;
interface
uses
Winapi.Windows, System.SysUtils, System.Classes, Vcl.Forms;
type
THIDdeviceInfo = Record
SymLink : String;
BufferSize : Word;
BufferSizeIn : Word;
Handle : THandle;
VID ... |
// API LOJA INTEGRADA
// Comunidade Loja Integrada
//
// Keler Silva de Melo
// keler.melo@gmail.com
//
// 20/08/2020
//
// Link da Comunidade: https://comunidade.lojaintegrada.com.br/t/api-de-integracao-loja-integrada/52862
// Link da API: https://lojaintegrada.docs.apiary.io/#
unit UnitFormPrincipal;
interface
use... |
{================================================================================
Copyright (C) 1997-2002 Mills Enterprise
Unit : rmOutlookExtras
Purpose : A simple implementation of the M$ Outlook style buttons components
Date : 03-07-01
Author : Ryan J. Mills
Version : 1.92
Notes : This unit w... |
unit Main;
interface
uses
Windows, SysUtils, Classes, Controls, Dialogs,
SearchFile, Progress, XPMan;
type
TIntegerList = class(TList)
protected
function GetData(Index: Integer): Integer;
procedure SetData(Index: Integer; const Value: Integer);
public
destructor Destroy; override;
procedure... |
unit FreeOTFEfrmSelectOverwriteMethod;
// Description:
// By Sarah Dean
// Email: sdean12@sdean12.org
// WWW: http://www.FreeOTFE.org/
//
// -----------------------------------------------------------------------------
//
interface
uses
Classes, ComCtrls, Controls, Dialogs,
Forms, Graphic... |
unit FormMain_ctCode;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
SynCompletionProposal, StdCtrls, SynEdit, ComCtrls;
const
cCaseSensitive = 1;
cAnsiStrings = 2;
cPrettyText = 3;
cInsertList = 4;
cMatchedText = 5;
type
TForm1 = c... |
unit Ils.Redis.Publisher;
interface
uses
Redis.Client, System.Classes, Ils.Redis.Conf, SysUtils;
type
TRedisPublisher = class
private
FRCli: TRedisClient;
FChan: string;
FHost: string;
FPort: Integer;
FSSL: Boolean;
FPassword: string;
function TryConnect: Boolean;
public
proc... |
unit glHandle;
interface
uses
Classes, Controls, Windows, Messages, Graphics;
type
TglHandle = class(TGraphicControl)
private
fEN, fReadOnlyBool: Boolean;
protected
procedure Paint; override;
procedure MouseDown(Button: TMouseButton; Shift: TShiftState;
X, Y: Integer); overrid... |
unit Utils4D.Interfaces;
interface
uses
System.Classes,
Data.DB,
Vcl.StdCtrls,
Vcl.OleCtrls,
Vcl.Forms,
Vcl.Graphics,
SHDocVw;
type
IUtils4DDataSet = interface;
IUtils4DEdit = interface;
IUtils4DWebBrowser = interface;
IUtils4DForm = interface;
IUtils4DSystem = interface;
... |
unit uMouseHook;
interface
uses
Windows, Messages, SysUtils;
function MouseProc(code: integer; wParam: word; lParam: longword): longword; stdcall;
function SetupLocalHook: boolean;
function RemoveLocalHook: boolean;
var
CurrentHook: HHook; //contains the handle of the currently installed hook
HookInstalled: b... |
unit ibSHDDLCommentatorFrm;
interface
uses
SHDesignIntf, SHEvents, ibSHDesignIntf, ibSHComponentFrm,
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ComCtrls, ExtCtrls, AppEvnts, ActnList, ImgList,
SynEdit, pSHSynEdit, VirtualTrees, Menus, StdCtrls;
type
TFilt... |
unit LoaderUnit;
interface
uses Windows, AArray, Dialogs;
resourcestring
msgLoadError = 'Ошибка при загрузке bpl модуля';
msgLoadErrorNoExists = 'Файл не найден';
msgLoadErrorNoProc = 'Не найдена процедура "Load" в модуле';
type
TSpravProc = procedure (input, Result : TAArray);
function LoadSprav(... |
unit Invoice.Controller.Entity.Factory;
interface
uses Data.DB, Invoice.Controller.Interfaces;
type
TControllerEntityFactory = class(TInterfacedObject, iModelEntityFactory)
constructor Create;
destructor Destroy; Override;
class function New: iModelEntityFactory;
function... |
unit GetFromGrid;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Buttons, ExtCtrls, Db, Grids, DBGridEh, dbtables, uCommonForm,
uOilQuery, Ora, uOilStoredProc, GridsEh;
type
TGetFromGridOption=(GFG_MULT);
TGetFromGridOptions=set of TGetFromGridOption;
... |
unit SimpleProcessorFactory;
interface
uses ProcessorInterface, MercuryProcessor, WorldPayProcessor, uSystemConst;
type
TProcessorFactory = class
public
function CreateProcessor(arg_processorIndex: Integer): IProcessor;
end;
implementation
function TProcessorFactory.CreateProcessor(arg_processorIndex: Integer)... |
unit uProjects;
{*******************************************************************************
* *
* Название модуля : *
* ... |
//******************************************************************************
// Проект "ГорВодоКанал" (bs)
// Файл сообщений
// Перчак А.Л.
// создан 18/01/2010
// последние изменения Перчак А.Л. 18/01/2010
//******************************************************************************
unit uCommon_Messages;
inte... |
unit ThTabs;
interface
uses
SysUtils, Windows, Types, Classes, Controls, Graphics, StdCtrls,
ThWebControl, ThTextPaint, ThWebDataDictionary, ThImageList;
type
TThTabs = class(TThWebControl)
private
FTabCount: Integer;
FSelectedIndex: Integer;
FImageList: TThImageList;
FParams: TThWebDataDic... |
unit URegraCRUDCidade;
interface
uses
URegraCRUD
, URepositorioDB
, URepositorioCidade
, UEntidade
, UCidade
, UMensagens
, SysUtils
, UUtilitarios
;
type
TRegraCRUDCidade = class(TRegraCRUD)
protected
procedure ValidaInsercao (const coENTIDADE: TENTIDADE); override;
public
cons... |
unit frmPedagogueClassEditMini;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants,
System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs,
Vcl.ExtCtrls, Vcl.StdCtrls, Vcl.ComCtrls, dbfunc, uKernel;
type
TfPedagogueClassEditMini = class(TForm)
Panel1: TPanel;
... |
unit ConnectionStringEdit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, dcedit, DB, ADODB;
type
TConnectionStringEditForm = class(TForm)
Label1: TLabel;
OkButton: TButton;
ADOConnection: TADOConnection;
NameEdit: TDCEdit;
... |
unit StringResources;
interface
resourcestring
SNotFound = '"%s" not found';
SNotAvailable = 'n/a';
SFilterAllFiles = 'All files|*.*|';
SVariablesDocNotSelected = '<b>Namespace: </b> <color=clBlue>%s</color>';
SVariablesDocSelected = '<b>Namespace: </b> <color=clBlue>%s</color><br>'+
... |
{ *************************************************************************** }
{ }
{ Delphi and Kylix Cross-Platform Visual Component Library }
{ }
... |
unit fos_firmbox_dns_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}
interface
uses
Classes, SysUtil... |
unit TpDbConnectionStrings;
interface
uses
SysUtils, Classes;
function BuildMySqlConnectionString(
const inHost, inDatabase, inUserName, inPassword: string): string;
implementation
function Param(const inName, inParam: string): string;
begin
if (inParam <> '') then
Result := inName + '=' + ... |
program Day06;
{$mode objfpc}
uses
Classes, SysUtils;
procedure countAny(fn : String);
var
slInfo: TStringList;
line: String;
line_len: integer;
charset: set of char;
total_group_count: integer;
c : char;
Begin
// Create an instance of the string list to handle the textfile
slInfo := TStringList.Cre... |
program HowToUseButton;
uses
SwinGame, sgTypes, sgUserInterface;
procedure ChangeColor(c : Color);
begin
GUISetBackgroundColor(c);
GUISetForegroundColor(c);
end;
procedure Main();
var
p1,p2 : Panel;
begin
OpenGraphicsWindow('How To Use Button ', 320, 240);
LoadDefaultColors();
... |
unit Demo.Trendlines.Polynomial;
interface
uses
System.Classes, Demo.BaseFrame, cfs.GCharts;
type
TDemo_Trendlines_Polynomial = class(TDemoBaseFrame)
public
procedure GenerateChart; override;
end;
implementation
procedure TDemo_Trendlines_Polynomial.GenerateChart;
var
Chart: IcfsGChartProducer; // D... |
// ************************************************************************
// ***************************** CEF4Delphi *******************************
// ************************************************************************
//
// CEF4Delphi is based on DCEF3 which uses CEF3 to embed a chromium-based
// browser in D... |
unit XED.IFormEnum;
{$Z4}
interface
type
TXED_iform_Enum = (
XED_IFORM_INVALID=0,
XED_IFORM_AAA=1,
XED_IFORM_AAD_IMMb=2,
XED_IFORM_AAM_IMMb=3,
XED_IFORM_AAS=4,
XED_IFORM_ADC_AL_IMMb=5,
XED_IFORM_ADC_GPR8_GPR8_10=6,
XED_IFORM_ADC_GPR8_GPR8_12=7,
XED_IFORM_ADC_GPR8_IMMb_80r2=8,
... |
unit Antlr.Runtime.Tools;
(*
[The "BSD licence"]
Copyright (c) 2008 Erik van Bilsen
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code MUST RETAIN the above copyright
no... |
unit EditSong;
interface
uses
Generics.Collections, System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
FMX.Types, FMX.Controls, FMX.Forms, FMX.Dialogs, FMX.Layouts, FMX.Objects,
FMX.Edit, FMX.ListBox,
EditSongController,
Song;
type
TfrmEditSong = class(TForm)
TopLabel: TL... |
unit uCommonLogic;
interface
uses
Windows, Classes, DB, ADODB, SysUtils, Forms, Graphics, ExtCtrls,
Registry, Dialogs, Controls, DBCtrls, iemview, cxGridDBTableView,
DBClient, IdHashMessageDigest, idHash, ievect, Uni, InterBaseUniProvider,
DateUtils, Types, Messages, cxGridDBBandedTableView;
... |
unit Odontologia.Vistas.Paciente;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants,
System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Odontologia.Vistas.Template, Data.DB,
System.ImageList, Vcl.ImgList, Vcl.StdCtrls, Vcl.Buttons, Vcl.Grids,
Vcl.DBGrids, Vcl.... |
unit UpComandCancelShowErrors;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, cxStyles, cxCustomData, cxGraphics, cxFilter, cxData,
cxDataStorage, cxEdit, DB, cxDBData, cxTextEdit, StdCtrls, Buttons,
ExtCtrls, cxGridLevel, cxGridCustomTableView, cxGridTableV... |
unit GearLiveDevice;
interface
implementation
uses
system.Devices, system.Types, system.SysUtils;
const
ViewName = 'GearLive'; // The name of the view.
{
Add this after MobileDevices in
%AppData%\Roaming\Embarcadero\BDS\15.0\MobileDevices.xml
<MobileDevice>
<Displayname>GearLive</Displayname>
<... |
//////////////////////////////////////////////////////////////////////////
// This file is a part of NotLimited.Framework.Common NuGet package.
// You are strongly discouraged from fiddling with it.
// If you do, all hell will break loose and living will envy the dead.
//////////////////////////////////////////////////... |
{***************************************************************************}
{ }
{ Delphi Package Manager - DPM }
{ }
{ ... |
unit E_DataBaseOperator;
//------------------------------------------------------------------------------
//------------------------------------------------------------------------------
interface
uses
MidasLib{static link for midas.lib},
SysUtils, Variants, Classes, DB, ADODB, Provider, DBClient,
E_Logger;
/... |
unit ufrmVoucher;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ufrmMasterBrowse, StdCtrls, cxGraphics, cxControls, cxLookAndFeels,
cxLookAndFeelPainters, dxBarBuiltInMenu, cxStyles, cxCustomData, cxFilter,
cxData, cxDataStorage, cxEdit, cxNavigator, Data.D... |
(* CodeDis: HDO, 2004-02-06
-------
Byte code disassembler for the MiniPascal compiler.
===================================================================*)
UNIT CodeDis;
INTERFACE
USES
CodeDef;
PROCEDURE DisassembleCode(ca: CodeArray);
IMPLEMENTATION
VAR
... |
Unit tty;
{ * Tty : *
* *
* Esta unidad se encarga del manejo de terminales , por ahora solo so *
* porta una sola terminal . Tambien se ancarga de captar las pulsacio *
* nes... |
{$I-,Q-,R-,S-}
{¦ Sin Heno. Polonia 2005
----------------------------------------------------------------------
Las vacas se han quedado sin heno, un suceso horrible que debe ser
remediado inmediatamente. Bessie quiere recorrer algunas de las N (2
<= N <= 2,000) ot... |
//
// Generated by JavaToPas v1.5 20171018 - 170612
////////////////////////////////////////////////////////////////////////////////
unit android.view.Display_HdrCapabilities;
interface
uses
AndroidAPI.JNIBridge,
Androidapi.JNI.JavaTypes,
Androidapi.JNI.os;
type
JDisplay_HdrCapabilities = interface;
JDisp... |
unit ObjectDataTreeFrameUnit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ImgList, ComCtrls,
UnicodeMixedLib,
ObjectDataManager;
type
TOpenObjectDataPath = procedure(_Path: string) of object;
TObjectDataTreeFrame = class(TFrame)
TreeView: TTreeV... |
unit LrCollectionEx;
interface
uses
SysUtils, Classes, Contnrs;
// Attempt to extend TLrCollection to use TPersistent items instead of
// TComponent items.
// The problem is that TReader has no mechanism to determine the class
// of the TPersistent property about to be read. TReader requires an
// instan... |
unit Dmitry.Controls.LoadingSign;
interface
uses
System.SysUtils,
System.Classes,
System.Math,
Winapi.Windows,
Winapi.Messages,
Vcl.Controls,
Vcl.Graphics,
Vcl.ExtCtrls,
Vcl.Themes,
Vcl.Imaging.PngImage,
Dmitry.Memory,
Dmitry.Controls.Base,
Dmitry.Graphics.Types;
type
... |
{
Laz-Model
Copyright (C) 2017 Peter Dyson. Initial Lazarus port
Portions (C) 2002 Eldean AB, Peter Söderman, Ville Krumlinde
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 uDAOhistorialaccesos;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils,uEstructura,utiles;
var
a:TFicheroAccesos;
Acceso:TAccesos;
procedure CrearFichero();
procedure NuevoAcceso(var Acceso:TAccesos);
procedure buscar(var V:TvectorAccesos; var N:integer);
procedure buscarFecha(fecha:cadena10;var v:Tve... |
namespace RemObjects.Elements.System;
type
String_Extension = public extension class(java.lang.String)
public
property Item[i: &Index]: Char read self[i.GetOffset(length)]; default;
property Item[r: Range]: String read getSubstringWithRange(r); default;
private
method getSubstringWithRange(aRange... |
unit Unit1;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
FMX.Types, FMX.Controls, FMX.Forms, FMX.Dialogs, FMX.Controls.Presentation,
FMX.StdCtrls, NtBase;
type
TForm1 = class(TForm)
GroupBox1: TGroupBox;
NativeRadio: TRadioButton;
LocalizedRadio: ... |
namespace OxygeneiOSIBActionDemo;
interface
uses
UIKit;
type
[IBObject]
RootViewController = public class(UIViewController)
private
public
method init: id; override;
[IBOutlet] label : UILabel;
[IBAction] method buttonTapped(sender: id);
end;
implementation
method RootVi... |
unit uModel;
interface
type
IStudent = interface
['{4A2DAB03-8189-4DC6-829B-B2513AC7750E}']
function GetName: string;
function GetEmail: string;
function GetDateOfBirth: TDate;
procedure SetDateOfBirth(const Value: TDate);
procedure SetEmail(const Value: string);
procedure SetName(const V... |
unit uExplorerGroupsProvider;
interface
uses
System.SysUtils,
System.StrUtils,
Winapi.Windows,
Vcl.Graphics,
Dmitry.Utils.ShellIcons,
Dmitry.PathProviders,
Dmitry.PathProviders.MyComputer,
UnitDBDeclare,
uConstants,
uMemory,
uExplorerPathProvider,
uShellIntegration,
uD... |
unit FGKX_EditType;
//comb_cord
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls,Dialog_View,Class_TYPE_IN_GKZF, Mask, RzEdit, RzCmboBx,
RzButton, RzRadChk,Uni,UniConnct,Class_CORD_IN_GKZF,Class_AppMsg;
type
TDialogEditTypeEditMode=(detemA... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.