Jump to content

API Panel.GetFirstCompFromPoint

From Flowcode Help
Revision as of 14:37, 7 August 2026 by Wiki bot (talk | contribs) (Created page with "{| class="mtx-class-macrotable wikitable" |- | width="10%" align="center" class="mtx-class-macrohead" | File:Fc9-comp-macro.png | width="90%" class="mtx-class-macrohead" | '''GetFirstCompFromPoint''' |- | colspan="2" | Finds the first component in the panel at a particular point  |- |- | width="10%" align="center" | File:Fc9-s32-icon.png - LONG | width="90%" | Id |- | colspan="2" | The panel id  |- | width="10%" align="center" | File:Fc9-...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
GetFirstCompFromPoint
Finds the first component in the panel at a particular point 
- LONG Id
The panel id 
- LONG x
The x coordinate 
- LONG y
The y coordinate 
- BOOL Direction
The direction to list components (true = bottom component is the first) 
- HANDLE Return


Detailed description

Examples