Click or drag to resize

textLineContentBaseselect Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Od trenutne pozicije kursora vraca substring date duzine. Ako je length = -1 onda do desnog kraja dozvoljene zone.

Namespace:  imbACE.Services.textBlocks.core
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public string select(
	textCursor cursor,
	int length = -1,
	bool copyCompleteLine = false
)
Request Example View Source

Parameters

cursor
Type: imbACE.Services.textBlocks.coretextCursor
length (Optional)
Type: SystemInt32
copyCompleteLine (Optional)
Type: SystemBoolean
Da li da iskopira celu liniju

Return Value

Type: String

Implements

ISupportsCursorWriteAndSelectselect(textCursor, Int32, Boolean)
See Also