PCPROG.6

25 Sep 1995 - 24 Dec 1999

Topics

  1. algoritmi (449)
  2. baze.podataka (309)
  3. ms.dos (17)
  4. windows (294)
  5. asembler (553)
  6. basic (458)
  7. jezici (42)
  8. pascal (1297)
  9. cccc (522)
  10. cpp (299)
  11. clipper (601)
  12. fox (70)
  13. cavo (14)
  14. delphi (1130)
  15. java (100)
  16. razno (776)
  17. unknown (127)

Messages - delphi

delphi.310 guta,
TDISK 16-bit and 32-bit components ================================== Platforms ========= Borland(tm) Delphi V1.0 V1.2 V2.0 Purpose ======= TDISK gives you drive information at design and run-time Properties ========== 1) DISK1.DriveLetter is for input. Only the first character is used. 2) DISK1.DiskType is for output. Encapsulates the GetDriveType API function. Note that 16-bit windows does not return the DT_NOROOTDIR value. An assembler routine is used in the 16-bit version to identify CD-ROM drives. 3) DISK1.DiskFreeBytes is for output. 4) DISK1.DiskSizeBytes is for output. 5) DISK1.CDROMFound is for output. 6) DISK1.CDROMDriveLetter is for output. tdisk32.zip
delphi.311 guta,
Item : TFrameList Component Target : Delphi 32 This component is a standard Windows Listbox with it's CreateParams overided. A frame and toolbar caption is created which allows a caption and sizing of the list box. Drop the control on a form and get the same effect as in MS Access 95 query designer. Just to show what Delphi can do... PS. The interesting part is that in VB you have to pay $ for this simplicity tframe.zip
delphi.312 guta,
Threading demo. thread.zip
delphi.313 guta,
THistoryComboBox: FREEWARE ! Version 1.5, May 96 Reads/Writes Items of a TComboBox to/from Registry. The reading and writing has to be initiated manually (methods: ReadRegistry, WriteRegistry). It could also done in Create/Destroy but then I would loose flexibility. thstcbo2.zip
delphi.314 guta,
Želite da vaše aplikacije prestanu da rade posle određenog vremenskog perioda? Evo rešenja: Ttimestop... for Delphi 2.0 version 1.1 Tired of people stealing your Software ? Try this Component, It will run perfectly under the trial period and then stop... Just call the create procedure in your main Form timestop.zip
delphi.315 guta,
Enhanced DB Navigator. tmodbnav.zip
delphi.316 guta,
32-bitna verzija SysInfo komponente: Purpose ======= TOS gives you operating system information at design and run-time Properties ========== 1a) OS1.OperatingSystem (16-bit) is for output. An enumerated value of type TOSTYPE 1b) OS1.WinOperatingSystem (32-bit) is for output. 2) OS1.WinPlatformID is for output. Allows you to distinguish the flavours of Win32 out there. 3) OS1.WinVerExtraInfo (32-bit) is for output. For future compatability with Windows versions to come... 4) OS1.WinVersion is for output. The Major+Minor+Build number as a string. tos32.zip
delphi.317 guta,
General overview, advantages and disadvantages using TProject TProject is a project manager component which is used from inside a Delphi Project. When the TProject Component is dropped on a form, it's ready to use. It enables you to manage backups, build & version numbers in a simple way. To restore a backup, just copy the files from the appropriate backupdirectory to your main projectdirectory, the backups are not compressed or otherwise altered. This, of course consumes more diskspace, but speeds the backupprocess up a lot. All TProjects properties are readable at run-time, but the backupfeature is only enabled at design-time (i.e. in-side Delphi). TProject will enlarge your final application with about 10 Kbytes + whatever is needed to store the property data. tproject.zip
delphi.318 guta,
Re-worked caption handling routines and trimmed uses clause for Windows 95. transrad.zip
delphi.319 guta,
Component: TSRichEdit Description: RichEdit control with added events and properties TSRichEdit is a descendent of TRichEdit which lets you get and set the caret position and top line index, and respond to VScroll and HScroll events without resorting to API calls. tsrich.zip
delphi.320 guta,
TWindowsList v1.0 This unit will get a list of actives windows in the system. To get it, call one of the functions GetAllWindows, GetVisibleWindows or GetInvisibleWindows. This will gather windows informations and place it in the TheWindowsList StringList. The AcceptEmptyNames will decide if yes or not unnamed windows are added to the list. twinlist.zip
delphi.321 guta,
TTypedDriveComboBox Component (freeware) - version 1.1 for both Delphi 1.0 (typedrcb.dcu) and Delphi 2.0 (tpdrcb32.dcu) This is an enhancement of the standard Delphi TDriveComboBox component. It adds one property, ShowDriveTypes, which is used to select the type of drives shown in the combobox. ShowDriveTypes is a set which may contain the following drive types: sdtFloppy : show floppy drives only sdtFixed : show fixed drives only (hard disks) sdtNetwork : show network drives only sdtCDROM : show CDROM drives only sdtRAM : show RAM drives only The ShowDriveTypes can be set both at design-time and at run-time. typedrcb.zip
delphi.322 guta,
Version utils. version.zip
delphi.323 guta,
Želite da snimite raspored prozora pri izlasku iz aplikacije? Evo rešenja: Introduction: Do you want to make your own program can be auto-save its all states of all windows ?? U can use this component to easily implement it. This program can save all states of all windows in your application. Include window location,window state,window visiblity and MDI children's state for a MDI form. Also Delphi 1.0 compatible, need manual recompile winsav12.zip
delphi.324 guta,
WINUTIL COMPONENT, version 0.95 07-05-96 * About the component *: This is a very simple component with some methods to get info about and to control Windows. I hope you can use it. winutil.zip
delphi.325 guta,
This is a dockable toolbar. features : - automatic resizing & placement of child controls - you can customize the possible states of the toolbar (floating, docked top/left/right/bottom) - good looking design ... xdockbar.zip
delphi.326 guta,
I, (na radost mnogih ;), poslednja komponenta u ovom (pre)dugom nizu. Izvinjavam se onima koji smatraju da sam im bezveze punio pad, a primam pohvale, cveće i pare :) od onih koji smatraju da im ovo koristi. P.S. Ovakvih malih (a korisnih) komponenti ima još ihahaj, pa ako vam se svidelo, okuražite me na mail da potrošim još malo Internet vremena :) -------------- Uz ovu poruku: Description: this component shows a bitmap, like TImage, but you can control the zooming of the bitmap. The component is for both versions of Delphi. Version 1.1: Automatic mouse zooming. 5/8/1996 zoompic.zip
delphi.327 nlazic, -> #142, guta
>> U sledećim porukama nalazi se gomila shareware komponenti za Delphi 1 i 2. Svaka ti čast majstore :) BTW, nije li vreme da se otvori neki dir ili slična blagodet za ovakve stvari?
delphi.328 guta,
Na zahtev publike, bis :) Uz ovu poruku, Delphi 2 komponenta: File Find The TFileFind component easily searches a disk for the first and subsequent occurrences of a specified file. The component can also search a directory tree or an entire disk for ALL occurrences of a file specification. The file to be searched for may contain wildcards in its specification. tfile32.zip
delphi.329 guta,
Find Text (Delphi 2): The find text component provides a means to easily search any file for a text string. tfind32.zip
delphi.330 guta,
Popup Calendar (Delphi 2): The Popup calendar component is a handy way for users to select a date from a visual calendar using the mouse. No more typing date entries ! Just call the GetDate Method and the calendar does the rest. The calendar can be displayed as a month or a full year (refer to the Mode property) tpopup32.zip
delphi.331 guta,
Pravite svoj komunikacioni program, možda čak BBS? Možda vam ovo pomogne: TSerial for Delphi 2 This is a no-frills serial component that saves you having to tangle with the Windows Comms API functions to handle a serial port. Only basic serial comms are provided - no terminals, protocols etc. Send/receive data up to 115200 baud, manipulate and respond to control lines, breaks etc. Update to Version 2.10 08 Sep 96 tserial2.zip
delphi.332 guta,
System Menu (Delphi 2): The system menu component provides an easy way to insert, append or manipulate new item entries into a form's system menu. tsymen32.zip
delphi.333 guta,
Delphi Freeware komponente, nastavak: Uz ovu poruku: Još jedan Floating Toolbar, priložen kao source aa_tbar.zip
delphi.334 guta,
Treba da štampate Bar-kod? Probajte: Barcomp is a set of two Barcode Components for Delphi to be used with QuickReport. It comes in 2 varieties: a 16 bits and a 32 bits version. It is a shareware product. You can fully evaluate the product with the files that go with this text, except that you can not use applications with barcodes when Delphi is not running. Kao što se vidi u gornjem tekstu, u datoteci su i Delphi 1 i Delphi 2 verzije. barcomp.zip
delphi.335 guta,
CompDate V1.1 Delphi 1.0 Expert. A "fake" expert which gives you the date of compilation in Delphi. cdate11.zip
delphi.336 guta,
DBTreeNavigator 1.0 for Delphi 2.0 The DBTreeNavigator is the logical extender of DBNavigator.It support navigating in two and more DataSources (NOT ONLY ONE). It is very useful for the DataSources with the TREE-LIKE RELATIONS. db_tree.zip
delphi.337 guta,
Zvanični Borlandov Help update za DB Explorer (Delphi 2) dbexplor.zip
delphi.338 guta,
Želite da vaša aplikacija ima Application Bar koji se "lepi" na bilo koju ivicu ekrana, kao MS Office AppBar? Probajte: The TDCAppBar component creates a Windows 95 "AppBar" which can hook onto any edge of the screen, much like the Windows 95 TaskBar. dc95v10.zip
delphi.339 guta,
Ako ste skinuli komunikacionu biblioteku od pre par poruka, dopunite je ovim: TDialer component for Delphi, version 2.0 - FreeWare This is the version 2.0 of TDialer component for Borland Delphi. Version 1.0 was released in July 1995. New version detects dialtone and busy signal, also includes one additional published property: modem initialization string. Dialer is a small non visual component which allows you to dial phone numbers from your Delphi applications. I am not a great expert in communications but it works fine for my modem. You can modify it as much as you wish. dialer20.zip
delphi.340 guta,
TPlanning Component for Borland Delphi, v2.0 TPlanning is a visual component for Delphi. It allows you to manage a simple Diary in your application diary11.zip
delphi.341 guta,
TDLLLoader -> TComponent Manages dynamic load libraries. Will return a proc address based on the DLL and Proc name supplied. dllload.zip
delphi.342 guta,
Pronalazi sve validne drajvove, 16-bitna verzija. fdrive16.zip
delphi.343 guta,
Pronalazi sve validne drajvove, 32-bitna verzija. fdrive32.zip
delphi.344 guta,
FilterTable 1.01 for Delphi ---------------------------------- This is a Deplhi TTable descendent that implements easy but powerful filtering using a user defined function. Can be used in place of queries. Very complex filters can be made. Works at the Database Engine level for speed. Shareware version. (C) 1996 Stern Software. Corrects version 1.0 problems. ---------------------------------- flttb101.zip
delphi.345 guta,
Za rad sa velikim brojevima: This unit uses an array of bytes to represent a LARGE number. The number is binary-stored in the array, with the Least Significant Byte (LSB) first and the Most Significant Byte (MSB) last, like all Intel-integer types. Arithmetic is not 10-based or 2-based, but 256-based, so that each byte represents one (1) digit. huge_num.zip
delphi.346 guta,
Kontrola MIDI instrumenata, direktno sviranje na zvučnoj kartici ili sintisajzeru: This Delphi unit contains two components - TKeys & TMIDIKeys. Both are representations of a piano keyboard. The keyboards can be 'played' by clicking with the mouse. TKeys simply generates events. TMIDIKeys can control the MIDI mapper or any Windows MIDI port, so you can directly play an attached synth, soundcard, etc. TKeys generates NoteOn & NoteOff events which give Note & Velocity information. The note is 0..127 (60 = middle C), velocty is 0..127. Playing at the edge of the keys gives a higher velocity. keyboard.zip
delphi.347 guta,
Mrežna DDE razmena podataka između Delphi aplikacija. Priložen source i dva demo programa. Obe verzije Delphi-ja, BP 7.0 netdde.zip
delphi.348 guta,
TParser - Parsiranje matematičkih izraza TParser is a component specialised in parsing and evaluating mathematical expressions specified at runtime. It's performance is remarkable - only 40-80% slower than similar compiled expression - and it is by far the fastest parser on the freeware and shareware market. The programming interface is as simple as this: - specify values for predefined variables in properties A,B,C,D,E,X,Y or T; - specify expression to be evaluated in Expression property; - retrieve computed value in Value property. parser8.zip
delphi.349 guta,
Query By Example, 32-bitna verzija. qbe32.zip
delphi.350 guta,
SlideBar This component is a enhanced form of the Windows ScrollBar component. You can change the Focus Color, Slider shape, control the cursor shape when it is over the SlideBar, enable or disable the tick marks and much more. Priložena je i 16 i 32-bitna verzija komponente, takođe i source. slidebar.zip
delphi.351 guta,
Ova komponenta je stvarno friška: TStringGridEx Compoenet Ver 1.02 Last modify Date OCT 22 1996 Freeware Component For Delphi 2.0x TStringGrid that supports MultiSelect like TListBox Component, TStringGridEx adds an MultiSelect Property, allowing you to multiselect each row just like TListBox Component. strgrdex.zip
delphi.352 guta,
TGradient Component for Delphi 2 Seeing as I needed a gradient fill for my current project, I used the 16-bit TGradientFill (one of six colours - to black) and added a few other features. You can now specify colour constants such as clBtnFace or clWindow, and the values are extracted from the registry for the colour scheme being used in the target environment. Unfortunately though, if the user changes the colour scheme, they don't change in the gradient :-( As the previous versions, it looks best in 16-bit colour and above. tgrad12.zip
delphi.353 guta,
Uz ovu poruku nema datoteke, ovo je jedan od trikova za Delphi, iz Delphi Q&A: TITLE : Making your Delphi apps show minimized. Q: When I select the "Run Minimized" option in Program Manager to attempt to make my Delphi application execute in a minimized state, the Delphi application seems to ignore the setting and run normally. Why is this, and how to I fix it? A: Delphi's Application object creates a hidden "application window," and it is that window, rather than your main form, that is being sent the command to show minimized. To fix this, just enter this line of code in your main form's OnCreate event handler: ShowWindow(Handle, cmdShow);
delphi.354 guta,
Upoređenje Delphi vs Visual Basic, vrlo detaljno. ti2780.zip
delphi.355 guta,
Uz ovu poruku su Delphi Tips & Tricks, u nastavku imate sadržaj datoteke, da biste ošacovali da li vam je potrebna. Zbog ovog sadržaja je i poruka malo duža, na čemu se izvinjavam unapred. Delphi Tips & Tricks assert.txt - a Pascal version of the assert C macro to aid debugging. Duncan Murdoch, Lester Kovac atan2.txt - the atan2 function. Nathan Dreon, Terje Mathisen, Jon Jenkins clipbrd.txt - how to put a memory stream onto the clipboard. Mark R. Johnson comm.txt - a component for serial communications. Mark Cross, Alexander M. Nolasco, Fred Bulback? cursors.txt - how to create and register your own custom cursors. Timothy Barr, Per Bakkendorff dbgrid.txt - a TDBGrid descendant that shows images. Bill Raike delay.txt - a Delphi equivalent for the Turbo Pascal Delay() function. Nivaldo Fernandes elastic.txt - how to build a panel that is resizeable at run-time. Dion Kurczek except.txt - how to implement global exception handling. Cees Binkhorst filedrag.txt - how to implement file drag & drop from File Manager. Mark R. Johnson, John N. Hodges floatwin.txt - a unit to make a captionless window moveable. Anders Ohlsson floatwn2.txt - a much simpler implementation of floating windows. Steve Teixeira getclass.txt - how to get to class information dynamically via GetClass(). Marc Palmer gpharray.txt - how to quickly copy a 2D array to an image. Paul Sullivan graphres.txt - how to use bitmaps stored in a resource file. Mark R. Johnson, Brad Stowers hideapp.txt - how to hide an application from Task Manager. Darnell Cruz incptr.txt - how to increment pointers (from GetMem and GlobalAlloc/ GlobalLock). Marten Larsson io-redir.txt - a unit to redirect Input & Output through TCustomEdit derivatives (TEdit, TMemo, etc.). Kiriakos Vlahos mdititle.txt - how to kill the title bar of an MDI child. The Nomad, Andy McFarland moricons.txt - how to make more than one icon available for a program. Brad Stowers notebook.txt - how to dynamically add controls to TTabbedNotebook or TNotebook. Mark R. Johnson scrnsavr.txt - how to make a screen saver with Delphi. Thomas W. Wolf scroll.txt - how to automate memo/window scrolling. The Nomad search.txt - a bug fix for the search.pas text search function of the TextDemo project. Pete Royston segments.txt - a unit for accessing the memory between A000-FFFF. Jeremiah Gilbert, Pybe Faber transblt.txt - how to draw bitmaps with transparent areas. Mark R. Johnson trim.txt - a unit to trim spaces from strings. Bob Swart, Pierre Tourigny trim2.txt - another unit to trim spaces from strings. Joseph Bui trim3.txt - a third unit to trim spaces from strings -- take your pick. Bob Swart tstream.txt - how to read/write text data to a file using TStream. Michael Vincze tstream2.txt - how to read/write objects to a file using TStream. Mark R. Johnson varargs.txt - a program to demonstrate use of type-safe variable number of parameters in Delphi.. Hallvard Vassbotn vbtypes.txt - where to find functions to deal with Visual Basic types. Steve Teixeira win-g.txt - a WinG (ftp://ftp.microsoft.com/developr/drg/WinG/) import unit for Borland Pascal. Sean Palmer tips.zip
delphi.356 guta,
Poslednja u ovoj seriji (bogami, i u ovom mesecu, jer sam dostigao i limit broja poruka): WAV SOUND PLAYER COMPONENT FILENAME: WavePlay.ZIP CATEGORY: non-visual components DESCR: Component for easy play of Wav files. VERSION: 1.00 TARGET: Delphi 2.0 waveplay.zip
delphi.357 matke,
Da li neko moze da mi pomogne. Evo o cemu se radi. Pravim neki program u kome koristim StringGrid, i neophodna mi je funkcija koja moze da prepozna strelice levo,desno,gore,dole. Napominjem da sam probao sa key, ali ona cita samo standardni ASCII i ne prepoznaje strelice. Pozdrav
delphi.358 mikis, -> #327, nlazic
+> BTW, nije li vreme da se otvori neki dir ili slična blagodet za ovakve Biće, biće :) Zapravo, trebalo bi da je već tu ali se ne vidi. S obzirom da se ni calex ni ja ne bavimo Windows programiranjem (za calexa možda i grešim :), bilo bi lepo da nam pomognete i preporučite šta bi trebalo da se nađe u diru. Takođe, kada šaljete, ne bilo vam teško da pored punog naziva programa (ili šta se već nalazi u arhivi) napišete ukratko i šta on radi i čemu služi.
delphi.360 guta,
Posle kraćeg zatišja, nastavak Delphi FW & SW komponenti. Sa ovoliko nastavaka, ovmoj UL počInje da liči na Dinastiju. :) Uz ovu poruku: Programirate u Clipper-u? Probajte ovo: Clipper Functions for Delphi is a collection of 50+ string and date handling functions for Delphi which are syntax-compatible with CA-Clipper. Although designed to ease the migration from CA-Clipper to Delphi, functions are powerful enough to appeal to everyone. On-line documentation in WinHelp format with KWF files. Source code available. Datoteka uz poruku sadrži i 16 i 32-bitnu verziju funkcija. clipfn20.zip
delphi.361 guta,
Delphi component Visual Database Design 1.1 The visual database design component shows you in Delphi's design mode (!) all the following information on your data: connections and relations between tables, the connection between table/query and the datasource, plus key table, query and datasource properties. All you need to do is drop the component on your form. This component is available for 16- and 32-bit Delphi. dbdesign.zip
delphi.362 guta,
Name : DBFilter Version: 1.1 Purpose: Interface to BDE filter language Filters are like queries except the're fast and return live results and are independent of any exisitng index. Filter provides a standard Expression Filter, and FilterFunc allows the expresson to be a callback to a user specified function. dbflt.zip
delphi.363 guta,
EZDSL Version 2.00 Easy classical data structures for Delphi 1 and 2 ====================================================================== The EZDSL units provide an OOP interface for classical data structures for Delphi: stacks, queues, lists, binary trees and so forth. For programmers migrating from BP7 a TCollection replacement is also provided. ====================================================================== ezdsl200.zip
delphi.364 guta,
TIndexButton Component Provides Index button like in Visual Basic. Delphi 1 i 2 indexbtn.zip
delphi.365 guta,
Borland/Sams/Informant VCL Contest Grand Prize Winner. The Master-Detail Explorer (TMDExplorer) component is a native data-aware Delphi component that displays master-detail information from multiple datasources in a hierarchical TOutline tree. Each level of the tree is assigned to a single datasource, and up to 8 separate levels are available. This is an great way to display master-detail information without using endless DBGrids. Level and Item-specific custom bitmaps are supported. Delphi 1 i 2. mdexplor.zip
delphi.366 guta,
TDBProgress component The TDBProgress component can be used to provide progress feedback on database operations. The TDBProgress component is a non-visual component that holds the latest progress information on the current database operation as returned by the database engine. By updating visual components, such as a gauge or a label, the user can be kept aware of the status of the database action being executed. Such feedback is especially useful when performing database operations that consume a considerable amount of time, such as: - Index Creation - Query Execution - Batchmoves The TDBProgress component also provides the developer with the unique ability to abort running database operations; this can't be done using Delphi components!! Delphi 1 & 2 progress.zip
delphi.369 guta,
Zamena za BDE, komponenta Quick Data Base QDB v.1.01 VCL Components for Delphi 2.0 Delphi's data-aware controls provide a flexible, powerful, and easy to use method of storing and retrieving data. Unfortunately they also make your executables enormous and involve you in the distribution of extra floppy disks (the Borland Database Engine) with your applications however tiny they themselves are. Rather than cracking a nut with a sledgehammer you can use QDB and its easy, lightweight approach to simple data management. QDB is by no means a replacement for the BDE. Rather, in simple cases where the full power of the BDE amounts to overkill, QDB offers an alternative. qdbvcl.zip
delphi.370 guta,
Zamena za BDE, source Quick Data Base QDB v.1.01 VCL Components for Delphi 2.0 qdbsrc.zip
delphi.371 guta,
Quick Report Add-On's Welcome to QRAddOn's for Delphi. QRAddOn's is designed to be a usefull collection of AddOn's for QuickReport. The first QRAddOn designed is a QRMaskLabel. It's very usefull for NON-BDE-Reports or reports, where you have to sum several fields. Following features we've added to the standard QRLabel: The Component can store string, TDateTime, float and integer-values, depending of the property MaskType. The storage of each of the above types is independent, so you can use this component as a one4four. - Added a Mask-string to format stored integer, float and date-values, as known from MaskEdit. - Added a Pre-string. This string will be printed in front of the stored value. - The method Reset resets the integer and float-values to 0. - Adding integer and float-values with the AddReal and AddInteger-methodes. - Get the values with .AsDate, AsInteger, AsReal and AsString. Delphi 1 & 2 qradds10.zip
delphi.372 guta,
Zvanični update za QuickReport za Delphi 1, sadrži kompletan SW QReport. Upozorenje: Ovo NIJE upgrade za Delphi 2 QuickReport, taj upgrade, koji se pominje i dole u tekstu sam okačio u jednoj od prethodnih poruka. QuickReport for Delphi version 1.0d copyright QSD AS 1996 ========================================================================= April 1996 http://www,qsd,no This is the 16 bit shareware version of QuickReport. The 32 bit version of QuickReport is included with Delphi 2.0. To upgrade your Delphi 2.0 with QuickReport 1.0d you need the 32 bit QuickReport 1.0d, not found is this zip file. Look for QR32-10D.ZIP. qrep10d.zip
delphi.373 guta,
Rad sa INI fajlovima, ali specifičnim: sadržaj varijabli u INI-fajlu se snima _u bazu_ sa kojom radite, bilo da je u pitanju DBF, Sybase, Oracle ili neka druga. Priložena je i 16 i 32-bitna verzija. rtdi.zip
delphi.374 guta,
RtDbGenID Component Ver. 1.01 RtDbGenID is a non-visual component which implements a unique number generator. All values will be saved into a table in database you work with. Every access which generates a new value locks this table and saves the generated value before releasing control, so that other users can safely run it parallel through the network. SQL queries as 'SELECT MAX(...)+1 FROM...' are a bit dangereous, because many users can theoretically execute this query at the same time and get the same results. Databases which support referential integrity can get over it, if the value is supposed for a field defined as unique, but even at the minimum it would rise an exception. dBase knows nothing about real uniqueness and in this case it can cause severe data errors. rtgi.zip
delphi.375 guta,
Visual SQL Query Builder for Delphi 2 TSQLBuilder Version 1.30 Delphi Choice Award 1996 Winner TSQLBuilder is a non visual component for Delphi. It only takes one line of code to allow your application to visually build, run and view the results of multi-table SQL queries for any database tables in any alias. Select queries may be run and the result table viewed all within the component. It even includes an expression builder to make your life even easier. Use it either as a standalone query tool or just read off the properties and run the query yourself for total control. Queries can be saved to or loaded from BlobStreams so they can be stored in database blob fields. Additionally they may be saved to or loaded from disk either automatically or manually. sqlbuild.zip
delphi.376 guta,
Imate podatke koji nisu organizovani u neku od poznatih baza? Ako se nalaze u tekst-fajlu ili možete tamo da ih smestite, ova komponenta vam omogućuje da ih konvertujete iz Delfija. Deliminated Text to Table Convertor Version 1 (Shareware) tgmpdlim.zip
delphi.377 guta,
I, poslednja u ovoj seriji: Piparti 1.3 VCL for Delphi 2 Kompletna zamena za QuickReport i ReportSmith. P.S. Ako koristite neku od komponenti koje sam kačio ovih dana, napišite nešto o svojim iskustvima sa njima i procenu njihove upotrebljivosti. Pošto ih ima podosta, nisam stigao da pregledam ni deseti deo, pogotovu ne detaljno. Pomoći će i meni i ostalima :) setup32.exe
delphi.378 velicko, -> #377, guta
> I, poslednja u ovoj seriji: -------------- Znači biće ih još? :) (: Modem ti se pozlatio.. ;)
delphi.379 nesh, -> #357, matke
... Da li neko moze da mi pomogne. Evo o cemu se radi. Pravim ... neki program u kome koristim StringGrid, i neophodna mi je ... funkcija koja moze da prepozna strelice levo,desno,gore,dole. ... Napominjem da sam probao sa key, ali ona cita samo standardni ... ASCII i ne prepoznaje strelice. ... Pozdrav Ovo pišem napamet, ali ako se dobro sećam možeš da uzmeš KeyDown event jer kod njega dobijaš i scan kodove.
delphi.380 guta, -> #378, velicko
#>> I, poslednja u ovoj seriji: #> -------------- #> Znači biće ih još? :) (: Nego šta :) Nastavak već od sledeće poruke ----------------------->
delphi.381 guta,
Sa čime sam završio prethodnu seriju, otvaram novu: Piparti 1.3 VCL for Delphi 1 Kompletna zamena za QuickReport i ReportSmith, priložen i vizuelni Report Desinger. Ovo je 16-bitna verzija (Delphi 1) komponente iz prethodne serije. piparti.exe
delphi.382 guta,
Object Inspector vam uvek pokriva baš ono što bi voleli da vidite? Velika gužva na desktop-u? Ovo rešava sve takve probleme: Space Maker, Delfi ekspert koji pretvara Object Inspector i sam Delphi u Auto-Hide prozore, kao task-bar i MS Office AppBar, tj. možete da ih "zalepite" za neku od ivica ekrana. spacemkr.exe
delphi.383 guta,
Želite da napravite kontekst-senzitivni help koji ima dugme '?' na formu pored dugmeta za zatvaranje? Probajte ovo: XHelp, 16-bitan verzija. tctxhelp.exe
delphi.385 guta,
Delphi 2.0 only AddBtn95 derives TRadioButton95 and TCheckBox95 from TRadioButton And TCheckBox to Give them the Additional Formatting Functionality found in Windows 95 Added or changed properties : Alignment : How the Text next to the button is aligned AlignmentBtn : Where the Button is positioned LikePushButton : Does the control look Like a Push Button? VerticalAlignment : Where the text and button are positioned WordWrap : Wrap the text if the box is to narrow addbtn95.zip
delphi.386 guta,
Uz ovu poruku se nalazi fajl sa spiskom komponenti koje se nalaze u fajlu koji je okačen uz narednu poruku :) Ukupno tridesetak komada od istog autora. ahmd32.txt
delphi.387 guta,
Ovo je poruka uz koju se nalazi fajl sa komponentama čiji se spisak nalazi okačen uz prethodnu poruku :) Tridesetak raznoraznih komponenti, Delphi 2. ahmd32.zip
delphi.388 guta,
Želite da napravite kontekst-senzitivni help koji ima dugme '?' na formu pored dugmeta za zatvaranje? Probajte ovo: XHelp, 32-bitna verzija. tctxh32.zip
delphi.389 guta,
TDrawCalendar: TDrawCalendar is a component based on though not descended from the Calendar in the Samples page of the pallette. I wanted to unpublish a couple of published properties (e.g.Font) which meant I could not descend it directly. The purpose of this component is to add flexibility to the calendar component to allow: 1. Drawing bitmaps, Icons and text onto particular dates of the calendar. 2. Allow font setting for the Days of the week, Date numbers and the added text as three separate properties (HeaderFont, DateFont and TextFont resp.). drawc13.zip
delphi.390 guta,
TFnpForm: TFnpForm is derived from TForm. It has all the features of TForm plus it can save its size/position/state to the registry when it is destroyed, read it again when it is created and has automatic support for min/max sizes. Unfortunately it's not possible to give a form new published properties that show up in the Object Inspector (you can of course set them in OnCreate). There cue is TFnpFormProp. Place this component on the form and set the properties. When the form is created the properties are transfered to the form before the component is automatically destroyed (since it is not longer needed). Please note that RegKey is an enumeratated type: rk_CurrentUser and rk_LocalMachine that corresponds to HKEY_CURRENT_USER and HKEY_LOCAL_MACHINE. formfnp.zip
delphi.391 guta,
TImpGrid: This Component adds light and dark columns, justification, and saving/loading to/from files. justification - 0 for right, 1 for left. savetofile('filename'); loadfromfile('filename'); impgrid.zip
delphi.392 guta,
TNiceTab & TNiceNotebook for Delphi 1 - TNiceTab is a replacement for TTabset, using a win95-style outfit. - TNiceNotebook is a modification of TNotebook, to suit the needs of TNiceTab. nicetabs.zip
delphi.393 guta,
RGNavigator: RGNavigator is based on BI's Navigator but is not derived from it. It adds numerous features as standard, including exposing the Buttons array, True 3D look (unlike the flat look of BIs version), coloured glyphs on buttons, built in hint panel, improved glyphs, optional confirmations on all actions and Keyboard Menu. RGNavigatorX is a custom navigator thats not Data aware. You can therefore use it for other purposes. RGNavigator is derived from RGNavigatorX and is data aware. The package contains both Delphi 1.x and Delphi 2.0 components. rgnav.zip
delphi.394 guta,
Scrolling Background Component: Skroluje sliku u pozadini forma. scrlfm10.zip
delphi.395 guta,
Dodajte u svoju aplikaciju izgled MS Internet Explorera: This component is a descendant of TPanel, similar to the buttons found in MSIE which become raised when the mouse moves over them. t3dpanel.zip
delphi.396 guta,
TStretchPanel: TStretchPanel is a Delphi component which resizes any control placed on it (and the controls' fonts too.). It inherits all properties from the standard TPanel supplied with Delphi and adds 5 more: Anchors, KeepAspect, MinDimension, StretchControls, and StretchFonts. See the help for information regarding these properties. This version contains both 16 and 32 bit DCU components for Delphi 1 and 2 tsdem102.zip
delphi.397 guta,
TAlignEdit: TAlignEdit is a component descendant by TEdit plus the property Alignment. ualnedit.zip
delphi.398 guta,
Za kraj ove serije (ne, nije poslednja serija :) XNails, zbirka sa puno korisnih komponenti za Delfi xnails.exe
delphi.400 guta,
Posle manje pauze, nova serija komponenti za Delphi... Uz ovu poruku: ANIMATE CONTROL - standard Windows 95 component ======================================== Animation control is a window that silently displays an Audio Video Interleaved (AVI) clip. animate.zip
delphi.401 guta,
BIG INI Komponenta za rad sa .INI fajlovima dužim od 64K bigini.zip
delphi.402 guta,
File version : 1.1 File description: Delphi translation of Remote Access API (including extensions) Target : Delphi 2.0 File status : Freeware with source Category : Winsock and Communications d_ras.zip
delphi.403 guta,
GraphStar GraphStar is a set of components and objects to help Delphi users to develop their graph applications easily. A graph in GraphStar is a set of vertices,edges,touch-objects and faces: Vertices: points of 2D long integer domain; Edges: links connects a pair of vertices; Touch-objects : those objects touched on other objects; Face : object to keep edges of a face of a planar graph. Data structure of a graph can be recursive. For drawing diagrams such as flow chats, following objects are also supported at GraphStar: - FCVertex: vertices with shape-polygon such as rectangle,circle, etc. - FCEdge: edges to connect FCVertex. GraphStar provides well-defined object structures and implements lower level functions about graph applications such as - sorting and hit-testing of objects - manipulation of objects - interactive drawing - save/load - undo/redo functions* - planarity test* - property editor - calculation of user-defined marcos.* gstar32.zip
delphi.404 guta,
Title of file : Icon2Bit.zip Type of file : Delphi Unit with demo program -- Freeware Operating Sys : Window 95 Short Desc : Convert an icon to a bitmap suitable for use as a Delphi glyph. Freeware with source. Long Desc : Icon2Bit.zip contains a Delphi unit to convert an icon into a bitmap. The bitmap is suitable for use as a glyph in a Delphi button with the transparent color of the icon correctly converted. The program that demos the unit, Icon to Bitmap Conversion, reads in a file containing icons and displays the resulting bitmap. It also allows you to save an icon to a .BMP file with the transparent color corrected for use as a Delphi glyph. Both the conversion unit and the demo program come with full source code, all free. icon2bit.zip
delphi.405 guta,
TIndentListBox INDENTED LISTBOX COMPONENT V 1.2 Oct-96 il.zip
delphi.406 guta,
LrsBlkLabel LrsBlkLabel is a blinking label component for delphi. I give the Delphi world this component to use an maybe learn something from. I release it as freeware, but if you have $1 or it's equal in your local currency, I'll be happy. I'll be even more happy if you also send me a post card from your home area in the same envelope. lrsblkla.zip
delphi.407 guta,
TMJTimeEditDemo is an Edit-Field with Drop-Down-timetable. Next to the Edit-Field is a SpeedButton, that opens the Time-Table. The hour could be changed with the Button -1 and +1. The minutes will set by a click on the table. mjtedo.zip
delphi.408 guta,
Rado bi saznali vrednost nekog property-ja za vreme izvršenja programa, ali vas mrzi da ga zaustavljate, otvarate Watch, ukucavate... Evo rešenja: Object Debugger for Borland Delphi 2 The Object Debugger allows you to inspect the published properties of the components of a program at run time, and edit them. It is a sort of RUNTIME OBJECT INSPECTOR! You simply place the component in one of the forms of your project, usually the main form, and when the program starts, the Object Debugger window is automatically opened. Before shipping the program you then remove it. objdev.zip
delphi.409 guta,
TSlidePanel TSlidePanel is a TPanel descendant that allows sliding panels at run time. It can be used to split windows into separate panes ala Windows Explorer, or for sliding toolbars ala Internet Explorer 3.0. slidepan.zip
delphi.410 guta,
Freeware Unit for Delphi 2.01 ( Must have ISAPI.PAS ) It's a freeware unit That can help you to write a Microsoft ISAPI Extension program ver 1.00. tomisapi.zip
delphi.411 guta,
TValidateGrid Is a StringGrid that has DeleteRow,InsertRow methods and OnValidate Event. vgrid.zip
delphi.412 guta,
Nastavak... Uz ovu poruku: Description: This component behaves like TCheckBox but allows bitmaps to be used for each state and enabled possibility. The default images are like those used in the SQL Server 6 interface. Sample images are also included to emulate traffic lights and LEDs. Target: Delphi 2.0 or later. btchkbox.zip
delphi.413 guta,
TExcel component 1.1 TExcel is a component to produce output tables directly into MS Excel, including cell input, formatting, commands, macro calls, etc. Demo project is attached to show how easy to drive it. excel.zip
delphi.414 guta,
TLinePrinter TLinePrinter is a non-visual VCL component for 32-bit Delphi that encapsulates the TPrinter object. It requires three files: LinePrnt.Dcu, LinePrnt.Res, and PrntProg.Dfm. When installed it is placed on the System page of the component palette with the icon displayed above. It installs to the System page because printing is a system task, and it is such an important part of almost every Windows application. I think TLinePrinter is one of those components that Delphi should have included right out of the box. TLinePrinter allows you to set margins, font, borders, header, footer, title, alignment, word-wrap, and even the lines to print at design time. It can even print tables. TLinePrinter is a very good middle ground between doing the simple writeln based printing and doing the full rendering on the printer canvas. It gives you the ease of use of the simple printing (e.g. TLinePrinter.WriteLine(string)), but it also gives you some of the power of the canvas rendering by encapsulating complex details such as margins, borders, alignment, and word-wrap for you. lineprnt.zip