Samples
Samples
Sample-Windows
Language: Silver, Platform: Island, Category: Delphi VCL
https://github.com/remobjects/ElementsSamples/tree/master/Silver/Island/Delphi VCL/Sample-Windows
-
Sample
-
References
- gc
- rtl
- Elements
- Island
- Delphi
- DelphiVCL
- Source Files
- Other Files
-
References
Program.swift
import RemObjects.Elements.RTL.Delphi import RemObjects.Elements.RTL.Delphi.VCL Application = TApplication(nil) Application.Initialize() Application.CreateForm(dynamicType(TForm2), &Form2) Application.Run()
