Call ADS-OCX property page
System requirements:
- Delphi 7.0 or higher;
- TwinCAT v2.9 or higher
Description

The ADS-OCX properties page is opened under Delphi as follows:
procedure TForm1.btnShowPropertyPageClick(Sender: TObject);
begin
AdsOcx1.BrowseProperties();
end; Language / IDE | Unpack sample program |
|---|---|
Delphi XE2 | |
Delphi 7 or higher (classic) |