Return type:
Applies to:
SET-SELECTION ( start-pos , end-pos )This method selects the text that begins at the offset start-pos and ends at the offset
end-pos . If the operation is successful, the method returns TRUE. Otherwise, it returns FALSE.
Note: This operation produces a different result depending on the platform. In Windows GUI platforms, ABL measures character offset positions between characters. On non-Windows GUI or character platforms, ABL measures character offset positions on characters.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |