Unit 'uCEFTextfield' Package
[Overview][Classes][Index] [#pl_cef4typhon]

TCefTextfieldRef

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: uCEFTextfield.pas line 31

type TCefTextfieldRef = class(TCefViewRef,ICefTextfield)

protected

  procedure SetPasswordInput();

  

  function IsPasswordInput;

  

  procedure SetReadOnly();

  

  function IsReadOnly;

  

  function GetText;

  

  procedure SetText();

  

  procedure AppendText();

  

  procedure InsertOrReplaceText();

  

  function HasSelection;

  

  function GetSelectedText;

  

  procedure SelectAll();

  

  procedure ClearSelection;

  

  function GetSelectedRange;

  

  procedure SelectRange();

  

  function GetCursorPosition;

  

  procedure SetTextColor();

  

  function GetTextColor;

  

  procedure SetSelectionTextColor();

  

  function GetSelectionTextColor;

  

  procedure SetSelectionBackgroundColor();

  

  function GetSelectionBackgroundColor;

  

  procedure SetFontList();

  

  procedure ApplyTextColor();

  

  procedure ApplyTextStyle();

  

  function IsCommandEnabled();

  

  procedure ExecuteCommand();

  

  procedure ClearEditHistory;

  

  procedure SetPlaceholderText();

  

  function GetPlaceholderText;

  

  procedure SetPlaceholderTextColor();

  

  procedure SetAccessibleName();

  

public

  class function UnWrap();

  

  class function CreateTextField();

  

end;

Inheritance

TCefTextfieldRef

  

|

TCefViewRef,ICefTextfield

  

|

TCefBaseRefCountedRef,ICefView

  

|

TObject,ICefBaseRefCounted



CT Web help

CodeTyphon Studio