Unit 'Controls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TControlChildSizing.IsEqual

Determines whether the specified sizing contains the same values as the current class instance.

Declaration

Source position: controls.pp line 1967

public function TControlChildSizing.IsEqual(

  Sizing: TControlChildSizing

):Boolean;

Arguments

Sizing

  

TControlChildSizing class instance compared in the method.

Function result

True when the specified sizing contains the same values as the current class instance.

Description

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.



CT Web help

CodeTyphon Studio