RAD Studio VCL Reference
|
TDisplayFieldHideOptions indicates when a control to represent a dataset field should not be generated.
TDisplayFieldHideOption = ( hoHideOnNoInputAccess, hoHideOnNoDisplayAccess, hoHideOnFieldNotVisible, hoHideAlways );
enum TDisplayFieldHideOption { hoHideOnNoInputAccess, hoHideOnNoDisplayAccess, hoHideOnFieldNotVisible, hoHideAlways };
TDisplayFieldHideOptions is a set of TDisplayFieldHideOption values. It can include zero or more of the following values:
Value |
Meaning |
hoHideOnNoInputAccess |
Do not generate a control if the user does not have permission to modify this field. |
hoHideOnNoDisplayAccess |
Do not generate a control if the user does not have permission to view this field. |
hoHideOnFieldNotVisable |
Do not generate a control if the field is marked as hidden. |
hoHideAlways |
Never generate a control for the field. |
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|