
![]() |
Dial_CenterPointOfRect |
The function returns the center point of the input rectangle.
Syntax
Dial_CenterPointOfRect( switches ; rectangle | left ; top ; width ;
height )
![]() |
Dial_CenterPointOfRect |
The function returns the center point of the input rectangle.
Dial_CenterPointOfRect( switches ; rectangle | left ; top ; width ;
height )
![]() |
Dial_GetGlobalScreenPosition |
The function returns screen (position) information of the front FileMaker window or of a specific screen.
Dial_GetGlobalScreenPosition ( switches )
![]() |
Dial_GetScreenInfo |
The function returns (position) information of all the screens (displays) that are currently attached to this computer.
Dial_GetScreenInfo ( switches { ; screenNumber } )
![]() |
TrText_GetClipboardAsText |
Returns the text contents of the clipboard. Can also return FileMaker script(s) or script steps (fmxmlsnippet XML) as text.
TrText_GetClipboardAsText( switches )
![]() |
TrText_ANDText |
Returns all lines that are both in text1 and text2.
TrText_ANDText ( switches ; text1 ; text2 )
![]() |
TrText_CheckSpelling |
Returns the start position and length of the first word which is spelled incorrectly in the text.
TrText_CheckSpelling ( switches ; text { ; languageID } )
![]() |
TrText_GetLine |
Returns the n-th line of the text. The end of a line is determined by the return character ¶. This function returns all characters including the return character.
TrText_GetLine ( switches ; lineNumber ; theText )