EnumTEnumGetFlagsCount Method

Overload List

GetFlagsCount(TEnum) Gets the number of bits set in value. It is not checked, whether all flags are defined in TEnum.
GetFlagsCount(Int64) Gets the number of bits set in value or -1 if value does not fall into the range of TEnum. It is not checked, whether all flags are defined in TEnum.
GetFlagsCount(UInt64) Gets the number of bits set in value or -1 if value does not fall into the range of TEnum. It is not checked, whether all flags are defined in TEnum.

See Also