(SST) ShlWAPIFunctionInfo Version 1.0

Developer Reference
TSSTAdvancedComboBox.RetCanUndo Method
Determines if the last edit operation in the edit field of the combo box can be undone.
Scope
Protected (i.e. the method can only be called/accessed from code in a descendant class or the unit it which it is implemented).
Syntax
Function RetCanUndo() : BOOLEAN;  
Parameters
None  
Return Values
Returns TRUE (= 1) if the last edit operation can be undone, FALSE (= 0) if not.
Remarks
The returned boolean value is also available in the form of property CanUndo, and reading the property should be preferred to calling the RetCanUndo function directly.
The function does not invoke any Delphi SDK procedures, functions, or methods.
Requirements
Unit (Declared and implemented in) SSTNewUnit.pas
Library SSTNewUnit.dcu/SSTNewUnit.obj
Unicode Implemented as ANSI version only.
See Also
TSSTAdvancedComboBox, ClearEditText, ClearUndo, CopyEditText, CutEditText, PasteEditText, RemoveSelection, Undo, CanUndo.
 
Windows APIs: SendMessage, EM_CANUNDO, GetLastError.


Document/Contents version 1.00
Page/URI last updated on April 28, 2022
 
Copyright © Stoelzel Software Technologie (SST) 2010 - 2017
Suggestions and comments mail to:
webmaster@stoelzelsoftwaretech.com