FormGet | 
ยท FormGet()  => returns a five element array of form fields present in the current PDF.
The content of the array is:
1     Field Caption
2     Field Title
3     Field Content (or empty)
4     Field Type (See FormAdd for field types)
5     Maximum Field Length (or 0 if not available)
Examples : aFields := oPdf:FormGet()