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

Is_Children

Window is a children of an other Window

Declaration

Source position: intuition.pas line 3372

function Is_Children(

  Win: PWindow

):Boolean;

Arguments

Win

  

Window check for parent window.

Function result

True if is window is a children windows (has a parent), False if not.

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().

Has_Children

  

Window has an other windows as Children


Documentation generated on: 2017-01-10