Struct FormDataLoadResult
struct that contains result from loadFormData
.
It is convertible to bool and will result to true if all form data has been applied.
Fields
Name | Type | Description |
---|---|---|
appliedCount
|
int |
The number of actually applied fields. |
formLength
|
int |
The number of fields in the form |
Methods
Name | Description |
---|---|
fullApplied
|
Were all fields applied? |
Authors
Sönke Ludwig, Jan Krüger
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.