text
stringlengths
14
6.51M
unit HireOfferTask; interface uses Tasks, Kernel, Accounts, CacheAgent, BackupInterfaces, Inventions, FacIds; type TMetaHireOfferTask = class(TMetaTask) private fHire : boolean; fGoods : integer; fFacId : TFacId; public property Hire : boolean...
//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\ // Yawara static site generator // Static Site Generator unit // POST generation // @author : Zendrael <zendrael@gmail.com> // @date : 2014/10/19 //\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\ unit u...
unit FrameRow; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Graphics, FMX.Controls, FMX.Forms, FMX.Dialogs, FMX.StdCtrls, FMX.Controls.Presentation, FMX.Edit, FMX.ListBox, FrameRowData, FrameNetwaveCam, FMX.Layouts; type TfraRow = class(TFra...
{ Clever Internet Suite Copyright (C) 2013 Clever Components All Rights Reserved www.CleverComponents.com } unit clZLibStreams; interface {$I clVer.inc} uses {$IFNDEF DELPHIXE2} Classes, Windows, {$ELSE} System.Classes, Winapi.Windows, {$ENDIF} clInflate, clDeflate, clChecksum, clZLibBase, clUtils, cl...
unit Model.ContatosEmpresa; interface uses Common.ENum, FireDAC.Comp.Client; type TContatosEmpresa = class private FID: Integer; FSequencia: Integer; FDescricao: String; FTelefone: String; FEMail: String; FAcao: TAcao; public property ID: Integer read FID write...
unit TSP; interface uses Windows, Classes, SysUtils, asn1util, synacode, clHTTPSendEx, Contnrs; type EASN1Exception = class(Exception); ETSPException = class(Exception) private FCode: Integer; FCodeString: string; FFailureCode: Integer; FFailureCodeString: string; public constructor Cre...
unit frmInIOCPShortConnection; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, fmIOCPSvrInfo, iocp_base, iocp_clients, iocp_server, iocp_sockets, iocp_managers, iocp_clientBase; type TFormInIOCPShortConnection = class(TForm) Memo1: TMemo; I...
{====================================================} { } { EldoS Visual Components } { } { Copyright (c) 1998-2003, EldoS Corporation } { ...
unit udmFilhos; interface uses Windows, System.UITypes,Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, udmPadrao, DBAccess, IBC, DB, MemDS; type TdmFilhos = class(TdmPadrao) qryLocalizacaoREGISTRO: TFloatField; qryLocalizacaoNOME_FILHO: TStringField; qryLocalizacaoDATA_NA...
unit uSceneDelChar; interface uses uScene, Graphics, uGraph, uResFont, uButton; type TSceneDelChar = class(TSceneCustom) private FBtnPos: ShortInt; FLogo: TBitmap; FIsLoad: Boolean; FGraph: TGraph; FFont: TResFont; FBack: TBitmap; FButton: TButton; FDelBtn: TButton...
{ Routines that create assignment statement opcodes. } module sst_r_syn_assign; define sst_r_syn_assign_exp; define sst_r_syn_assign_match; %include 'sst_r_syn.ins.pas'; { ******************************************************************************** * * Subroutine SST_R_SYN_ASSIGN_EXP (V, EXP) * * Write SST op...
unit tfwWordsIterator; // Модуль: "w:\common\components\rtl\Garant\ScriptEngine\tfwWordsIterator.pas" // Стереотип: "SimpleClass" // Элемент модели: "TtfwWordsIterator" MUID: (55ED4D040017) {$Include w:\common\components\rtl\Garant\ScriptEngine\seDefine.inc} interface {$If NOT Defined(NoScripts)} uses l3IntfUses ...
unit evSearchWaiter; // Модуль: "w:\common\components\gui\Garant\Everest\new\evSearchWaiter.pas" // Стереотип: "SimpleClass" // Элемент модели: "TevSearchWaiter" MUID: (4EA6A47C0260) {$Include w:\common\components\gui\Garant\Everest\evDefine.inc} interface uses l3IntfUses , l3Tool , nevTools , l3Variant ; type...
(* Datatype Test Michael Neuhold 31.10.2018 some tests with scalar datatypes *) PROGRAM DTTest; TYPE MyChars = 'a'..'e'; Color = (green, blue, organge, red); VAR ch: CHAR; ch2: MyChars; ch3: 'a'..'e'; // Implizite Typdefinition col: Color; rVal: REAL; iVal: INTEGER; s : STRING...
{ *************************************************************************** } { SynWebEnv.pas is the 1st file of SynBroker Project } { by c5soft@189.cn Version 0.9.0.0 2018-5-27 } { *************************************************************************** } ...
{ Copyright (C) 2013-2021 Tim Sinaeve tim.sinaeve@gmail.com 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/LICENSE-2.0 Unless required by applicable...
unit uSimpleGame; 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.Ani, FMX.Layouts; type TForm5 = class(TForm) ship: TLabel; target: TLabel; Label1: TLabel; ShipX: T...
unit evCellsOffsetsPair; // Модуль: "w:\common\components\gui\Garant\Everest\evCellsOffsetsPair.pas" // Стереотип: "SimpleClass" // Элемент модели: "TevCellsOffsetsPair" MUID: (4F2F6F750263) {$Include w:\common\components\gui\Garant\Everest\evDefine.inc} interface uses l3IntfUses , l3ProtoObject , evCellsCharOff...
{$I OVC.INC} unit ExMove1; interface uses Controls, Classes, Forms, Dialogs, SysUtils, StdCtrls, OvcBase, OvcNbk, OvcEf, OvcSf, OvcNf, OvcPb, OvcPf, OvcAe, OvcMeter, OvcSc; {$IFNDEF MoveableComponents} *** This example requires "MoveableComponents" to be defined in the *** *** OVC.INC file. ...
{ *********************************************************** } { } { CodeGear Delphi Runtime Library } { } { Copyright(c) 2012-2014 Embarcadero Technologies, Inc. } { } { *********************************************************** } // // Delphi-Objective-C Bridge // Interfaces for Cocoa framework BaiduMapAPI_Locatio...
unit Display; // TDisplay handles, list and change between disp modes, (c) merchise, hcg interface uses Windows; type // we just keep a part of the DEVMODE structure (the usefull one) TDispInfo = packed record BitsPerPel : DWORD; PelsWidth : DWORD; PelsHeigh...
program hw4q2; var X,Y,W,Z : integer ; (*Each function will print out that it has been called and will give the new value of X inside that function.*) function add1(var param : integer):integer ; begin writeln('Inside add1.') ; param := param + 1 ; writeln('Value of X now i...
unit uGraph; interface uses Graphics; type TGraph = class private FSurface: TBitmap; FCanvas: TCanvas; procedure SetSurface(const Value: TBitmap); procedure SetCanvas(const Value: TCanvas); public constructor Create(ACanvas: TCanvas; AWidth, AHeight: Integer); destructor ...
{ Subroutine SST_W_C_EXP_CONST (EXP,ADDR_CNT,DT_OUT_P,ENCLOSE) * * Write the value of the expression EXP. An error will result if the * expression does not have a constant value known at compile time. * ADDR_CNT is the number of times to take the address of the expression. * It may be negative to indicate th...
{ Mark Sattolo 428500 CSI-1100A DGD-1 TA: Chris Lankester 1997 Final Exam, Question 5 } program MostFlights (input,output); const MaxSize = 20; type ArrayType = array[1..MaxSize, 1..MaxSize] of integer; { *************************************************************************** } procedure FindComm...
(** This module contains a frame which represents the controls for configuring the IDE Help Helper settings. @Version 1.0 @Author David Hoyle @Date 07 Apr 2016 **) Unit DGHIDEHelpHelperOptionsFrame; Interface Uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, For...
unit uFrmMQTTClient; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.ExtCtrls, MQTT, Vcl.Buttons, Vcl.ComCtrls; const WM_WRITE_LOG = WM_USER + 1; type TFrmMQTTClient = class(TForm) MML...
unit SplashServerInterfaces; {* Интерфейсы для сервера } // Модуль: "w:\garant6x\implementation\Garant\GbaNemesis\Splash\SplashServerInterfaces.pas" // Стереотип: "Interfaces" // Элемент модели: "SplashServerInterfaces" MUID: (499D06A201BE) {$Include w:\garant6x\implementation\Garant\nsDefine.inc} interface {$If N...
unit evdHyperlinkInfo; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // // Библиотека "EVD" // Автор: Люлин А.В. // Модуль: "w:/common/components/rtl/Garant/EVD/evdHyperlinkInfo.pas" // Начат: 12.11.2010 16:14 // Родные Delphi интерфейсы (.pas)...
unit MMO.ServerCreateOptions; interface type TServerCreateOptions = record ThreadSafe: Boolean; Port: UInt16; MaxPlayers: UInt16; end; implementation end.
unit DW.Androidapi.JNI.Debug; {*******************************************************} { } { Kastri Free } { } { DelphiWorlds Cross-Platform Library ...
unit V_ADT; interface type intArray = array [1..1] of integer; stackPtr = POINTER; procedure add(s : stackPtr; val : integer); procedure getElementAt(s : stackPtr; pos : integer; var val : integer); procedure setElementAt(s : stackPtr; pos : integer; val : integer); procedure removeElementAt(s : stackPtr;...
unit MultiBMPButton; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TButtonState = (bsNormal, bsLighted, bsPushed, bsDisabled); type TMultiBMPButton = class(TGraphicControl) public constructor Create(AOwner: TComp...
unit UMultiEPGFrame; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Graphics, FMX.Controls, FMX.Forms, FMX.Dialogs, FMX.StdCtrls, FMXTee.Chart, FMXTee.Series.Gantt, FMXTee.Procs, FMXTee.Series, FMX.Gestures, UMainDataModule, StrUtils, Data.DB, D...
{ Subroutine SST_R_PAS_DTYPE_RECORD (D) * * Process the RECORD_DATA_TYPE syntax. D is the data type definition block that * will be filled in. } module sst_r_pas_DTYPE_RECORD; define sst_r_pas_dtype_record; %include 'sst_r_pas.ins.pas'; procedure sst_r_pas_dtype_record ( {process RECORD_DATA_TYPE} in out ...
unit FindUnit.SearchString; interface uses Classes, FindUnit.PasParser, Generics.Collections, FindUnit.Header; type TSearchString = class(TObject) protected FCandidates: TObjectList<TPasFile>; function FoundAllEntries(Entries: TStringList; const Text: string): Boolean; function GetM...
unit MdiChilds.ImportResourcesKSR; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, MDIChilds.CustomDialog, Vcl.StdCtrls, Vcl.ExtCtrls, MdiChilds.ProgressForm, ActionHandler; type TFmImportResourcesKSR = class(...
inherited dmCtasReceber: TdmCtasReceber OldCreateOrder = True inherited qryManutencao: TIBCQuery SQLInsert.Strings = ( 'INSERT INTO STWFATTCOB' ' (TIPO_DOC, FIL_ORIG, FATURA, ANO, FIL_COBR, CGC, NOME, TOT_FAT' + 'URA, DT_EMISSAO, DT_VENCTO, DT_PAGTO, DT_BAIXA, DT_COMPENSACAO, ' + ...
unit evDocumentContainerWithProcessor; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // // Библиотека "Everest" // Автор: Люлин А.В. // Модуль: "w:/common/components/gui/Garant/Everest/new/evDocumentContainerWithProcessor.pas" // Начат: 28.09.2...
unit DAO.CadastroEnderecos; interface uses FireDAC.Comp.Client, System.SysUtils, DAO.Conexao, Control.Sistema, Model.CadastroEnderecos; type TCadastroEnderecosDAO = class private FConexao : TConexao; public constructor Create(); function GetID(iID: Integer): Integer; function Inser...
unit ddDefDocLinkFinder; { $Id: ddDefDocLinkFinder.pas,v 1.3 2016/10/14 15:25:08 fireton Exp $ } interface uses l3Interfaces, l3Date, dt_Types, ddAutolinkTypes, ddCustomLinkFinder, ddEntryCollector, ddDocStruct; type TddDocCacheType = (dctBasic, dctFile); TddDefDocLinkFinder = class(TddCustomLinkFinder) p...
// ********************************************************************** // // Copyright (c) 2001 MT Tools. // // All Rights Reserved // // MT_DORB is based in part on the product DORB, // written by Shadrin Victor // // See Readme.txt for contact information // // *****************************************************...
{ Subroutine SST_W_C_EXEC (FIRST_P) * * Process a chain of executable opcodes. The opcodes will be translated * to C. FIRST_P is pointing to the first opcode in the chain. It may * be NIL to indicate an empty chain. This subroutine returns when the * end of chain is reached. It is an error if the chain c...
{$I ok_sklad.inc} unit MetaDiscount; interface uses MetaClass, XMLDoc, XMLIntf, Classes; type TDiscountSourceType = ( DiscSrcCard, DiscSrcManual, DiscSrcWholeSaler, DiscSrcVIP ); TDiscountMethod = ( DiscMethodPercent, DiscMethodValue ); //----------...
unit Classe.Calculadora; interface type iCalculadora = interface ['{9D5EAAD8-9C87-4A4A-96DD-98B4DDA09977}'] // CTRL+SHIHT+C ´para criar a assinatura function Operacao(Num1, Num2 : double) : double; //herdar de mais de uma classe, usando interface end; TSoma = class(TInterface...
unit SDTdxForm; interface uses Windows, Forms, BaseForm, Classes, Controls, Sysutils, StdCtrls, VirtualTrees, BaseStockFormApp, define_dealItem, define_stock_quotes, StockMinuteDataAccess, ExtCtrls; type PMinuteNodeData = ^TMinuteNodeData; TMinuteNodeData = record MinuteData: PRT_Quote_Minute; ...
unit vg_dsgn_lang; interface uses SysUtils, Classes, Graphics, Controls, Forms, Dialogs, vg_scene, vg_layouts, vg_listbox, vg_controls, vg_objects, vg_textbox, vgCustomResources, vgComponent, vgCustomObject, vgCustomControl, vgScenePrim; type TvgLangDesigner = class(TForm) vgScene1: TvgScene; Root1...
{ ***************************************************************************** } { * string support,writen by QQ 600585@qq.com * } { * https://github.com/PassByYou888/CoreCipher * } (* https://github.com/PassByYou888/ZServer4D *) { ***********************...
{ Clever Internet Suite Copyright (C) 2014 Clever Components All Rights Reserved www.CleverComponents.com } unit clProgressBarDC; interface {$I clVer.inc} uses {$IFNDEF DELPHIXE2} Classes, SysUtils, {$ELSE} System.Classes, System.SysUtils, {$ENDIF} clProgressBar, clMultiDC, clResourceState; type Tc...
unit ValidationRuleIntf; interface type TValidateFunction = reference to function: Boolean; IValidationRule = interface(IInterface) ['{5E44704E-3C00-4E22-A7BA-3579C1094EB2}'] function GetValidateFunction: TValidateFunction; procedure SetValidateFunction(const Value: TValidateFunction); function ...
unit MainWindow; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, DDraw, Menus, ExtDlgs, StdCtrls; type TMainForm = class(TForm) Log: TMemo; procedure FormShow(Sender: TObject); private { Private declarations } ...
{ Subroutine SST_SYM_DTYPE_NEW_OUT (NAME,RENAME,DTYPE,SIZE,DT_P,STAT) * * Create a new symbol that is a data type. The symbol will go into the output * symbol table at the current scope. * * NAME is the raw symbol name. It may be altered to create a unique name if * MAKE_UNIQUE is set to true. In either ...
unit k2ChildOperation; { Библиотека "K-2" } { Автор: Люлин А.В. © } { Модуль: k2ChildOperation - } { Начат: 18.10.2005 14:33 } { $Id: k2ChildOperation.pas,v 1.9 2014/03/25 11:53:36 lulin Exp $ } // $Log: k2ChildOperation.pas,v $ // Revision 1.9 2014/03/25 11:53:36 lulin // - переходим от интерфейсов к об...
unit uModuloController; interface uses System.SysUtils, uDMModulo, uRegras, uEnumerador, uDM, Data.DB, Vcl.Forms; type TModuloController = class private FModel: TDMModulo; FOperacao: TOperacao; public procedure Filtrar(ACampo, ATexto, AAtivo: string; AContem: Boolean = False); procedure Filtr...
unit DW.OSLog; {*******************************************************} { } { Kastri } { } { Delphi Worlds Cross-Platform Library } { ...
unit DAO.EstoqueInsumos; interface uses DAO.base, Model.EstoqueInsumos, Generics.Collections, System.Classes; type TEstoqueInsumosDAO = class(TDAO) public function Insert(aEstoque: Model.EstoqueInsumos.TEstoqueInsumos): Boolean; function Update(aEstoque: Model.EstoqueInsumos.TEstoqueInsumos): Boolean; ...
{ Subroutine SST_W_C_DECL_SYM_EXP (EXP) * * Make sure that all the symbols referenced by the expression EXP are declared. } module sst_w_c_DECL_SYM_EXP; define sst_w_c_decl_sym_exp; %include 'sst_w_c.ins.pas'; procedure sst_w_c_decl_sym_exp ( {declare symbols reference by an expression} in exp: sst_ex...
unit GX_Actions; {$I GX_CondDefine.inc} interface uses Classes, ActnList, Menus, ImgList, {$IFDEF GX_VER240_up} System.UITypes, {$ENDIF GX_VER240_up} GX_KbdShortCutBroker; type { This interface is a rather typical action - except that it takes care of a) freeing + unregister...
unit vcmToolbarsInterfaces; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // // Библиотека "VCM" // Автор: Люлин А.В. // Модуль: "w:/common/components/gui/Garant/VCM/vcmToolbarsInterfaces.pas" // Начат: 12.02.2008 21:10 // Родные Delphi интерфе...
{ Date Created: 5/22/00 11:17:32 AM } unit InfoGROUPNAMESTable; interface uses Classes, DB, DBISAMTb, SysUtils, DBISAMTableAU, DataBuf; type TInfoGROUPNAMESRecord = record PIndex: Integer; PName: String[10]; End; TInfoGROUPNAMESBuffer = class(TDataBuf) protected function PtrI...
PROGRAM ReverseSort_a(INPUT, OUTPUT); {Программа 1) Копирует INPUT в F1 2) Копирует F1 в OUTPUT} PROCEDURE Copy(VAR F1, F2: TEXT); {F1 -> F2} VAR Ch: CHAR; BEGIN {Copy} RESET(F1); REWRITE(F2); WHILE NOT EOLN(F1) DO BEGIN ...
unit atCreateFoldersOperation; {* Создает папки. } // Модуль: "w:\quality\test\garant6x\AdapterTest\Operations\atCreateFoldersOperation.pas" // Стереотип: "SimpleClass" // Элемент модели: "TatCreateFoldersOperation" MUID: (4846994F0144) interface uses l3IntfUses , atOperationBase , FoldersUnit ; type TatCreate...
unit Twainscan; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, JvFormPlacement, JvComponentBase, JvAppStorage, JvAppIniStorage, Vcl.ExtCtrls; type TFTwainScan = class(TForm) btnok: TButto...
unit FindUnit.Header; interface const VERSION: array[0..2] of Word = (1,0,6);//(MAJOR, RELEASE, BUILD) type TListType = (ltClasses = 0, ltProcedures = 1, ltFunctions = 2, ltContants = 3, ltVariables = 4); TStringPosition = record Value: string; Line: Integer; end; var strListTypeD...
unit Classe.Pessoa; interface uses System.Classes, Interfaces; type TEventMemo = procedure(Value : String) of object; TNotifyEvent = procedure(Sender : TObject) of Object; TPessoa = class private Conexao : IConexao; FUF: String; FNome: String; FCidade: String; FEndereco: String; ...
{*********************************************************************************************************************** * * TERRA Game Engine * ========================================== * * Copyright (C) 2003, 2014 by SÚrgio Flores (relfos@gmail.com) * ***************************************************...
Program Aufgabe7; {$codepage utf8} Var Zahl1: Integer; Zahl2: Integer; Begin Write('Bitte gib die erste Zahl ein: '); Read(Zahl1); Write('Bitte gib die zweite Zahl ein: '); Read(Zahl2); If (Zahl1 < 1) or (Zahl2 < 1) Then WriteLn('Beide Zahlen müssen positiv sein!') Else Begin ...
// Unfinished work, tho it should be usable. type TMouseObj = record Speed:Int8; end; var __MouseConvert:Array of Int8 = [1,0,2]; Mouse: TMouseObj; function TMouseObj.GetPosition(): TPoint; begin GetMousePos(Result.x, Result.y); end; procedure TMouseObj.SetPosition(PT: TPoint); begin MoveMouse(PT.x...
unit AvoidanceZoneActionsUnit; interface uses SysUtils, BaseActionUnit, AvoidanceZoneUnit, AvoidanceZoneQueryUnit; type TAvoidanceZoneActions = class(TBaseAction) public /// <summary /// Create an Avoidance Zone /// </summary function Add(AvoidanceZone: TAvoidanceZone; out ErrorString: Strin...
unit umpgSendMail; interface uses Classes, IdIOHandlerStack, IdSSLOpenSSL, IdBaseComponent, IdComponent, IdTCPConnection, IdExplicitTLSClientServerBase, IdSMTP, IdMessage, IdMessageParts; type // TmpgSendMailAttachment = record // Attachment : TMemoryStream; // ContentDisposition : string; // Content...
unit UpdStat; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, SvcMgr, Dialogs, DB, DBClient, MConnect, SConnect, ssSocketConnection, xClasses, xLog, ExtCtrls, ssClientDataSet; type TsvcUpdateStat = class(TService) SConn: TssSocketConnection; tmrMain: TTimer; ...
unit UserList_Form; {------------------------------------------------------------------------------} { Автор : Тучнин Д.А.; } { Начат : 15.08.2005 19.00; } { Модуль : enUserList; ...
unit ce_observer; {$I ce_defines.inc} interface uses Classes, SysUtils, Contnrs; type (** * interface for a single Coedit service (many to one relation). * A service is valid during the whole application life-time and * is mostly designed to avoid messy uses clauses or to limit * the visibility of ...
unit ItemsFRM; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Data.DB, Vcl.Grids, Vcl.DBGrids, ItemController, System.Actions, Vcl.ActnList, VirtualTrees, Vcl.StdCtrls, Vcl.ExtCtrls, System.UIType...
unit GX_MultiLinePalette; {$I GX_CondDefine.inc} interface uses Classes; type TMultiLineTabManager = class(TComponent) private FOldCPResizeHandler: TNotifyEvent; procedure CPResizeHandler(Sender: TObject); private FTabRaggedRight: Boolean; FTabScrollOpposite: Boolean; pr...
{ $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 reserv...
// ********************************************************************** // // Copyright (c) 2001 MT Tools. // // All Rights Reserved // // MT_DORB is based in part on the product DORB, // written by Shadrin Victor // // See Readme.txt for contact information // // *****************************************************...
{*********************************************************************************************************************** * * TERRA Game Engine * ========================================== * * Copyright (C) 2003, 2014 by SÚrgio Flores (relfos@gmail.com) * ***************************************************...
unit uCadFornecedor; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, FireDAC.Stan.Intf, FireDAC.Stan.Option, FireDAC.Stan.Param, FireDAC.Stan.Error, FireDAC.DatS, FireDAC.Phys.Intf, FireDAC.DApt.Intf, FireDAC...
unit untDescricaoJson; interface type DescricaoJson = class(TCustomAttribute) private FDescricao: string; procedure SetDescricao(const Value: string); public constructor Create(Descricao: string); property Descricao: string read FDescricao write SetDescricao; end; implementation { DescricaoJ...
unit abstract_document_lib; interface uses classes,sysUtils,actnList,introspected_streaming_class,abstract_command_lib, comCtrls, UITypes, Types, Messages, streaming_class_lib; type TAbstractToolAction=class; TAbstractDocument=class(TIntrospectedStreamingClass) //документ вместе со списком undo/redo priv...
{ Clever Internet Suite Copyright (C) 2013 Clever Components All Rights Reserved www.CleverComponents.com } unit clTlsSocket; interface {$I clVer.inc} {$IFDEF DELPHI7} {$WARN UNSAFE_CODE OFF} {$WARN UNSAFE_TYPE OFF} {$WARN UNSAFE_CAST OFF} {$ENDIF} uses {$IFNDEF DELPHIXE2} Windows, Classes, SysUtils...
program RPN; {$CODEPAGE UTF-8} {----------------------------------} { О структуре комментариев } {Все подпрограммы разбиты на блоки } {исходя из того, для чего они } {были созданы. Но это не исключает } {их дальнейшего использования в } {подпрограммах других блоков. } {...
unit MyDrawingControl; {$mode objfpc}{$H+} interface uses Classes, SysUtils, Controls, Graphics, LCLType; type { TMyDrawingControl } TMyDrawingControl = class(TCustomControl) private FBitmap: TPortableNetworkGraphic; public property Bitmap: TPortableNetworkGraphic read FBitmap write FBitmap; ...
unit Player; interface uses Game; type TPlay = (Person, Computer); TPlayer = class private Play : TPlay; Number,First,Player,Game:integer; PocetKaret : integer; Hand : array [1..16] of byte; public procedure NastavHrace (aPlay:TPlay;aNumber:integer); procedure PripravRozdani; proced...
unit MPI_Syn; interface var success : boolean; procedure s; (* entry for recursive descent parser *) implementation uses MP_Lex; procedure MP; forward; procedure varDecl; forward; procedure statSeq; forward; procedure stat; forward; procedure expr; forward; procedure term; forward; procedure fact; forward; fun...
unit logdataADO; interface uses SysUtils, Dialogs, ADODB, Variants; const ctQueryNoInicializado = 'Debe indicar un query antes de usar log'; procedure Log( Fecha: TDateTime; const Datos: string ); procedure LeerLog( const usu: string; fecini, fecfin: TDateTime ); procedure SetDatosLog( Query: TAdoCommand; const U...
{******************************************************************************} { } { Delphi FB4D Library } { Copyright (c) 2018-2022 Christoph Schneider ...
unit RESTRequest4D.Request.Intf; interface uses Data.DB, REST.Client, RESTRequest4D.Request.Body.Intf, RESTRequest4D.Request.Params.Intf, REST.Types, System.SysUtils, RESTRequest4D.Request.Authentication.Intf, RESTRequest4D.Request.Headers.Intf, RESTRequest4D.Request.Response.Intf; type /// <summary> /// Int...
unit fmuIBMPrinter; interface uses // VCL Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Buttons, // This untPages, untDriver; type { TfmIBMPrinter } TfmIBMPrinter = class(TPage) btnGetShortIBMStatus: TButton; Memo: TMemo; btnGetIBMStatus: TButton; ...
{ DBAExplorer - Oracle Admin Management Tool Copyright (C) 2008 Alpaslan KILICKAYA 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 version 3 of the License, or (at...
unit VersionCompare; interface function NeedsUpdate(AOld, ANew: string): Boolean; implementation uses Classes, Types, SysUtils, StrUtils, Math; function NeedsUpdate(AOld, ANew: string): Boolean; var LUpdateOnEqual: Boolean; LOld, LNew: TStringDynArray; i, LOldV, LNewV: Integer; begin Res...
unit NetObjClientProc; interface uses NetBaseObj; procedure NetClientConnect(ANetClient: PNetClient; AConnectAddress: PNetServerAddress); procedure NetClientDisconnect(ANetClient: PNetClient); procedure NetClientSetSendTimeOut(ANetClient: PNetClient; const Value: Integer); functi...
Unit PLUSMEM; Interface Type PufferT = Array[0..$FFF7] Of Byte; PufferP = ^PufferT; Function Ext_Init( Size : LongInt; MaxBufSize : Word):Integer; { Ezt a fuggvenyt kell a legelejen meghivni, a teljes memoriaszukseglet ertekevel, es a leg...
unit Helper.Form.TabHandlingFMX; interface uses FMX.Forms, FMX.Types, Classes, FMX.Controls; type TFormHelper = class helper for TFMXObject procedure DoTabHandling(aParent : TFMXObject; tabOrder : Integer); end; implementation procedure TFormHelper.DoTabHandling(aParent: TFMXObject...
{ * ABTypedefs.h * AddressBook Framework * * Copyright (c) 2002-2003 Apple Computer. All rights reserved. * } { Pascal Translation: Peter N Lewis, <peter@stairways.com.au>, 2004 } { Modified for use with Free Pascal Version 210 Please report any bugs to <gpc@microbizz.nl> } {$mode macpas} {$p...
unit StockWeightData_Load; interface uses BaseApp, StockWeightDataAccess; function LoadStockWeightData(App: TBaseApp; ADataAccess: TStockWeightDataAccess): Boolean; implementation uses Sysutils, BaseWinFile, define_Price, define_datasrc, //UtilsLog, define...
{ This module from FPC port of RX components library Copyright (C) 2005-2010 Lagunov Aleksey alexs@yandex.ru and Lazarus team original conception from rx library for Delphi (c) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as ...
//Base code Font: https://github.com/RRUZ/blog/tree/master/Misc/SelectDelphiVersion unit uDelphiInstallationCheck; interface uses Controls, SysUtils, Windows, ComCtrls; type TDelphiVersions = ( Delphi4, Delphi5, Delphi6, Delphi7, Delphi8, Delphi2005, Delphi2006, Delphi2007, De...
unit OptionsMain; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, ElXPThemedControl, ElTree, StdCtrls, Spin; type TOptionsForm = class(TForm) OptionsTree: TElTree; procedure FormCreate(Sender: TObject); procedure OptionsTreeItemFocused(Sender: TObject); ...