|
<< Click to Display Table of Contents >> Navigation: Classes > TIWBaseForm > Properties > HiddenFields |
Use this property to manage hidden fields in your form.
SIGNATURE=IWBaseForm.TIWBaseForm.HiddenFields
ETYPE=Property
Declaration:
Delphi: |
published property HiddenFields: TStringList; |
C++: |
__published: __property TStringList HiddenFields; |
Description: This is HiddenFields, a member of class TIWBaseForm.