Unit 'comboedittext' Package
[Overview][Classes][Procedures and functions][Index] [#pw_androidwizard]

jComboEditText

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

Declaration

Source position: comboedittext.pas line 17

type jComboEditText = class(jVisualControl)

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Init; override;

  

  procedure Refresh;

  

  procedure UpdateLayout; override;

  

  procedure GenEvent_OnClick();

  

  function jCreate;

  

  procedure jFree;

  

  function GetPasObj;

  

  procedure SetViewParent(); override;

  

  function GetParent;

  

  procedure RemoveFromViewParent; override;

  

  procedure SetLeftTopRightBottomWidthHeight();

  

  procedure SetLParamWidth();

  

  procedure SetLParamHeight();

  

  function GetLParamHeight;

  

  function GetLParamWidth;

  

  procedure SetLGravity();

  

  procedure SetLWeight();

  

  procedure AddLParamsAnchorRule();

  

  procedure AddLParamsParentRule();

  

  procedure SetLayoutAll();

  

  procedure ClearLayout;

  

  function GetView; override;

  

  function GetItemIndex;

  

  procedure SetText(); override;

  

  function GetText; override;

  

  procedure Clear;

  

  procedure ShowDropDown;

  

  procedure SetThreshold();

  

  procedure Add();

  

  function CountDropDown;

  

  procedure ClearAll;

  

  procedure ClearDropDown;

  

  procedure SetTextAlignment();

  

  procedure SetFontColor();

  

  procedure SetFontSize();

  

  procedure SetFontFace();

  

  procedure SetTextTypeFace();

  

  procedure SetFontSizeUnit();

  

  procedure SetItems();

  

  procedure CopyToClipboard;

  

  procedure PasteFromClipboard;

  

  procedure Append();

  

  procedure AppendLn();

  

  procedure AppendTab;

  

  procedure SetFontAndTextTypeFace();

  

  procedure SetItem();

  

  procedure SetItemTagString();

  

  function GetItemTagString();

  

  procedure Delete();

  

  procedure SetDropListTextColor();

  

  procedure SetDropListBackgroundColor();

  

  procedure SetSelectedPaddingTop();

  

  procedure SetSelectedPaddingBottom();

  

  procedure ShowSoftInput;

  

  procedure HideSoftInput;

  

  procedure SetSoftInputOptions();

  

  procedure SetFocus;

  

  procedure RequestFocus;

  

  procedure SetItemPaddingTop();

  

  procedure SetItemPaddingBottom();

  

  procedure SetCloseSoftInputOnEnter();

  

  procedure SetHint();

  

  procedure GenEvent_OnClickComboDropDownItem();

  

  procedure GenEvent_OnOnLostFocus();

  

  procedure GenEvent_OnEnter();

  

  property Text: string; [rw]

  

published

  property BackgroundColor: TARGBColorBridge; [rw]

  

  property Alignment: TTextAlignment; [rw]

  

  property Enabled: Boolean; [rw]

  

  property FontColor: TARGBColorBridge; [rw]

  

  property FontSize: DWord; [rw]

  

  property FontFace: TFontFace; [rw]

  

  property TextTypeFace: TTextTypeFace; [rw]

  

  property FontSizeUnit: TFontSizeUnit; [rw]

  

  property Items: TStrings; [rw]

  

  property ItemPaddingTop: Integer; [rw]

  

  property ItemPaddingBottom: Integer; [rw]

  

  property CloseSoftInputOnEnter: Boolean; [rw]

  

  property Hint: string; [rw]

  

  property DropListTextColor: TARGBColorBridge; [rw]

  

  property DropListBackgroundColor: TARGBColorBridge; [rw]

  

  property GravityInParent: TLayoutGravity; [rw]

  

  property OnClick: TOnNotify; [rw]

  

  property OnEnter: TOnNotify; [rw]

  

  property OnLostFocus: TOnEditLostFocus; [rw]

  

  property OnClickDropDownItem: TOnClickCaptionItem; [rw]

  

end;

Inheritance

jComboEditText

  

|

jVisualControl

  

|

TAndroidWidget

  

|

jControl

  

|

TObject



CT Web help

CodeTyphon Studio