Registriert seit: 9. Jun 2003
Ort: Pforzheim
2.458 Beiträge
Delphi 2007 Professional
|
Re: PascalScript: Unterschiede zu Delphi
23. Jan 2007, 20:40
Zitat von Scorpion:
befehlsliste ?? wo denn?
Zitat:
Pascal Script includes the following features: - Variables, Constants
- Standard language constructs:
- Begin/End
- If/Then/Else
- For/To/Downto/Do
- Case x Of
- Repeat/Until
- While
- uses
- Exit
- Continue
- Break
- Functions (Declared inside or outside of the script)
- Standard types: Byte, Shortint, Char, Word, SmallInt, Cardinal, Longint, Integer, String, Real, Double, Single, Extended,
- Boolean, Array, Record, Enumerations, Variant, IUnknown, IDispatch (dynamic invoke)
- Ability to import of Delphi functions and classes.
- Assignment of script functions to Delphi events.
- Compilation to a file for later use
- Easy to use component version
- Include Files
- Defines
Gruß
Christian Bootz Einstein ist tot, Newton ist tot,
und mir ist auch schon ganz schlecht...
|
|
Zitat
|