componente RxLib para Versão 2.75 Updated to Delphi 7, 2005, 2006, 2007, 2009, 2010, XE1..XE8, Delphi 10 Seattle/Berlin/Tokyo/Rio/Sydney and Delphi 11 Alexandria
R$19,90
1. Components:
TRxDBLookupCombo provides an incremental search through lookup list by directly typing into the combo control while the lookup list is displayed, LookupSource can refer to TTable, TQuery, TRxQuery or TQBEQuery. It even incrementally searches on the query results and much more…
TRxDBLookupList is the same as TRxDBLookupCombo (in functionality).
TRxDBComboBox is a TDBComboBox descendant allowing to have different values displayed from that stored in database without using a lookup table. Allows you to display understandable text versions of stored codes in your table.
TRxDBGrid provides you with the ability to change the background color and font displayed within individual cells and entire rows and columns; save and restore columns order and display width in ini-files and system registry; display icons for BLOB, memo, OLE and picture fields; select multiple records; convert columns headings to buttons.
TDBStatusLabel displays the DataSet state (for all datasets) or current record number (for DBase or Paradox tables).
TDateEdit and TDBDateEdit (data-aware version) allows direct typing and has a button to bring up calendar in popup window (combo-box alike) or in a dialog.
TQBEQuery enables Delphi applications to use Paradox-style Query-by-example (QBE) statements to query tables, and perform insert and update queries.
TRxQuery is a TQuery descendant. It supports macros in the SQL text, which are similar to Params. Macros allow to change query text easily and handy.
TSQLScript allows multiple SQL statements in one query.
TRxDBFilter encapsulates BDE ability to filter records locally. The component provides event on filtering and/or conditions in StringList property.
TDBProgress displays BDE operations progress for IDAPI drivers that support callback-functions.
TDBIndexCombo is a visual interface component that provides your end- users with an easy means of changing the current display order of data being retrieved from an indexed table. When the user selects the TDBIndexCombo component, it’s drop-down selection list is populated with the DisplayNames of all indexes available for the table it’s assigned to.
TBDEItems, TDatabaseItems, TTableItems are lists populated by the corresponding BDE information (database list, table list, field list etc).
TDBSecurity provides most common dialogs for database applications: Login Dialog and Change Password Dialog.
TRxRichEdit is a wrapper for a Windows rich text 2.0 edit control with OLE objects support (Delphi 2.0 or higher).
TRxDBRichEdit – permits the user to display and enter Rich Text Format (RTF) data in a memo or BLOB field (only for Delphi 2.0 or higher).
TAnimatedImage – animation “bitmap by bitmap”. Design-time editor allows you to load Windows animation cursors (ani-files) into this component.
TClipboardViewer is a visual control that displays the contents of Clipboard using different formats.
TCurrencyEdit – input of money amounts, and other numbers too.
TRxCalcEdit and TRxDBCalcEdit (data-aware version) take the display and editing of numeric data one step further: they provide a popup calculator to help you calculate the number.
TPicClip represents a bitmap as the logical array of bitmaps and supports access by index.
TFormPlacement allows to save and restore form size, position and window state in/from ini-file or Registry.
TFormStorage allows you to read and write virtually any component published property to an INI file or the system Registry with virtually no code. Works with 3rd party and your own custom controls as well. Don’t be stuck with dozens of INI-Aware components, use TFormStorage and let it manage all that for you.
TPageManager is useful when creating multipage dialogs such as “Wizards” (or “Experts”).
TColorComboBox is a combo box to pick up color.
TFontComboBox is a combo box to pick up font name.
TRxLabel is a customizable shadowed label.
TTextListBox is TListBox successor with automatic horizontal scrollbar if necessary.
TRxSplitter separates two controls to allow to change their sizes at run-time. Never again create a splitter by hand using panel components. Add splitter support to any application by using the RxSplitter component.
TRxSlider and TRxSwitch are slider and switch controls respectively with the ability to change their looks. TRxSlider provides more features than the Win32 common control, such as custom thumbs.
TRxSpinEdit and TRxSpinButton are spin controls variants.
TSpeedBar with horizontal or vertical orientation that can be placed at the top, bottom, left, right of the form. Customizable in designer and at run-time using drag & drop operation, similar to Delphi speedbar. Allow you use flat and transparent buttons such as standard-style buttons. Button’s transparent ability lets graphics show through from under the speedbar.
TComboEdit, TRxDBComboEdit (data-aware version), TFilenameEdit, TDirectoryEdit are the edit boxes with buttons. User can type data into an edit box or can bring up dialog or popup window by clicking a button.
TMemoryTable implements BDE in-memory table as a dataset component (with Delete operation).
TRxMemoryData is a in-memory dataset that mimics the behaviors of a regular Delphi dataset. Unlike TMemoryTable component, TRxMemoryData is BDE independent (only for Delphi 3.0 or higher).
TRxCheckListBox is a list box with built-in check boxes.
TRxSpeedButton provides you more features than the standard TSpeedButton component, such as Transparent, Flat, AllowTimer and GrayedInactive properties and Drop-Down Menu.
TRxTimerList component provides all the functions of the standard TTimer component, plus the additional benefit of using only one Windows timer for up to 32767 timing events. You can customize this component in designer using easy-to-use component editor.
TAppEvents is an Application wrapper component, which makes it easier to work with the TApplication object properties and events at design time.
TRxFolderMonitor component provides notification if any changes matching the filter conditions occur in the specified directory or subtree.
TRxTrayIcon component enables 32-bit applications to add static and animated icons to the Windows system tray.
TConverter, TRxClock, TSecretPanel, TRxDice, TRxCalculator, TStrHolder, TMRUManager, TRxWindowHook, TRxGradientCaption, owner-draw menus and much more.
95 in stock
Description
componente RxLib para Versão 2.75 Updated to Delphi 7, 2005, 2006, 2007, 2009, 2010, XE1..XE8, Delphi 10 Seattle/Berlin/Tokyo/Rio/Syd
Descrição
A linguagem de programação Delphi foi desenvolvida pela Borland em 1995 e, depois de terceirizada para a CodeGear, em 2008 seu desenvolvimento foi terceirizado para a Embarcadero Technologies e renomeado para Embarcadero Delphi. A partir de 2007, com a adição e suporte dos ambientes C ++ Builder e .NET, a suíte tornou-se mais ampla e integrada, passando a se chamar Embarcadero RAD Studio. RAD significa Rapid Application Development, significando o rápido desenvolvimento e desenvolvimento de software, e a linguagem Delphi foi uma das primeiras ferramentas a usar essa metodologia de desenvolvimento de aplicativos. Esta linguagem de programação é baseada em Object-Pascal ou linguagem Pascal orientada a objetos e é na verdade uma alternativa.
1. Components:
TRxDBLookupCombo provides an incremental search through lookup list by directly typing into the combo control while the lookup list is displayed, LookupSource can refer to TTable, TQuery, TRxQuery or TQBEQuery. It even incrementally searches on the query results and much more…
TRxDBLookupList is the same as TRxDBLookupCombo (in functionality).
TRxDBComboBox is a TDBComboBox descendant allowing to have different values displayed from that stored in database without using a lookup table. Allows you to display understandable text versions of stored codes in your table.
TRxDBGrid provides you with the ability to change the background color and font displayed within individual cells and entire rows and columns; save and restore columns order and display width in ini-files and system registry; display icons for BLOB, memo, OLE and picture fields; select multiple records; convert columns headings to buttons.
TDBStatusLabel displays the DataSet state (for all datasets) or current record number (for DBase or Paradox tables).
TDateEdit and TDBDateEdit (data-aware version) allows direct typing and has a button to bring up calendar in popup window (combo-box alike) or in a dialog.
TQBEQuery enables Delphi applications to use Paradox-style Query-by-example (QBE) statements to query tables, and perform insert and update queries.
TRxQuery is a TQuery descendant. It supports macros in the SQL text, which are similar to Params. Macros allow to change query text easily and handy.
TSQLScript allows multiple SQL statements in one query.
TRxDBFilter encapsulates BDE ability to filter records locally. The component provides event on filtering and/or conditions in StringList property.
TDBProgress displays BDE operations progress for IDAPI drivers that support callback-functions.
TDBIndexCombo is a visual interface component that provides your end- users with an easy means of changing the current display order of data being retrieved from an indexed table. When the user selects the TDBIndexCombo component, it’s drop-down selection list is populated with the DisplayNames of all indexes available for the table it’s assigned to.
TBDEItems, TDatabaseItems, TTableItems are lists populated by the corresponding BDE information (database list, table list, field list etc).
TDBSecurity provides most common dialogs for database applications: Login Dialog and Change Password Dialog.
TRxRichEdit is a wrapper for a Windows rich text 2.0 edit control with OLE objects support (Delphi 2.0 or higher).
TRxDBRichEdit – permits the user to display and enter Rich Text Format (RTF) data in a memo or BLOB field (only for Delphi 2.0 or higher).
TAnimatedImage – animation “bitmap by bitmap”. Design-time editor allows you to load Windows animation cursors (ani-files) into this component.
TClipboardViewer is a visual control that displays the contents of Clipboard using different formats.
TCurrencyEdit – input of money amounts, and other numbers too.
TRxCalcEdit and TRxDBCalcEdit (data-aware version) take the display and editing of numeric data one step further: they provide a popup calculator to help you calculate the number.
TPicClip represents a bitmap as the logical array of bitmaps and supports access by index.
TFormPlacement allows to save and restore form size, position and window state in/from ini-file or Registry.
TFormStorage allows you to read and write virtually any component published property to an INI file or the system Registry with virtually no code. Works with 3rd party and your own custom controls as well. Don’t be stuck with dozens of INI-Aware components, use TFormStorage and let it manage all that for you.
TPageManager is useful when creating multipage dialogs such as “Wizards” (or “Experts”).
TColorComboBox is a combo box to pick up color.
TFontComboBox is a combo box to pick up font name.
TRxLabel is a customizable shadowed label.
TTextListBox is TListBox successor with automatic horizontal scrollbar if necessary.
TRxSplitter separates two controls to allow to change their sizes at run-time. Never again create a splitter by hand using panel components. Add splitter support to any application by using the RxSplitter component.
TRxSlider and TRxSwitch are slider and switch controls respectively with the ability to change their looks. TRxSlider provides more features than the Win32 common control, such as custom thumbs.
TRxSpinEdit and TRxSpinButton are spin controls variants.
TSpeedBar with horizontal or vertical orientation that can be placed at the top, bottom, left, right of the form. Customizable in designer and at run-time using drag & drop operation, similar to Delphi speedbar. Allow you use flat and transparent buttons such as standard-style buttons. Button’s transparent ability lets graphics show through from under the speedbar.
TComboEdit, TRxDBComboEdit (data-aware version), TFilenameEdit, TDirectoryEdit are the edit boxes with buttons. User can type data into an edit box or can bring up dialog or popup window by clicking a button.
TMemoryTable implements BDE in-memory table as a dataset component (with Delete operation).
TRxMemoryData is a in-memory dataset that mimics the behaviors of a regular Delphi dataset. Unlike TMemoryTable component, TRxMemoryData is BDE independent (only for Delphi 3.0 or higher).
TRxCheckListBox is a list box with built-in check boxes.
TRxSpeedButton provides you more features than the standard TSpeedButton component, such as Transparent, Flat, AllowTimer and GrayedInactive properties and Drop-Down Menu.
TRxTimerList component provides all the functions of the standard TTimer component, plus the additional benefit of using only one Windows timer for up to 32767 timing events. You can customize this component in designer using easy-to-use component editor.
TAppEvents is an Application wrapper component, which makes it easier to work with the TApplication object properties and events at design time.
TRxFolderMonitor component provides notification if any changes matching the filter conditions occur in the specified directory or subtree.
TRxTrayIcon component enables 32-bit applications to add static and animated icons to the Windows system tray.
TConverter, TRxClock, TSecretPanel, TRxDice, TRxCalculator, TStrHolder, TMRUManager, TRxWindowHook, TRxGradientCaption, owner-draw menus and much more.
Recursos e especificações do Embarcadero RAD Studio:
Ambiente de desenvolvimento integrado (IDE para abreviar) Tipos de software para Windows, Mac, Mobile, Web e …
– Simplicidade de trabalho devido ao uso pleno do método orientado a objetos
– Projetar uma variedade de lindas interfaces de usuário adaptadas às necessidades do usuário
– Uso de bibliotecas VCL completas e dedicadas (significa Biblioteca de Componentes Visuais)
– Suporte para ambiente .NET
– Capacidade de se comunicar totalmente com portas de entrada e saída de hardware para produzir software relacionado ao hardware
– Capacidade de se comunicar com uma variedade de bancos de dados e bancos de dados
Alguns dos recursos desta versão:
– Coordenar o software de diferentes plataformas e criar comunicação entre elas
– Produção de versões de 64 bits de vários programas
– Capacidade de projetar software Android e iOS com C ++
– Suporte e compatibilidade de software de produção com serviços em nuvem
Capacidade de criar gerenciamento de acesso para software
– Projetar uma variedade de barras de tarefas com recursos funcionais
– Desfrute de elementos com um novo visual no VCL
E…
Um conjunto de novos recursos no Embarcadero RAD Studio pode ser visto aqui.
– Esta colecção apresenta-se em quatro edições, sendo a versão mais completa, nomeadamente, Architect; Veja uma comparação dos recursos das diferentes edições aqui.
sistema requerido
: Sistema operacional
Microsoft® Windows 8 ou 8.1 (32 bits e 64 bits
Microsoft® Windows 7 SP1 (32 bits e 64 bits
Microsoft® Windows Vista ™ SP2 (32 bits e 64 bits) requer direitos de administrador
Microsoft® Windows Server 2008 e 2012 (32 bits e 64 bits
O RAD Studio também pode ser executado no Mac OS X usando uma máquina virtual (VM), como VMware Fusion ou Parallels hospedando Windows Vista, 7 ou 8
: Hardware
(Intel® Pentium® ou compatível, mínimo de 1,6 GHz (2 GHz + recomendado
(1 GB de RAM (2 GB + recomendado
3-44 GB de espaço livre no disco rígido, dependendo da edição e configuração
(GPU básica – qualquer fornecedor classe DirectX 9.0 ou melhor (Pixel Shader Nível 2
1024 × 768 ou monitor de resolução superior
: Para desenvolver aplicativos Windows de 64 bits
PC executando uma versão de 64 bits do Windows ou um PC de desenvolvimento de 32 bits conectado a um PC executando uma versão de 64 bits do Windows
: Para desenvolver aplicativos Mac OS X
PC rodando Windows conectado a um Mac baseado em Intel ou um Mac rodando Windows em uma VM, com 2 GB de RAM ou mais, rodando OS X 10.9Mavericks ou 10.8Mountain Lion
: Para desenvolver aplicativos iOS
PC executando Windows conectado a um Mac baseado em Intel ou um Mac executando Windows em uma VM, com 2 GB de RAM ou mais, executando OS X 10.9 ou 10.8 com a versão mais recente do Xcode compatível com iOS 6.x ou posterior. É necessária uma conta de desenvolvedor da Apple para implantar aplicativos iOS em dispositivos físicos
: Plataformas de implantação com suporte
PCs e tablets com processadores Intel / AMD executando Windows Vista, 7, 8.x ou posterior. Macs com OS X 10.8 ou posterior. iPhone 3GS ou posterior, iPad ou iPod Touch 4ª geração ou posterior executando iOS 6.0 ou posterior. Telefones e tablets Android: dispositivos ARMv7 com suporte NEON, executando Android Gingerbread (2.3.3-2.7), Ice Cream Sandwich (4.0.3, 4.0.4), Jelly Bean (4.1.x, 4.2.x, 4.3.x) , KitKat (4,4x) ou posterior
Marca
retarguarda
Only logged in customers who have purchased this product may leave a review.






















Reviews
There are no reviews yet.