Learn Marshal
Marshal Learning Resources
- Details
- Category: Learn Marshal
Session Review
The session holds a log of your actions in Marshal so that you can modify as many times as necessary without taking notes on the side.
- Details
- Category: Learn Marshal
Delphi application components need to be debugged at runtime to determine root cause of behaviors seen in the application. Marshal provides familiar navigation and an Object Inspector to aid in runtime diagnostics. Learn how to use Marshal to debug a Delphi application below.
Exercise 1: Label and Edit
This exercise uses the demo applications to get familiar with Object Plus and Marshal. The form has alignment and width issues for practice.
The problems are:
-
Label is not aligned to client
-
Edit is not aligned to client
-
List box is not wide enough
Start the FMX demo and then click on Marshal. Marshal creates its own form so that you can put it next to your application or on a second monitor. I will show them side by side in this exercise.