[Deleted] FormConstructor

Status
Not open for further replies.

terentev

Member
qPexLegendary submitted a new resource:

FormConstructor - Library for easy creating and handling of forms

View attachment 3196
Introduction

Library is designed to simplify the creation and handling of forms.
It has a few key advantages over other form libraries:

  • Forms are processed using a lambda, which is passed when the form itself is created, and not by catching events.
  • For each button we can set a lambda function in SimpleForm.
  • In SimpleForm we get a button object as a response, where we can get its text and index.
  • In CustomForm we...
Read more about this resource...
 
Status
Not open for further replies.
Top