[Overview][Constants][Types][Classes][Procedures and functions] |
Source position: htmw.pas line 312
type THtmEditCustom = record |
name: String; |
textcolor: String; |
bgcolor: String; |
border: TCssBorder; |
bordercolor: String; |
readonly: Boolean; |
maxlength: Integer; |
size: Integer; |
text: String; |
end; |