[Overview][Types][Classes][Procedures and functions][Index] |
MiniMizeName This function will return a shortened version of FileName, so that it fits on the given Canvas, with a given MaxWidth.
Source position: filectrl.pp line 214
function MiniMizeName( |
FileName: String; |
Canvas: TCanvas; |
MaxWidth: Integer |
):String; |
MiniMizeName This function will return a shortened version of FileName, so that it fits on the given Canvas, with a given MaxWidth.
eg. C:\Documents and Settings\User\Application Data\Microsoft\Word\custom.dic would become something like: C:\...\Word\custom.dic
lazarus-ccr.sourceforge.net |