validate abstract method

bool validate(
  1. TForm form
)

Validates the form by checking whether it conforms to this schema. Returns true if form is valid, false otherwise.

Implementation

bool validate(TForm form);