[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Determines whether the specified sizing contains the same values as the current class instance.
Source position: controls.pp line 1982
public function TControlChildSizing.IsEqual( |
Sizing: TControlChildSizing |
):Boolean; |
Sizing |
|
TControlChildSizing class instance compared in the method. |
True when the specified sizing contains the same values as the current class instance.
IsEqual is a Boolean function used to determine whether the TControlChildSizing instance in Sizing contains the same values as the current class instance. IsEqual compares the following properties to determine the return value:
The return value is True when the properties contain equivalent values in both class instances.
Version 4.0 | Generated 2025-05-03 | Home |