Unit IWBSCustomInput

DescriptionUsesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

 

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TIWBSCustomInput  
Class TIWBSCustomTextInput  
Class TIWBSCustomSelectInput  

Types

TIWBSInputType = (...);

Constants

aIWBSInputType: array[bsitText..bsitHidden] of string = ('text', 'password', 'datetime-local', 'date', 'month', 'time', 'week', 'number', 'email', 'url', 'search', 'tel', 'color', 'hidden');

Description

Types

TIWBSInputType = (...);
 
Values
  • bsitText:  
  • bsitPassword:  
  • bsitDateTimeLocal:  
  • bsitDate:  
  • bsitMonth:  
  • bsitTime:  
  • bsitWeek:  
  • bsitNumber:  
  • bsitEmail:  
  • bsitUrl:  
  • bsitSearch:  
  • bsitTel:  
  • bsitColor:  
  • bsitHidden:  

Constants

aIWBSInputType: array[bsitText..bsitHidden] of string = ('text', 'password', 'datetime-local', 'date', 'month', 'time', 'week', 'number', 'email', 'url', 'search', 'tel', 'color', 'hidden');
 

Generated by PasDoc 0.14.0.