formZ SDK | 5.0 API Reference | Project | Utility
Description
identifiers for the which option in the object/group name category of a selection set
enum fz_msel_name_which_enum {
FZ_MSEL_NAME_WHICH_CONTAINS,
FZ_MSEL_NAME_WHICH_STARTS_WITH,
FZ_MSEL_NAME_WHICH_ENDS_WITH,
FZ_MSEL_NAME_WHICH_IS,
FZ_MSEL_NAME_WHICH_IS_NOT,
FZ_MSEL_NAME_WHICH_DOES_NOT_CONTAIN };
Members
FZ_MSEL_NAME_WHICH_CONTAINS
select by name, which contains a given string
FZ_MSEL_NAME_WHICH_STARTS_WITH
select by name, which starts with a given string
FZ_MSEL_NAME_WHICH_ENDS_WITH
select by name, which ends with a given string
FZ_MSEL_NAME_WHICH_IS
select by name, which is exactly equal to a given string
FZ_MSEL_NAME_WHICH_IS_NOT
select by name, which is not equal to a given string
FZ_MSEL_NAME_WHICH_DOES_NOT_CONTAIN
select by name, which does not contain a given string
Availability
5.0.0.0
Defined in