Version

<< Click to Display Table of Contents >>

Navigation:  Apollo VCL Components > Apollo VCL Component Reference > TApolloTable > TApolloTable Properties >

Version

Declaration

property Version: String;

Description

Read-only. Contains the Replaceable Database Engine (RDE) name and version number as a string.

Delphi Example

Label1.Caption := 'Apollo RDE: ' + ApTbl.Version;

C++Builder Example

Label1->Caption = "Apollo RDE: " + ApTbl->Version;