News

Setting up Oracle for Embarcadero ER/Studio - Part 2

Author: Anil TexasCowboy Howdy! Welcome to the next installment of the series. In today’s series, we will explore the options for Oracle Client Setup needed for ER/Studio.  Install the clients needed for your environments. Reboot after installation.  [Verifying Environment Variables] 1) Navigate to the Environment Variables Path.  For more information on how to do it, check this…
Read more
News

RAD Studio 10 Seattle New Code Samples and Snippets

Author: Brian Alexakis     Windows 10 VCL Controls     Quickly and Easily Bring Your VCL App to Windows 10 Trusted by millions of developers worldwide, the VCL (Visual Component Library) is a set of visual components for rapid development of Windows applications in the…
C++

Adding headers to TListView programmatically

During today’s Delphi, C++Builder and RAD Studio 10 Seattle launch webinar, I got a question on how to add headers to TListView programmatically instead of using LiveBindings with a data source. Here is a quick code snippet showing how to programmatically add TListView…