ALL RECORDS ({ aTable : Table })
|
APPLY TO SELECTION ( aTable : Table ; statement : Expression )
|
Before selection ( aTable : Table ) : Boolean
|
Create entity selection ( dsTable : Table { ; settings : Object } ) : 4D.EntitySelection
|
CREATE SELECTION FROM ARRAY ( aTable : Table ; recordArray : Integer, Boolean array {; selectionName : Text} )
|
DELETE SELECTION ({ aTable : Table })
|
[DISPLAY SELECTION ( {aTable : Table}{; selectMode : Integer}{; enterList : Boolean}{; *}) DISPLAY SELECTION ( {aTable : Table}{; selectMode : Integer}{; enterList : Boolean} ; * {; *} ) |
](../../commands-legacy/display-selection.md)
|
Displayed line number : Integer
|
End selection ( aTable : Table ) : Boolean
|
FIRST RECORD ({ aTable : Table })
|
GET HIGHLIGHTED RECORDS ( {aTable : Table ;} setName : Text )
|
GOTO SELECTED RECORD ( {aTable : Table ;} record : Integer )
|
HIGHLIGHT RECORDS ( {aTable : Table }{;}{ setName : Text {; *}} )
|
LAST RECORD ({ aTable : Table })
|
MODIFY SELECTION ( {aTable : Table}{; selectMode : Integer}{; enterList : Boolean}{; *} ) MODIFY SELECTION ( {aTable : Table}{; selectMode : Integer}{; enterList : Boolean}; * {; *} )
|
NEXT RECORD ({ aTable : Table })
|
ONE RECORD SELECT ({ aTable : Table })
|
PREVIOUS RECORD ({ aTable : Table })
|
Records in selection ( aTable : Table ) : Integer
|
REDUCE SELECTION ( {aTable : Table ;} number : Integer )
|
SCAN INDEX ( aField : Field ; number : Integer {; > または <} )
|
Selected record number ( aTable : Table ) : Integer
|
TRUNCATE TABLE ({ aTable : Table })
|
USE ENTITY SELECTION ( entitySelection : 4D.EntitySelection )
|