[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'Intuition' (#aros)

Has_Children

Window has an other windows as Children

Declaration

Source position: intuition.pas line 3371

function Has_Children(

  Win: PWindow

):Boolean;

Arguments

Win

  

Window to check for children windows.

Function result

True if childrens are present, False if not childrens found.

Description

A window can be created as a children of a window by using WA_Parent in OpenWindowTagList.

See also

OpenWindowTagList

  

OpenWindow() with TagItem extension.

WA_Parent

  

Tag for OpenWindowTagList().

Is_Children

  

Window is a children of an other Window


Documentation generated on: 2017-01-10