SysCue::typeIsOrExtendedFrom Method
Checks whether the field is the type or extended from it.
Syntax
client server public static boolean typeIsOrExtendedFrom(SysDictField _df, ExtendedTypeId _baseTypeId)
Run On
Called
Parameters
- _df
Type: SysDictField Class
The SysDictField value.
- _baseTypeId
Type: ExtendedTypeId Extended Data Type
The extendedTypeId value.
Return Value
Type: boolean
true if the field is the type or extended from it; otherwise, false.